FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour MDB files
Posts: 3107
Joined: Fri Oct 07, 2005 06:28 PM
MDB files
Posted: Sat Nov 05, 2005 09:01 PM

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

Best Regards, Saludos



Falconi Silvio
Posts: 22
Joined: Thu Oct 06, 2005 09:25 PM
MDB files
Posted: Sat Nov 05, 2005 10:44 PM

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.

Continue the discussion