by lucabaldini » 6 June 2022, 14:52
"Unfortunately" that's correct... :-|
The IDE is a C++ app that uses OleDB (for Access, Oracle 8+ (OraOleDB) and SQL Server) and other ODBC (Oracle 7, ODBC, DB2, MySQL, Postgres, SQLite) connections when connecting with databases. That's the only way we can use to connect from a Windows' C++ app to any database. You install the OleDB or ODBC (depending on the database) driver and IDE can use it.
At run-time things changes... The system uses native (C# connector or Java) connector depending on the language you choose. Again, there is not much that can be done here... Instant Developer produces a C#/Java solution... so if I need to connect to a database I have to do it using C#/Java.
There is not much I can do for that... As I say "world is too complicated"... :-|