Home » U++ Library support » U++ SQL » firebird with sqlarray ctrl (possible?)
Re: firebird with sqlarray ctrl (possible?) [message #41858 is a reply to message #41844] |
Fri, 31 January 2014 02:32   |
|
Hi-
enum {
ORACLE = 1,
SQLITE3 = 2,
MY_SQL = 4,
MSSQL = 8,
PGSQL = 16,
FIREBIRD = 32, // not implemented yet
DB2 = 64, // not implemented yet
};
The code above is taken from Sqlexp.h. It appears if I pass in an invalid session, it doesn't complain until I try to do something with it.
m_array.SetSession(s);
I can't use this type of code:
Sql sql;
This means I can't build sql * expressions.
The Firebird code can do a lot but it isn't integrated as fully as the other db(s).
It took a lot of work to make the Firbird 'driver' and to implement it is a lot of work too. I am just a hobby person. I realize there is value in the Firebird code not even fully integrated. Some vendors charge for this kind of cool stuff with NO integration to Sql plugin or SqlArray. The api is so difficult without a 'driver' and an explanation how to use it. The driver is worth a lot a programmer.
Thanks for making the cool code in Ultimate. It is very cool to have both Firebird and Postgresql on the site. I like them both.
Have a cool weekeend,
mtdew3q
|
|
|
Goto Forum:
Current Time: Tue Apr 29 09:38:10 CEST 2025
Total time taken to generate the page: 0.00509 seconds
|