Re: ADO with paradox
- From: "Mike" <mikem@xxxxxxxxxx>
- Date: Fri, 17 Feb 2006 00:09:02 -0700
That works! Thanks.That's similar to what I had done in the past with an
Access database.
try
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
andand 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,
putsthis 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
stringthe curly braces around the driver.You can connect to Paradox with the Jet Oledb provider with a connection
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
.
- References:
- ADO with paradox
- From: Mike
- Re: ADO with paradox
- From: Brian Bushay TeamB
- ADO with paradox
- Prev by Date: Re: ADO with paradox
- Next by Date: Re: Estimate space freed up by compacting MS Access
- Previous by thread: Re: ADO with paradox
- Next by thread: ADO and MDAC issues on XP systems
- Index(es):
Relevant Pages
|