Thank your Paul (and Expo!) Just curious but where would I look to find out that I needed to use access instead of mssql? I did indeed go to that web page as well as scour some other resources, but nothing ever specifically mentioned access:///... just want to make sure I can read as much as I can before posting another question. Thanks again for your help!
On Oct 12, 5:13 pm, Paul Johnston <[EMAIL PROTECTED]> wrote: > Hi, > > > I am very sorry for asking this question, but I was wondering if > >anyone could give me a short step by step process as to how to access > >a Microsoft Access Database using SQLAlchemy. > > Access support is experimental. Use the lastest 0.4 trunk, as I've > committed a few fixes just now. Beyond that, all you do is use > SQLAlchemy as with any other database. The DBURI is like > access:///c:/my/file.mdb > > There's some more info > here:http://www.sqlalchemy.org/trac/wiki/DatabaseNotes#MicrosoftAccess > > Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
