FYI, after some little fixes in the codebase from Alex, I was able to
create table, add a rows to it, update it and finally delete it. my
feeling is that the whole code is not too far away from a working
state.

after an issue with the escaping of sql string, I switched over to use
jdbc PreparedStatement and they work fine, so far.

regards Kristian

On Nov 30, 9:01 pm, Sam Smoot <[EMAIL PROTECTED]> wrote:
> On Nov 30, 8:49 am, "Alex Coles" <[EMAIL PROTECTED]> wrote:
>
> > ...stuff...
> > Alex
>
> Alex, I actually think DO is not where the JDBC support should live. A
> JdbcAdapter in DM (separate from the DataObjectsAdapter) using JDBC
> directly will be faster, and probably easier to maintain considering
> it will need to abstract syntax for new databases (MSSQL, Oracle, DB2,
> etc).
>
> Though it could be a DO->JDBC bridge serves as an interim solution for
> a month or six. ;-)
>
> -Sam
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to datamapper@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to