Connecting using an ODBC Datasource

The PDF Creator enables you to create secure PDF documents and to view, print and process existing PDF documents.
If you have any questions about the installation and usage of the PDF Creator please post them here.
Post Reply
kconner
Posts: 4
Joined: Sat Mar 01 2003

Connecting using an ODBC Datasource

Post by kconner »

the documentation states
The database can be of type Microsoft Access® (.MDB) database, or an ODBC source. The .MDB
file name or ODBC source should be specified in the ‘DataSource’ property of the Document
object. The main table or view from which to retrieve data should be specified in the
‘DataTableOrView’ property of the Document object.
This however does not seem to work.

Help
kconner
Posts: 4
Joined: Sat Mar 01 2003

a little more info

Post by kconner »

I am assuming that I should be using the connection string

PDFCreactiveX1.DataSource = "Provider=SQLOLEDB.1;Persist Security Info=true;password=mypass;User ID=sa;Initial Catalog=test;Data Source=AURORA"
Post Reply