Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
mtdew3q is currently offline  mtdew3q
Messages: 181
Registered: July 2010
Location: Upstate, NY (near Canada)
Experienced Member

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
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: size of S_XXX struct members
Next Topic: SqlId aliasing
Goto Forum:
  


Current Time: Sat May 11 07:26:12 CEST 2024

Total time taken to generate the page: 0.02755 seconds