MDB files

Post Reply
User avatar
Silvio
Posts: 3107
Joined: Fri Oct 07, 2005 6:28 pm
Location: Teramo,Italy

MDB files

Post 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
User avatar
roberto
Posts: 22
Joined: Thu Oct 06, 2005 9:25 pm
Location: Italy

Post 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.
Post Reply