If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Corel Paradox > Connection string with Borland C#

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-22-04, 08:30
pghislain pghislain is offline
Registered User
 
Join Date: Feb 2004
Location: Portugal Caxias
Posts: 1
Connection string with Borland C#

Hello,

I am using C# of borland, personal version none commercial. I have an old application runing under Paradox files 5.x and 7.x. I have isolate a subset of PAradox 5.x files in a teste directory.

1 - Connection string with borland C#
-------------------------------------------
I have a set of paradox 5.x files in a directory, and want to access them via C# connection string that doesnot support DSN.

So I have tried to use www.able-consulting.com connection string without success.

I have try this connection string: Data Source=C:\Program Files\DECIS\STP\DATA; Extended Properties=Paradox 5.x; as I have the MSSQL Server.

It gave me a Invalid Connection.
Do you have a clue?

2 - ODBC driver for Paradox
---------------------------------
When I try to create a DSN with Microsoft Paradox Driver, it work fine, but in the BDE, it gives an error (Invariant variant type conversion).

Microsoft Paradox Driver is 4.00.6019.00
BDE is version 5.01 (coming with Windows XP pro)

Are those versions consistants?
Do you have a clue ?

3 - Solution to access files Paradox 7.0
---------------------------------------------
Well I know about Merant driver, but I can't afford this cost (100 € per station / resell by 5 driver min.). What can you suggest ?


Thank you in advance,

Pierre.
Reply With Quote
  #2 (permalink)  
Old 04-21-04, 08:19
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
I think the simplest and more reliable solution is to use the BDE directly from the borland compiler, buying the Pro version if necessary.

Using anything besides Borland Database Engine to access Pdox tables under a Borland compiler is a pure nonsense, since you're adding layers and using other engines when you've got the DB engine Pdox is written in, the BDE.
__________________
The only failure is not trying to do it.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On