Seeking tuturial: introduction to ODBC with Delphi
Posted
by mawg
on Stack Overflow
See other posts from Stack Overflow
or by mawg
Published on 2010-04-06T03:13:34Z
Indexed on
2010/04/06
3:23 UTC
Read the original article
Hit count: 420
I have a lot of embedded C/C++/Ada experience and an outdated smattering of Delphi plus some database stuff.
Now I have to implement an app in Delphi which can manipulate MySql, Oracle, maybe MS Acess. In short, I need ODBC.
I need to programatically created a database, define its structure and populate its contents, then later query its existence and programatically search.
I would prefer not to use 3rd party components, unless there is a compelling reason to do so (performance ought not to be an issue for the app, it won't have much data or be run often, at least not in v1.0) .
Can anyone point me at a tutorial which can get me up to speed? Thanks
© Stack Overflow or respective owner