[Gambas-user] Suggestion SQL object
kobolds
kobolds at ...2041...
Sun Aug 9 19:54:18 CEST 2009
I wish to propose SQL object .
in the project tree to add a new folder call SQL where it contain sql object
.
the sql object basically is just use to store sql code (like a local stored
procedure) but you can edit with 2 option . one using sqlquery the second
edit the sql code (text directly)
these sql object can be call directly from the code .
the purpose of sql object is so that
- easy and cleaner to maintain . if you want to change the sql code , you
don't need to hunt in your program source code
- sqlquery tools make easy to create sql code
- some database that you do not wish or unable to have stored proc in it
- provide independent test your sql code without running the program
--
View this message in context: http://www.nabble.com/Suggestion-SQL-object-tp24889521p24889521.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list