Hi,
I currently have the pyodbc accessing MsSQL and all seems to work very well 
from a hand coded form.  I have not attempted to get the CxnEditor working, 
ClassDesigner, or AppWizard yet.

I'm wondering if it might be a better idea to create unique odbc interfaces 
for each of the databases we are going to support using pyodbc.  IOW's I'd 
like to see:
dbMsSqlODBC.py
dbDbfODBC.py
dbOracleODBC.py
etc...

Rather than attempt to create a universal dbODBC.py where I attempt to deal 
with each database unique requirements, i.e. data types, getting the last 
insert PK, limits, etc.. This would be a match to what we are currently doing 
for each of the supported databases (postgres, mssql, mysql) currently.

The difference would be that each of the files would use the same pyodbc.py 
but would have different method details (the code).

Thoughts or suggestions please!

Johnf

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: 
http://leafe.com/archives/byMID/[email protected]

Reply via email to