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 > Data Access, Manipulation & Batch Languages > Delphi, C etc > [Delphi & paradox] Client-Server app

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-04-02, 06:17
Morpheus747 Morpheus747 is offline
Registered User
 
Join Date: Sep 2002
Posts: 1
Arrow [Delphi & paradox] Client-Server app

Hey all,

I've recently started working on an existing application which uses a paradox database to store measuments. The program could only be used on the computer where the database is located.

I've now been asked to see if it would be possible to use the existing paradox database as a remote database server, so that client-applications can be used as well.

My question therefore is, is that possible? I've tried to find such info on the internet, but I had no such luck. I know paradox wasn't meant to be used as such, and was meant only as a local database. However, I would like to know if this is possible by using ODBC or alike. If so, I would appreciate any help or info you could give me on how to accomplisch this.

BTW: I'm using Delphi 5 and would prefer to use ADO and not BDE (Borland Database Engine)

Thanks
Reply With Quote
  #2 (permalink)  
Old 09-19-02, 06:33
DidierCarels DidierCarels is offline
Registered User
 
Join Date: Sep 2002
Location: Belgium
Posts: 2
Thumbs up Re: [Delphi & paradox] Client-Server app

Quote:
Originally posted by Morpheus747
Hey all,

I've recently started working on an existing application which uses a paradox database to store measuments. The program could only be used on the computer where the database is located.

I've now been asked to see if it would be possible to use the existing paradox database as a remote database server, so that client-applications can be used as well.

My question therefore is, is that possible? I've tried to find such info on the internet, but I had no such luck. I know paradox wasn't meant to be used as such, and was meant only as a local database. However, I would like to know if this is possible by using ODBC or alike. If so, I would appreciate any help or info you could give me on how to accomplisch this.

BTW: I'm using Delphi 5 and would prefer to use ADO and not BDE (Borland Database Engine)

Thanks
There is a simple way.
- Put the database on a server.
- Create on every client a network mapping to the server all with the same letter
- Set on every client in the BDE the correct path to the server for the corresponding database-alias
- Point on every client in the BDE the 'net dir' parameter to the server (Configuration/Drivers/Native/Paradox)
- Eventually set the 'share' parameter to TRUE if not using BDE applications (Configuration/System/Init)

Good luck

Didier
Reply With Quote
  #3 (permalink)  
Old 12-13-02, 08:03
nathan_bee nathan_bee is offline
Registered User
 
Join Date: Dec 2002
Posts: 4
Exclamation Re: [Delphi & paradox] Client-Server app

Quote:
Originally posted by Morpheus747
Hey all,

I've recently started working on an existing application which uses a paradox database to store measuments. The program could only be used on the computer where the database is located.

I've now been asked to see if it would be possible to use the existing paradox database as a remote database server, so that client-applications can be used as well.

My question therefore is, is that possible? I've tried to find such info on the internet, but I had no such luck. I know paradox wasn't meant to be used as such, and was meant only as a local database. However, I would like to know if this is possible by using ODBC or alike. If so, I would appreciate any help or info you could give me on how to accomplisch this.

BTW: I'm using Delphi 5 and would prefer to use ADO and not BDE (Borland Database Engine)

Thanks
Unless you stick it on a shared drive, you are gonna have to do some very fancy stuff. Just remember that by sticking it on a shared drive the client machine does all the processing, the only thing the server does is act as a file server

Nathano
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