ADO with paradox
- From: "Mike" <mikem@xxxxxxxxxx>
- Date: Thu, 16 Feb 2006 10:42:09 -0700
I cannot establish a connection to the Paradox database for my tADOQuery
object. Apparently, I can assign a tADOConnection object or a connection
string to the query object. So I am using a connection string, just to try
and eliminate components.
In the connection string dialog, I opt to "Use Connection String". In the
build process, it asks me to select (and create) an ODBC data source. I
don't understand this part. I have used ADO with an MSAccess database, and
this did not require a data source. Anyway my connection string ends up
looking like this. (without the carriage returns). I don't know why it puts
the curly braces around the driver.
Provider=MSDASQL.1;
Persist Security Info=False;
Extended Properties="CollatingSequence=ASCII;
DefaultDir=G:\SYSTEM;
Driver={Microsoft Paradox Driver (*.db )};
DriverId=538;FIL=Paradox 5.X;
FILEDSN=C:\Program Files\Common Files\ODBC\Data Sources\MyPDXDataSource.dsn;
MaxBufferSize=2048;
MaxScanRows=8;
PageTimeout=5;
ParadoxNetPath=C:\WINNT\system32;
ParadoxNetStyle=4.x;
ParadoxUserName=admin;
SafeTransactions=0;
Threads=3;
UID=admin;
UserCommitSync=Yes;"
.
- Follow-Ups:
- Re: ADO with paradox
- From: Brian Bushay TeamB
- Re: ADO with paradox
- From: Steve Zimmelman
- Re: ADO with paradox
- Prev by Date: Re: increment
- Next by Date: Re: ADO with paradox
- Previous by thread: Field captions from MS Access
- Next by thread: Re: ADO with paradox
- Index(es):
Relevant Pages
|