On 03 Dec 2004 12:46, bmorgan wrote:
>On 27 Apr 2004 10:59, bligny wrote:
>>Does Hibernate also support Pervasive.SQL ?
>>If not, is there a default/standard (i.e. producing not DBMS-
>>dependant /pure SQL statements) dialect which could be used ?
>>Thx,
>>Bernard.
>Hi,
>I've just started using Pervasive.SQL with Hibernate. In terms of
>persistence behaviours, Pervasive is very close to SQLServer - that is
>the dialect that I am currently using. If I get any problems I'll create
>a new PervasiveDialect class.
>Let me know if you have any problems with the SQLServer dialect.
>Cheers,
>Ben.
Hi,
Ignore my last message! You're better off subclassing the Sybase dialect
to create a Pervasive dialect. I'm actually using the Sybase dialect
until I have to change it.
Cheers,
Ben. |