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 » few questions from a newbie
few questions from a newbie [message #19968] Thu, 05 February 2009 20:26 Go to previous message
White_Owl is currently offline  White_Owl
Messages: 27
Registered: January 2009
Location: New York
Promising Member
1) I am more used to a "driver-behind-connection" way of database interfaces. For example, such interfaces like ODBC, ADO, or even QT, do not work with actual connections, but delegate all work to some driver. Application programmer will use some kind of universal connection object. The actual driver is selected in run-time by supplying this universal object with driver's name right before the establishing the actual connection.
What I see in U++ so far is that relationship between the universal connection object and the driver is reversed. To create a connection to database XYZ I have to make an offspring of SqlSession class and use it for actual connection object. That means I have to know in the design-time what kind of database I will use...
Am I correct so far?

2) Why PostgreSQL, Oracle and other packages are located in the root of uppsrc, but sqlite3 package is in the plugin subfolder? Should not they be in some common uppsrc/plugin/db/ subfolder?

3) Did anyone worked with Open Client 15?
 
Read Message
Read Message
Previous Topic: Fix to Sqlite3Session::Open
Next Topic: OleDB x64 cannot be built
Goto Forum:
  


Current Time: Mon Apr 29 07:42:56 CEST 2024

Total time taken to generate the page: 0.02172 seconds