wxSQLite vs. wxODBC
Dave Bee
davebeeus at yahoo.com
Thu Oct 5 20:52:48 PDT 2006
Kevin, thank you very much for your answer. I am embarrassed to admit that I learned something totally new here: I was under the misconception that wxSQLite3 supports communicating (using SQL statements) with databases like MySQL, Oracle, etc. Now I am learning that it is only for "embedded databases".
For a while I thought I could get away with having to deal with ODBC driver installations etc. Now I see that isn't the case. Oh well.
Dave
Kevin Hock <hockkn at yahoo.com> wrote: Dave,
Comparing wxODBC and wxSQLite3 is comparing apples and oranges.
wxSQLite3 is for embedding a database in your application, just like
SQLite. wxODBC is for connecting to a database like DB2, Access, MySQL,
like ODBC.
So really it's not wxODBC vs wxSQLite3 but ODBC vs. SQLite3 and which is
right for your application, since they are completely different.
---------------------------------
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wx-users/attachments/20061005/4c710936/attachment.htm
More information about the wx-users
mailing list