Board index » delphi » How to build a simple client/server application ?
Tan Chung Ee
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
|
Tan Chung Ee
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
How to build a simple client/server application ?
Hi :
I'm just want to begining to do a client/server database. Can you tell me how to do a simple one. And my network enviroment is win98 to win98 . And I'm using Delphi3 and Paradox table. Thank you. Regards |
Phil Oneacr
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
Re:How to build a simple client/server application ?"Tan Chung Ee" <chun...@pl.jaring.my> wrote in message Quote> Hi : up on that. Quote> Regards |
Tan Chung E
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
Re:How to build a simple client/server application ?I know Paradox is not good for doing c/s. But my standalone Accounting is using Paradox table. So I need to know how to convert to c/s. I know using the interbase is the best. But I have no choice. I must do it in Paradox. Phil Oneacre <onea...@bellsouth.net> wrote in article <392bcbb3@dnews>... Quote
|
Peter Gen
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
Re:How to build a simple client/server application ?Tan, I think you misunderstood the responses you got... client/server is a The problem is that the question makes no sense... there is currently -Peter Quote>I know Paradox is not good for doing c/s. But my standalone Accounting is |
Tan Chung E
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
Re:How to build a simple client/server application ?thank you . Now I understand already. So, my problem is like this. There are about 4 pc in a network system. For example I put my Paradox Table in pc1, then another 3 pc is using the same application. Their bde alias path is point to pc1. So my problem is, when pc2 is using customer.db. What about pc3 and pc4. If the customer.db is already in Insert mode or Edit mode, then if pc3 want to insert a record to customer.db also. How to maintain this type of problem? Because when a paradox table is already open, other people cannot access anymore. So the Locking problem, how do I solve it? Peter Gens <pe...@gens.net> wrote in article Quote> Tan, |
Peter Gen
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
Re:How to build a simple client/server application ?Tan, I recommend that you take a look at the following Borland TI, which http://community.borland.com/article/0,1410,15247,00.html Pay special attention to their suggestion directory structure and Performing these should get you on the right track. If all of these Good luck! -Peter -------------------------------------------------------------- |
Eduardo Martinez Ocamp
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
Re:How to build a simple client/server application ?What you want is create a networked version of your standalone system. You have to install the files (tables) on a network drive (usually F: or G:) and direct your alias to this location. There are some locking considerations you have to take but normally the program that works locally work on a network. Client/Server is a completly different approach of programming, and not with paradox. -- |
Jan Sprenge
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
Re:How to build a simple client/server application ?On 24 May 2000 04:31:22 -0800, "Tan Chung Ee" <chun...@pl.jaring.my> wrote: Quote> I'm just want to begining to do a client/server database. need (in Delphi enterprise). Jan |
Team
![]() Delphi Developer |
Sun, 10 Nov 2002 03:00:00 GMT
Re:How to build a simple client/server application ?A client/server application is one that uses a database server such as Interbase, SQL Server or Oracle. You cannot create a client/server application using Paradox tables unless you plan to write your own database server. Do you just want to write a multi-user application that uses Paradox tables or do you want to write a client/server application using some other database such as Interbase? -- |
1. How build an application Desktop and Client/Server ?
2. simple client-server web database application example
3. ADO/OLE DB/MIDAS Multi-Tier/Client/Server applications in Delphi-5 for SQL-Server
4. FREE Seminar: Building High-Performance Client/Server Solutions with Delphi
5. Client/Server building create IDE errors
6. Client application installation & SQL Net client application
7. Sending a simple message from client to server
8. Simple Client / Server Question
9. Indy Client Simple Server Wrappers
10. How to implement simple Reget functionality in my FTP client and server