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 > Paradox with Delphi on a LAN?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-23-02, 20:14
dalton dalton is offline
Registered User
 
Join Date: Jul 2002
Location: Mexico City
Posts: 1
Unhappy Paradox with Delphi on a LAN?

Hi:

I'm new to Delphi and Paradox. I usually work with Linux, Perl and PostgreSQL, but now I HAVE TO code a Windows app.

I choose Delphi, but I don't know if I can use Paradox as my database because I don't find how to tell Delphi that the db is in a remote server.

Should I use MS-Access?
At the end I'll use PostgreSQL on a Linux box, but now I have to deal with the Windows LAN.

TIA


Roberto Andrade Fonseca

Reply With Quote
  #2 (permalink)  
Old 12-17-02, 13:33
mprestwood mprestwood is offline
Registered User
 
Join Date: Dec 2002
Location: Sacramento, CA
Posts: 1
Thumbs up Yes

Yes, you can use Paradox table with Delphi. You'll use the Borland Database Engine (BDE) to connect to them. Borland has deprecated the BDE so I don't really recommend this solution. You might want to look at ADS, MS SQL or Interbase.
Reply With Quote
  #3 (permalink)  
Old 08-27-03, 17:19
Shores Shores is offline
Registered User
 
Join Date: Aug 2003
Location: Bologna - Italy
Posts: 209
Could you please post some links to pages talking of ADS?

(Hi Mike! You're the same Mike Prestwood that is on paradoxcommunity.com, sure? I'm another Paradox Folk, Manuele Grueff! )
__________________
The only failure is not trying to do it.
Reply With Quote
  #4 (permalink)  
Old 09-08-03, 13:26
Maroonotmoron Maroonotmoron is offline
Registered User
 
Join Date: Sep 2003
Location: Dallas
Posts: 182
To tell Delphi where the database is remote or local all you need to do is create and alias (Alias Manager) and input the location of the paradox tables you wish to access. It is very straight forward and is a native task in Delphi. I do it everyday. Quick, easy. You will need to specify a shared directory for the netdir path if you will have multiple users accessing the database. That will be done in the alias manager of Delphi as well. It needs that information so that record locks can be maintained based upon which user is doing what on which record at any given time.
Reply With Quote
  #5 (permalink)  
Old 10-24-03, 07:15
Aleks Aleks is offline
Registered User
 
Join Date: Oct 2003
Posts: 1
Re: Paradox with Delphi on a LAN?

I choose Delphi, but I don't know if I can use Paradox as my database because I don't find how to tell Delphi that the db is in a remote server.

Should I use MS-Access?
At the end I'll use PostgreSQL on a Linux box, but now I have to deal with the Windows LAN.



web hosting
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