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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PB-SQL Server 7

Status
Not open for further replies.

santosh2natal

Programmer
Aug 10, 2003
37
0
0
IN
When I connect MS SQL Server 7.0 directly from client application through ODBC I get the error message "Program type out of range". And also I could not connect SQL Server through default "MSS MS SQL Server 6.x" drivers, it gives error message "Login Incorrect" while creating profile in Database painter. Please help.
Thanx.
 
find the preview(example) of the DB profile ...


// Profile MARRIOT
SQLCA.DBMS = "MSS Microsoft SQL Server"
SQLCA.Database = "TESTDATABASE"
SQLCA.LogPass = <****>
SQLCA.ServerName = &quot;TESTING&quot;
SQLCA.LogId = &quot;testuser&quot;
SQLCA.AutoCommit = False
SQLCA.DBParm = &quot;PBCatalogOwner='jena'&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top