Strange error in Debugger

19-okt-2006 15:27:49 net.sf.hibernate.dialect.Dialect <init>
INFO: Using dialect: net.sf.hibernate.dialect.SybaseAnywhereDialect
0,0::41200033
0,0::41200033

Does anybody knows what this means?
I use autoincrement in Sybase (not Servoy)

I don’t know much about hibernation (yet) but are you sure it is an error?

I’m not an expert, but from what I know, Hibernate takes care of mapping from Java objects to SQL Objects. The Java Hibernate has various dialects for specific Databases. The correct dialect for SybaseAnywere is net.sf.hibernate.dialect.SybaseAnywhereDialect. You can see a list at:

You can read more abour Hibernate at

IT2Be:
I don’t know much about hibernation (yet) but are you sure it is an error?

Not sure if it is an error…but it occur whenever I do a certain controller.loadrecords(dataset)…and it only occur in that specific controller.loadrecords(dataset)
So I was wondering what it ment.