` Printed Icetips Article

Icetips Article



Par2: DNSless Access Connection
2009-01-14 -- Pratik Patel
 
>I try to set Owner to a proper MS Access ODBC connection string and I get 
>an error that there is no data source specified.
> Is it not possible to do normal ODBC connection strings?  If so, how?

    glo:SQLConnect = 'DRIVER={{Microsoft Access Driver (*.mdb)}'   |
                    & ';DBQ=.\database\access.mdb'                   |
                    & ';PWD='

works fine.



Printed May 5, 2024, 10:07 pm
This article has been viewed/printed 35119 times.