Group: StrataFrame Users
Posts: 1,
Visits: 72
|
Hi,
Iam working with the trial version of Strataframe and am attempting to get asimple VS 2008 C# CRUD proof of concept test application functioning for SybaseSQL Anywhere 11. I am almost there, navigation and edits work fine - but Ican't seem to discover the correct method for primary key generation tofacilitate a successful insert. The default behavior of the BO is expecting an autogenerated primary key Id which is not the methodology we are using. I am usinga key table with a simple key id field that is programmatically incrementedwith each new insert. I see properties in the BO on my form that seem toindicate that independent primary key generation is supported but I have notbeen able to find a closed loop example that shows/discusses the BO setup andform controls and related properties and possible custom procedures necessaryto implement this.
Isthere an example, or a forum thread or something in the documentation that Ihave missed that covers this?
Anyinformation would be helpful.
Thanks,
RorySawtelle
|