Page 1 of 1

TMSSQL Component

Posted: Mon 03 Sep 2007 09:46
by incal99
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

Posted: Mon 03 Sep 2007 13:47
by Antaeus
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.