On Wed, Oct 17, 2012 at 10:34 AM, Markus Christen
wrote:
> Hi all
> I have to make a WebPage with Django. It must be possible to connect from
> the page to the mssql database. i have an odbc program know atm, and this
> works...
> -
> import pyodbc
>
> cnxn = pyodbc.connect('DRIVER={SQL Server
Hi all
I have to make a WebPage with Django. It must be possible to connect from
the page to the mssql database. i have an odbc program know atm, and this
works...
-
import pyodbc
cnxn = pyodbc.connect('DRIVER={SQL Server};
SERVER=MAURITIUS;DATABASE=baan5c;UID=portal;PWD=P0rtalReader')
cur
2 matches
Mail list logo