Hi all,
I have found a solution for this
I will tell you wat i have done...
i was creating database using Visual Studion IDE.. it creates a folder or store in the projct folder...
try using MAnagement Studio available free of download from microsoft site... download it install it...
create database using this... connection string will be now...
Data Source=.\sqlexpress;Initial Catalog=test;Integrated Security=True
where "test" is database name
i am now able to insert a record... it has worked...
try it it works
if u have any other solution for it please let me know
Jeetesh
[email protected]
Thank You