Page 1 of 1

MDB files

Posted: Sat Nov 05, 2005 9:01 pm
by Silvio
I use Mdb file using TOdbc()
oDbf := TDbOdbcDirect():new( "SELECT * FROM prodotti" , oOdbc)
I use a listbox to show all the record
Now I must create the insert operation or modify or delete
I know How can I make it with dbf but I Not Know How can I make with Mdb
Help Me please

Regards
silvio

Posted: Sat Nov 05, 2005 10:44 pm
by roberto
Hi Silvio, try to take a look at FiveODBC guide and at the sample testsql1.prg in samples "testsql" folder. It use the built in browse function to manage the table ! I test it same time ago.
Ciao, Roberto.