Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server Connection

Status
Not open for further replies.

rhysmeister

Programmer
May 29, 2003
54
GB
Can anyone point me in the direction of a good Delphi tutorial that deals with connections to a seperate SQL server?
 
Hi.

Realistically, you can use ADO for any type of DB connection (as far as I'm aware) and it's only the ConnectionString property that has to be changed to suit. Do a Google search for delphi ADO tutorials - it's very simple (relative to what you want, of course) - and just change the ConnectionString to suit your SQL Server.

I've coded applications that use Access, Paradox, Oracle, SQL Server, DataFlex, just to name a few, and they all work the same. That's the beauty of generic DB objects.

If you have any specific questions about this topic, just ask.

Good luck,

John.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top