Board index » delphi » Delphi/ADO deployment
Ana Ribeiro
![]() Delphi Developer |
Sat, 26 Mar 2005 23:20:28 GMT
|
Ana Ribeiro
![]() Delphi Developer |
Sat, 26 Mar 2005 23:20:28 GMT
Delphi/ADO deployment
Hello
I'm developing a small Delphi/ADO app with an Access DB. I want to deploy it to a network of no more than 5 users. It's the first time I am doing this, and I have no idea what to do. Do I use Thanks |
Ana Ribeir
![]() Delphi Developer |
Sun, 27 Mar 2005 17:19:15 GMT
Re:Delphi/ADO deploymentThanks for the answer. I'm worried about what you said with regards to Access db and multi-user. No-one else in the newsgroup had mention concerns before... I'm soon to start the development of another app, and I was intending to use Thanks Quote"Philippe Damerval" <-> wrote in message Quote> Ana, |
Vassiliev V.V
![]() Delphi Developer |
Tue, 29 Mar 2005 13:39:01 GMT
Re:Delphi/ADO deployment10 network users and 10 concurrent connections are different. If you need to present data to users you can use client-side cursor (default in ADO Express or dbGo) - the traffic to/from database will be minimal (if you do not plan work very intensive with database). Access is very good choice and later you will can go to MS SQL Server (MSDE, for example) with little efforts. Cost to clients is 0 and Jet is installed on most computers. The main minus is that Access is not cross-platform. ---------------------------------------------------------------- "Ana Ribeiro" <aribe...@e-pay.co.uk> ????/???? a ?a???? ????t??: Quote> Thanks for the answer. |