Updating database
Closed
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
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:
- Updating database
- Access database download - Download - Databases
- Borland database engine download - Download - Databases
- Discord stuck updating - Guide
- Updating ps3 - Guide
- Client server database architecture - Guide
1 response
hi there,
try to format sql by using the following link :
http://www.dpriver.com/pp/sqlformat.htm
thanks.
try to format sql by using the following link :
http://www.dpriver.com/pp/sqlformat.htm
thanks.