
I need to index dbase files in vb4 pro
Hallo Babylon,
in Deiner Mehl meintest Du:
Quote:
> I to index dbase files in vb4 can you help ???
> Here i live is very dificul toget same book's or any ander way of help .
> --
I use SQL-statements to create an index for dBase IV files.
The following code creates an index named "index1" on "C:\DBF_PATH\Customers.dbf"
for the field "name" :
Dim DBF as Database
Set DBF = OpenDatabase("C:\DBF_PATH", True, False, "dBASE IV")
DBF.Execute "create index index1 on customers (name)"
DBF.Close
HTH
heinz
Heinz Wieczorek 74226 Nordheim Germany
Out-of-coffee-error at 2 am. System halted.