hi,
I see that part of the previous post was cut, so I repost the last
part (if I should post differently, maybe directly to Gavin let me know) :
13:17:18,667 DEBUG JDBCExceptionReporter:33 - SQL Exception
com.inzoom.adojni.ComException: [Microsoft][ODBC Microsoft Access
Driver]Optional
hi,
this is a revised version of the dialect:
public class MSAccessDialect extends Dialect {
public MSAccessDialect() {
super();
register( Types.BIT, "BIT" );
register( Types.BIGINT, "INTEGER" );
register( Types.SMALLINT, "S
rom: Pietro Polsinelli [mailto:[EMAIL PROTECTED]
> Sent: Sunday, 15 December 2002 2:48 AM
> To: [EMAIL PROTECTED]
> Subject: [Hibernate] microsoft access dialect 2 - getting messy
>
>
> hi,
> following the suggestion of our one of the few, I tried
> to test the
Thanks :)
Have you tried running the Hibernate test suites to
see how much functionality can be supported on Access?
- Original Message -
From:
Pietro Polsinelli
To: [EMAIL PROTECTED]
Sent: Saturday, December 14, 2002 2:01
AM
Subject: [Hibernate] microsoft
hi,
I have
began developing a dialect for working with
Microsoft Access
using
InfoZoom JDBC driver.
I hope it will be of some use. I do NOT claim that this will work in
general; it just works for my current applications.
__