D
David
Could someone please point me to a good book or web site tutorial for
programming databases in VB.NET 2003 using ADO ?
My application is running fine but when I deploy it to another machine, the
program cannot find the database file itself (I am using OledB to connect to
ACCESS database on local machine).
The Connection,dataadaptor and datasets were created using the wizards. When
I go into the MS written code and edit the connect string to include
"application.startup", I seem to loose connection to the data adapter.
Is there not some simple way setting up the program using the wizards and
informing the program to keep the path to the db file RELATIVE to what it is
now ??
Thanks in advance
David
programming databases in VB.NET 2003 using ADO ?
My application is running fine but when I deploy it to another machine, the
program cannot find the database file itself (I am using OledB to connect to
ACCESS database on local machine).
The Connection,dataadaptor and datasets were created using the wizards. When
I go into the MS written code and edit the connect string to include
"application.startup", I seem to loose connection to the data adapter.
Is there not some simple way setting up the program using the wizards and
informing the program to keep the path to the db file RELATIVE to what it is
now ??
Thanks in advance
David