![]() |
Datenbank: firebird • Version: 2.1 • Zugriff über: zeos
nochmal query.locate
hallo zusammen,
bei der Ausführung der funktion: query.locate(inttostr(artikel_id),inttostr(artikel .ARTIKEL_ID),[]); ( inttostr habe ich benutzt weil als Argument ein string verlangt wurde :-( ) bekomme ich eine exception - incorrect sybol in feldlist "66"- wobei die 66 die übergebene id ist. was mache ich falsch? Gruss Kh |
Re: nochmal query.locate
Es wird ein Varinat verlangt, also:
Delphi-Quellcode:
query.locate('artikel_id',artikel.ARTIKEL_ID,[]);
|
Re: nochmal query.locate
ok, danke dir
Gruss kH |
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:52 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz