Re: a connection problem

From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 11/07/03


Date: Thu, 06 Nov 2003 21:08:00 -0600


>i use ADO to connect the ACCESS2000. In the object inspector, I set the TADOConnection's connectionstring property with the wizard. What codes should I write in the run-time prosedure?
What is it that you want the code to do?
If you just want to change the database your connection string points to you can
use code like this.

ADOConnection.Properties['Data Source'].value=C:\Program files\Yourdatbase.mdb

--
Brian Bushay (TeamB)
Bbushay@NMPLS.com


Relevant Pages