Does anyone know what features are missing from VB 2008/ VB 2010 Express that
are present in the fu1l versions? For example has the facility to amend data on a
database been disabled?
The info you want is under the heading "2005–2010 products".
I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson
First, try removing the line "Me.AphDb1DataSet1.Test.AcceptChanges()" and see if that works.
Second, make sure you have all the Command objects (InsertCommand, UpdateCommand and DeleteCommand) set for the TableAdapter.
Third, what database are you using, SQL Server or Access? If it's Access, check the "Copy to Output Directory" setting in Server Explorer, as it defaults to "Copy always." In this case, check the bin\Debug directory for a copy of the database, and I'll bet you'll find the data there. Changing this setting to "Do not copy" will make the application use the database you selected and not a copy. Here's a link with more information about the Copy to Output Directory setting:
I used to rock and roll every night and party every day. Then it was every other day. Now I'm lucky if I can find 30 minutes a week in which to get funky. - Homer Simpson
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.