How to create connection to MSSQL?
What params, DLLs, etc?
tnks,
Andre
How to create connection to MSSQL?
Moderators: gto, cipto_kh, EgonHugeist
-
- Fresh Boarder
- Posts: 5
- Joined: 25.10.2006, 20:37
- Location: Niterói, RJ, Brasil
- Contact:
Hi Andre,
in case you didn't solve your prolem, yet: The connection to any MSSQL Server is done by using the Microsoft OLE DB Provider for SQL Server. Be sure to have this provider installed. If this is done, the only thing you have to do is to drop a TZConnection on your data module or form and choose "ado" as protocol then click the "..." button found with the "Database" property of the TZConnection. Process the dialog that will pop up:
Provider: "Microsoft OLE DB Provider for SQL Server"
Connection: 1) the server(name) if resolved via DNS or its IP-address 2) username and password 3) the database to be used
Test your connection ... and confirm your setting by clicking "OK" ... that'll be all ...
in case you didn't solve your prolem, yet: The connection to any MSSQL Server is done by using the Microsoft OLE DB Provider for SQL Server. Be sure to have this provider installed. If this is done, the only thing you have to do is to drop a TZConnection on your data module or form and choose "ado" as protocol then click the "..." button found with the "Database" property of the TZConnection. Process the dialog that will pop up:
Provider: "Microsoft OLE DB Provider for SQL Server"
Connection: 1) the server(name) if resolved via DNS or its IP-address 2) username and password 3) the database to be used
Test your connection ... and confirm your setting by clicking "OK" ... that'll be all ...
-
- Fresh Boarder
- Posts: 5
- Joined: 25.10.2006, 20:37
- Location: Niterói, RJ, Brasil
- Contact:
-
- Fresh Boarder
- Posts: 5
- Joined: 25.10.2006, 20:37
- Location: Niterói, RJ, Brasil
- Contact:
-
- Fresh Boarder
- Posts: 2
- Joined: 16.08.2009, 20:29
-
- Fresh Boarder
- Posts: 2
- Joined: 16.08.2009, 20:29