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 » MySQL and Sql class issue
Re: MySQL and Sql class issue [message #6992 is a reply to message #6991] Wed, 06 December 2006 19:24 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14255
Registered: November 2005
Ultimate Member
Well, I guess the trick you need to know is the existence of "global SQL session/cursor".

It is represented by that "SQL" in examples. Once you assign anything to it, all Sql cursor will by default be assigned to this session. Of course, this works well only as long as your app uses just single database (but that is 90% cases).

Moreover, you also use this "SQL" as cursor to execute commands (but caution is needed there).

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: mysql error
Next Topic: Compiling OLEDB using MINGW
Goto Forum:
  


Current Time: Mon Apr 28 10:01:47 CEST 2025

Total time taken to generate the page: 0.01202 seconds