Re: ADO with paradox
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Thu, 16 Feb 2006 22:23:34 -0600
I cannot establish a connection to the Paradox database for my tADOQueryYou can connect to Paradox with the Jet Oledb provider with a connection string
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.
like this
'Provider=Microsoft.Jet.OLEDB.4.0;Extended Properties=Paradox 7.X;Persist
Security Info=False;Data Source=C:\YourDir\';
This doesn't work all that well but better than using ODBC
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- Follow-Ups:
- Re: ADO with paradox
- From: Mike
- Re: ADO with paradox
- References:
- ADO with paradox
- From: Mike
- ADO with paradox
- Prev by Date: Re: Field captions from MS Access
- Next by Date: Re: ADO with paradox
- Previous by thread: Re: ADO with paradox
- Next by thread: Re: ADO with paradox
- Index(es):
Relevant Pages
|