Hi!

2007/4/26, Paul Johnston <[EMAIL PROTECTED]>:
>
>
> Hi,
>
> I'm not familiar with DBISAM, I take it this is another database engine?
> (i.e. a "sister" to MySQL, PostgreSQL, etc.)


DBISAM is completely another db engine, but it have ODBC driver to use it in
out-of-Delphi applications.

As it stands, SQLAlchemy needs to have support specifically coded for
> each database. The MS-SQL support does use PyODBC, but as Rick pointed
> out, that doesn't help with other databases.


Grrrrrr....
:-(

So now I need to choose:

1.) I use DBAPI2 as before...
2.) I write a SQLObject class...
3.) I write a SQLAlch class...

:-(((

dd

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to