|

楼主 |
发表于 2012-12-15 22:19:04
|
显示全部楼层
将看到的解释贴下http://www.lazarus.freepascal.org/index.php/topic,19222.0.html?PHPSESSID=29129d460f1495d6561b433cd65f5b05
Re: Problem with Zeos 7 beta
« Reply #2 on: December 14, 2012, 11:42:58 pm »The reason is quiet simple:
Zeos is able to determine default-values, not-null fields etc..
Now you use some joins with some more tybles and each check of metainformations will fail. Zeos is able to read the metainformations of one table but joins can be very complex and Zeos determines the Field-Names,Types from ResultSet informations the Drivers do return. but these informations do not tell Zeos if a field is Writeable or not...
So you won't be able to update a complex query in your custom way. You need the TZUpdateSQL Component for this case. Then it's on you to tell Zeos which field can be written and how.
Best regards, Michael
|
|