Does anyone have documentation on how to connect via the ODBC driver, and what is supported? Support says that the driver supports ODBC v2.0, but there are some queries that I know should work, and return -1 records.
The only thing that I got from support is the following blurb of code, which is worthless, since it describes how to do a file import into MS Access, not an ODBC call.
Code:
> 1. Copy the scdobc32.exe and scodbc32.dll into the ServiceCenter run
> directory
> 2. Add the validateodbcfieldnames into the sc.ini
> 3. Add the validateodbcfieldnames into a separate sc.ini and put the
> sc.ini in the My Documents directory (note: I did not have to do this and
> the import still worked)
> 4. Configure the ODBC driver:
> - goto ODBC Data Sources
> - Click on the <Add> button
> - Select ServiceCenter ODBC Driver
> - In the SC ODBC Driver Configuration Window:
> - Data Source Name - ServiceCenterODBC
> - in the second field, put in the server name.port number
> - Click on the <ok> button
> 5. In ServiceCenter:
> - goto the contacts table
> - unload the contacts to a text (tab delimited) file
> 6. Test in Microsoft Access:
> - goto Microsoft Access
> - open a new mdb file
> - in the Files of Type: ODBC Databases()
> - Goto Machine Data Source tab
> - select ServiceCenterODBC for the Data Source Name
> - goto File, Get External Data and import
> - browse to your contacts text file
> - Follow the instructions and now the text is in the table
Leave it to Peregrine support to completely skirt around ODBC and do a file import into MS Access.
Bookmarks