Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Table1.locate in ODBC

Status
Not open for further replies.

PankX

Programmer
May 10, 2002
29
0
0
ID
Hi all,
each time i use command table1.locate in ODBC (MS Paradox Driver) the program has error. It doesn't happen if i access the table using BDE.

Any idea how to solve this ? I want to search some data in table1, usually i use locate, do you have any other command ?

Thank's
Pank-X
 
What is the specific error that you get? Having that info will help us answer your question.

-D
 
the command are :

if not table1.locate('KODE;TANGGAL',vararrayof([kode,tgl]),[]) then
begin
......
end;

then the error message are :

Project PAbsPerDiv.exe raised exception class EDBEngineError with message 'Invalid Field Descriptor'. Process stopped use step or run to continue.

Any idea ???

Thank's
Pank-X
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top