From:
<car...@te...> - 2004-03-11 12:29:35
|
Hello: > How do you stop FBCommandBuilder from using "ID" in the insert command. > The ID will be created by a trigger in the database. I can't know that the field will be generated in the server side, but, in any case i think that the only problem here can be with inserts, the id will have a 0 as value ( unless you have filled it with other value ), and if you assign a new value in the before insert trigger it needs to insert the record ok, with the correct value. In the case of up`date and delete the field id needs to be filled ;) -- Best regards Carlos Guzmán Álvarez Vigo-Spain |