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

Create an SQL Database from a Clarion Dictionary

Status
Not open for further replies.

chiting

Programmer
Dec 18, 2006
1
US
I use Synchronize button to create an SQL Database from a Clarion Dictionary, But I cannot connect with SQL Sever. I have checked the dictionary synchronizer register which contains SQL Sever(C60msss.dll). How do I make synchronizer connect with SQL?

Chi
 
Hi Chi,

Are you trying to connect to SQL Server 2005 or 2000? If 2005, do you have the SQL native client installed? From what I have gathered from others who use Synchronizer, it is better to create a DSN to connect to the SQL Server, test it, then use the ODBC driver to use the DSN to connect to the SQL Server and synchronize. After that, change the driver in the Dictionary to MS-SQL.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top