Delphi 7: ADO, need basic coding example
Posted
by mawg
on Stack Overflow
See other posts from Stack Overflow
or by mawg
Published on 2010-05-27T01:56:46Z
Indexed on
2010/05/27
2:01 UTC
Read the original article
Hit count: 330
I am a complete n00b here. Can someone please post some Delphi code to
- create a database
- add a simple table
- close the database
then, later
- open a database
- read each table
- read each field of a given table
- perform a simple search
Sorry to be so clueless. I did google, but didn't find a useful tutorial ...
© Stack Overflow or respective owner