PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → OT - install more then one Database
OT - install more then one Database
Started by Teun van Unen, Nov., 10 2005 4:40 PM - 1 reply
Posted on November, 10 2005 - 4:40 PM
Hello,
Will I met problems, when more than one SQL Database will be installed on the same PC, like MySQL, SQL Server, Firebird, PostgreSQL, Oracle 10g XE ?
If the answer is no, how to define in WinDev what Database to use ?
If yes, can you tell me what problems?
TIA,
Teun
Posted on November, 10 2005 - 6:12 PM
Hello Teun,
on my computer I have MSSQL, MySql, Firebird and PostgresSQL. No problem!
You can use the following schema for changing a Server/DB in your app:
a) Do a HDescribeConnection
b) Do a HOpenConnection
c) Do a HChangeConnection for all of your tables.

Hello,
Will I met problems, when more than one SQL Database will be installed on the same PC, like MySQL, SQL Server, Firebird, PostgreSQL, Oracle 10g XE ?
If the answer is no, how to define in WinDev what Database to use ?
If yes, can you tell me what problems?
TIA,
Teun



http://www.invitec.com