Sample project to demonstrate connecting via ADO
From: Bob Dalton (bob.dalton_at_removeme_digitallogistics.com)
Date: 07/10/04
- Next message: Viatcheslav V. Vassiliev: "Re: fastest way to insert one record into a table"
- Previous message: Bob Dalton: "Using MSSQL 2000 database in MS Access?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 10 Jul 2004 14:01:00 -0500
I use ADO to connect from my client to the MSSQL 2000 database tables in my
commercial products very successfully and the ADO mechanism appears fairly
robust and easy
to use on networks with few reported problems to date.
Some time ago I authored and released on Borland Code Central the following:
ADO Test Project for Delphi 7.0 Pro
This project demonstrates how to connect to MSSQL 2000 using the ADO
components in Delphi 7.0 Pro.
http://codecentral.borland.com/codecentral/ccweb.exe/listing?id=20677
If the link does not work just copy and paste it into your browser.
This project uses one of the tables in the Northwind database of MSSQL so
you can see how all of this is supposed to work (from the ADO Connection
side).
Hope this helps all you which have questions on this....
Regards;
Bob Dalton
- Next message: Viatcheslav V. Vassiliev: "Re: fastest way to insert one record into a table"
- Previous message: Bob Dalton: "Using MSSQL 2000 database in MS Access?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|