darknesspider Posted December 28, 2012 Posted December 28, 2012 ISAPI modülünü kullanarak program yazmak istiyorum ama hangi veritabanı ile hangi componenti kullanmam lazım. mesela sqlite kullanıyorum ama çok kullanıcılı değil. explorerda çalıştırdığım zaman tek kişi kullanabiliyor ama ikinci bir kişi başka bir explorerdan çalıştırdığında aynı veritabanına bağlanamıyor. I want to write programs using the ISAPI module (only isapi module. i use webbrowser. no exe.) I need to use the which database and which component. Quote
Hayri ASLAN Posted December 28, 2012 Posted December 28, 2012 You can use all databases which supported by delphi. Delphinin desteklediği, daha önce çalıştığın tüm veritabanlarını kullanabilirsin. 1 Quote
mierlp Posted December 28, 2012 Posted December 28, 2012 Hi I use Mysql and myDac from Devart....works great and fast...and Devart has good support. Regards Peter You can use all databases which supported by delphi. Delphinin desteklediği, daha önce çalıştığın tüm veritabanlarını kullanabilirsin. 1 Quote
gerhard.kimmeringer Posted December 29, 2012 Posted December 29, 2012 We work with zeos components and firebird. Great performance and no problems. 1 Quote
Hayri ASLAN Posted December 29, 2012 Posted December 29, 2012 I use MsSQL with ADO and MySQL with Mydac. The performance of that is very good. 1 Quote
altagur Posted December 30, 2012 Posted December 30, 2012 for harmony with UniGui i am use UniDac(Need call Coinitialize(nil) before database connect) Because UNIGUI is windows anyway i am using MSSQL 1 Quote
chefdackel Posted January 9, 2013 Posted January 9, 2013 I want to write programs using the ISAPI module (only isapi module. i use webbrowser. no exe.) I need to use the which database and which component. also think about n-tier data design with components like kbmMW(*) or RemObjects SDK. You have many advantages: f.e. no matter where your data comes from, no matter which database you use, your unigui (frontend) application only changes slightly or not at all. -------------- (*) the last time I looked at kbmMW (Mai 12) there was a version conflict for a unit between kbmMW and (non-source-)unigui. Maybe its solved, maybe not, the support for kbmMW is by far not so excellent as for unigui. Beside that, I like kbmMW - thinking about using in some desktop applications 1 Quote
rsanford Posted January 14, 2013 Posted January 14, 2013 Firebird, dbExpress (using XE3 supplied driver), Datasnap 1 Quote
FunnyBlue Posted January 16, 2013 Posted January 16, 2013 I want to write programs using the ISAPI module (only isapi module. i use webbrowser. no exe.) I need to use the which database and which component. I am already using Informix + DbExpress without any problem. In theory, you can use all databases and engines with supported by Delphi. Regards. Hur 1 Quote
bruno-pere Posted January 17, 2013 Posted January 17, 2013 MSSQL + ADO. Long updates and operations in Stored Procedures. No problems. Bye! Bruno 1 Quote
asapltda Posted September 30, 2014 Posted September 30, 2014 SQL-DIRECT + firebird No Problem 1 Quote
joriolm Posted October 2, 2014 Posted October 2, 2014 PostgreSQL+ZEOS DBO+FastReport 5, running very well for me 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.