TMSSQL Component

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
incal99
Posts: 1
Joined: Mon 03 Sep 2007 09:30

TMSSQL Component

Post by incal99 » Mon 03 Sep 2007 09:46

Hello,
I search the following parameter:
Under TMSSQL Component , Parameter Connection:

What should I enter for SQL Server Express 2005, Should I define it under ODBC?

Thanks.

Incal99

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 03 Sep 2007 13:47

Place the TMSConnection component onto the form, link your TMSSQL to it, and setup TMSConnection. You should assign to TMSConnection.Server the name or the IP-address of the computer which is running SQL Server on. If your SQL Server is installed as a named instance, use ComputerName\InstanceName, or ComputerIP\InstanceName instead.

Post Reply