Samuel Morhaim wrote:
reading the documentation might help:
</F>
I believe there is a bug in Python.. _mssql ... I am not too familiar
with Python yet, but after adding several breakpoints and watching the
variable, the last step of pymssql.py is
>
# open the connection
con = _mssql.connect( dbhost, dbuser, dbpasswd)
>
>
con.select_db(d bbase)
At this point the contents of dbbase is "Gcare4UI-B6_3_dev" (no
quotes)... however, the immediate error is that
"Gcare4UI" does not exist.
with Python yet, but after adding several breakpoints and watching the
variable, the last step of pymssql.py is
>
# open the connection
con = _mssql.connect( dbhost, dbuser, dbpasswd)
>
>
con.select_db(d bbase)
At this point the contents of dbbase is "Gcare4UI-B6_3_dev" (no
quotes)... however, the immediate error is that
"Gcare4UI" does not exist.
</F>