Re: a connection problem
From: Viatcheslav V. Vassiliev (support_at_oledbdirect.com)
Date: 11/06/03
- Next message: Mike Shkolnik: "Re: Howto get ado connection string using promptedit?"
- Previous message: Viatcheslav V. Vassiliev: "Re: Export Access to mySQL"
- In reply to: Whitney: "a connection problem"
- Next in thread: Whitney: "Re: a connection problem"
- Reply: Whitney: "Re: a connection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 6 Nov 2003 10:33:31 +0300
ADOConnection1.ConnectionString := 'Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=' + AccessFileName;
ADOConnection1.Connected := True;
//------------------------------------------
Regards,
Vassiliev V. V.
http://www.managed-vcl.com - using .Net objects in Delphi + ADO.Net
http://www.oledbdirect.com - The fastest way to access MS SQL Server,
MS Jet (Access) and Interbase (through OLEDB)
"Whitney" <whitney_zhuang@hotmail.com> сообщил/сообщила в новостях
следующее: news:3fa9eda8$1@newsgroups.borland.com...
>
> 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? Any helps are appreciated.
- Next message: Mike Shkolnik: "Re: Howto get ado connection string using promptedit?"
- Previous message: Viatcheslav V. Vassiliev: "Re: Export Access to mySQL"
- In reply to: Whitney: "a connection problem"
- Next in thread: Whitney: "Re: a connection problem"
- Reply: Whitney: "Re: a connection problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|