2004-09-02 12:54:16 AM cppbuilder20
I am newbie in playing with dataBase.
My need is to create a DataBase file on the fly and to record some data.
Have you a sample for starting ?
Thanks.
Sam
Jayme Jeffman Filho
CBuilder Developer
2004-09-02 03:16:02 AM
Re:DataBase from scratch
Hello Sam,
Look for "TTable::CreateTable" method in the C++Builder help file. The
example it has works fine.
HTH
Jayme.
"Sam" < XXXX@XXXXX.COM >escreveu na mensagem
Quote
I am newbie in playing with dataBase.
My need is to create a DataBase file on the fly and to record some data.
Have you a sample for starting ?