Re: a connection problem
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 11/07/03
- Next message: Brian Bushay TeamB: "Re: General network error - Unspecified Error"
- Previous message: Brian Bushay TeamB: "Re: Disable SQL Wait Cursor"
- In reply to: Whitney: "a connection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Brian Bushay TeamB: "Re: General network error - Unspecified Error"
- Previous message: Brian Bushay TeamB: "Re: Disable SQL Wait Cursor"
- In reply to: Whitney: "a connection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|