[odb-users] Help, how to generate the hxx files automately by odb

fryli 49834715 at qq.com
Wed Feb 13 02:16:03 EST 2013


Hi, I have a database based on mysql, how can i generate all hxx files
by odb not by myself manually?

Another problem is i test the example "hello", the persistence operation
only inserts two records into the mysql, but the first records John.Doe
vanished, there should be three records. Who can tell me how to solve
the problem?
I created a person table: 
id,int, auto increment
first, varchar(45)
last, varchar(45)
age,int



More information about the odb-users mailing list