Updating database

Closed
Spyder - Jul 22, 2009 at 03:09 AM
 Blocked Profile - Jul 23, 2009 at 01:01 PM
Hello,
I have imported a ms access database into ms visual c# 2008, it read the fields in the database, but when updating it only updates the dataset and not the actual database,

I used this code to update the database
da.Update(ds1, "ever");

but err of "The ConnectionString property has not been initialized."

thanks
Related:

1 response

Blocked Profile
Jul 23, 2009 at 01:01 PM
hi there,

try to format sql by using the following link :

http://www.dpriver.com/pp/sqlformat.htm

thanks.
0