Re: Updating Database

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Cor Ligthert (notfirstname_at_planet.nl)
Date: 09/07/04


Date: Tue, 7 Sep 2004 07:49:49 +0200

Age,

One little thing, using OleDb you can set your database as well everywhere,
the register is very easy to maintain in VBNet, so you can look if there is
a connectionstring in that and when not, just ask the user for the place
using a folderbrowserdialog (bug resolved in sp1.1)

Add that place and the file to the connectionstring from the connection in
the load event, that makes it possible to set your access file everywhere,
it is even much more easy than ODBC in past.

Cor