so easy?
thank you tygrys, you were right.
works!
Search found 4 matches
- 18.01.2006, 11:22
- Forum: 6.1.5
- Topic: Message: Cannot retrieve ResulSet Data
- Replies: 2
- Views: 1388
- 16.01.2006, 16:38
- Forum: 6.1.5
- Topic: Message: Cannot retrieve ResulSet Data
- Replies: 2
- Views: 1388
Message: Cannot retrieve ResulSet Data
Hi everybody, Why does my Delphi7 application, after a regular append to a table ZTfoo1.append; Ztfoo1.FieldByName('text').Value:= EdPN.Text; ZTfoo1.Post; and an Insert INSERT INTO foo2 (id,text) VALUES(LAST_INSERT_ID(),'text'); show the message Cannot retrieve ResultSet Data, if queries work well a...
- 01.12.2005, 14:21
- Forum: 6.1.5
- Topic: using Filter on ZTTable
- Replies: 9
- Views: 4944
using Filter on ZTTable
maybe a stupid question, but... I'm working on an application D7+MySQL+ZeosLib 6.1.5 A DBGrid is connected by a DataSet to a ZTCustomers: with a double click on, you open the form with all data of the single customer (thanks to ZTCustomers.MasterFields :=ID) . If you would to look for a customer, yo...
- 22.11.2005, 17:12
- Forum: 6.1.5
- Topic: TZUpdateSQL and other questions
- Replies: 1
- Views: 1127
TZUpdateSQL and other questions
hi everybody, I'm compiling a program with Delphi 7 + MySQL and ZeosLib 6.1.5. I have a Table (users_t) with a field called 'lastupdt', TIMESTAMP kind. Well,first question: Why, with a ZTUsers.Append and then ZTUsers.Post, doesn't the 'lastupdt' field update itself automaticly, as well as I expect ?...