Help: choosing a database engine for MS-Windows
Date: Fri, 17 Mar 1995 19:54:41 GMT
Message-ID: <D5Lon5.B3L_at_boss.cs.ohiou.edu>
Hi,
We are using MFC(VC++ 1.51) to develop our MS Windows application. Currently, the database engine we are using is WatCom SQL for Windows, which is a standalone 32-bit SQL database for single user and supports ODBC, Embedded SQL and WSQL HLI(High Level Interface). We used to use ODBC to access the database but it was very slow; then we switched to WSQL HLI. It seems we got faster database access but we sometimes have database connection problems if there are multiple database connections.
We really have some problems with WatCom SQL for Windows, besides they charge you $75 per question. We may need to choose a different database engine. We don't know much about what is available and better on the market, so we would like to ask some questions.
- MS ODBC is really nice but it is very slow. Do you use ODBC and if yes how do you improve the database access performance?
- What do you think about WatCom SQL for Windows if you have had experiences with it?
- Is there any better database engine for the single user and how is its database interface?
- How faster would it to use Embedded SQL insteal of ODBC?
Thanks a lot!!!
Shao Received on Fri Mar 17 1995 - 20:54:41 CET