[Hibernate] microsoft access dialect 3.1 - some revisions

2002-12-16 Thread Pietro Polsinelli
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

[Hibernate] microsoft access dialect 3 - some revisions

2002-12-16 Thread Pietro Polsinelli
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

RE: [Hibernate] microsoft access dialect 2 - getting messy

2002-12-15 Thread Gavin King
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

Re: [Hibernate] microsoft access dialect

2002-12-14 Thread Gavin King
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

[Hibernate] microsoft access dialect

2002-12-13 Thread Pietro Polsinelli
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. __