Sequence causes posting error
Posted: 30.10.2007, 00:22
When I attempt to add a new record to postgresql table in which the record id integer is generated by a sequence on the server, I get a value required error although the server will generate the value.
Is there some way it can be disabled?
TZQuery has a sequence property? Will setting it to the name of the sequence on the server cause to get an update and update the sequence on the server?
How does it know which field in the table uses that sequence?
Is there some way it can be disabled?
TZQuery has a sequence property? Will setting it to the name of the sequence on the server cause to get an update and update the sequence on the server?
How does it know which field in the table uses that sequence?