Can not update this query type

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Can not update this query type

Post by zippo »

Hi!

I have a problem while posting a row into a temporary table (on MySQL 3.23). When posting, I got this error. The table has no lookups, no calculateds, just "Select * From POS_TMP"... Any suggestions?

---------------------------
Debugger Exception Notification
---------------------------
Project Prodaja.exe raised exception class EZSQLException with message 'Can not update this query type'. Process stopped. Use Step or Run to continue.
---------------------------
OK Help
---------------------------
User avatar
mdaems
Zeos Project Manager
Zeos Project Manager
Posts: 2766
Joined: 20.09.2005, 15:28
Location: Brussels, Belgium
Contact:

Post by mdaems »

Hi Zippo.
I remember somebody was asking some days ago a similar question. Is it possible that this table has no primary key? That seemed to be the problem in his case. (I did not see a confirmation in his thread that it actually solved the problem)

Mark
Image
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

Hmmm... don't think so - I checked (to be sure before posting, he he) and the keys seems OK. However I will do some additional checking on the property UpdateMode and WhereMode. I'll also post the results here. In the meanwhile can any developer post in what case the exception raises?

Please help, because I'm stuck in the middle of a project! :(
Last edited by zippo on 06.03.2006, 00:09, edited 1 time in total.
zippo
Silver Boarder
Silver Boarder
Posts: 322
Joined: 12.10.2005, 18:01
Location: Slovenia

Post by zippo »

Just one more thing. It's a temporary table - does this affect the posting of data here?
Post Reply