rayb
2006-07-03T20:36:00Z
I'm trying the demo version of the software to load contacts from a SQL database to an Outlook contact folder and when I try the load, it fails with the following error.

ERROR:20060703 11:20:45 37000 [Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near 'dbo'. (170)

Based on other similar posts I've checked to be sure there are no spaces in my SQL field names. Any other help you can offer?

Thanks...Ray
Sponsor
GeniusConnect documentation search (User Manual Downloads...)
Administrator
2006-07-04T15:43:00Z
Are you using the example database or your own datamodel? What is you SQL Server version?

is the option "Use ANSI quoted identifiers" Checked?
rayb
2006-07-04T18:04:00Z
We're using our own database. I did verify that the 'ANSII quoted identifiers' was checked.

Thanks...Ray
Administrator
2006-07-04T21:21:00Z
what is the SQL server version? Are you using a VIEW?
rayb
2006-07-05T16:38:00Z
SQL 2000. I'm using a table.

Thanks...Ray
Administrator
2006-07-05T20:25:00Z
can you mail (info@geniusconnect.com)us your table creation script and mappings (export button in Assign Table Dialog)
rayb
2006-07-05T21:20:00Z
Email is on it's way with the requested information.

Thanks...Ray
Administrator
2006-07-06T00:00:00Z
Please check your ODBC datasource, I think you have disabled the "Use ANSI quoted identifiers" in Microsoft SQL Server DSN config?

UserPostedImage