siddhartha veedaluru wrote:
But when i give user and pass information it is not able to create the dsn
It is default local system user name and creating, which fails connecting to
database.
i gave the user information as following:
"SQL Server", SERVER="SQLSVR01",DESCRIPTION="MS SQL Server DSN"
Thanks tim,
But when i give user and pass information it is not able to create the dsn
It is default local system user name and creating, which fails connecting to
database.
i gave the user information as following:
"SQL Server", SERVER="SQLSVR01",DESCRIPTION="MS SQL Server DSN",
DSN="MyDSN", DA
siddhartha veedaluru wrote:
Hi,
I'm trying to create a Sytem DSN which points to a MSSQL Database on remote
machine.
i tried using the following code snip in the following link
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/414879
i customized the script according to my requirements a
Hi,
I'm trying to create a Sytem DSN which points to a MSSQL Database on remote
machine.
i tried using the following code snip in the following link
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/414879
i customized the script according to my requirements and it got created but
i could