Problem connecting to SQL Server2000 using SQLRelay in Python

bharat bharat at tetrain.com
Thu Nov 10 08:11:59 EST 2005


Hi,
I want to connect to SQL Server 2000 at remote site in python using SQLRelay 
at local machine.
When i run my query, the following message comes: 

Debugging to:/usr/local/firstworks/var/sqlrelay/debug/sqlr-listener.11639 

and then no result is displayed.
The above file contains: 

11/10/2005 15:49:41 IST listener [11639] :      listener-based 
authentication succeeded 

11/10/2005 15:49:41 IST listener [11639] : incrementing session count... 

11/10/2005 15:49:41 IST listener [11639] :      1 

11/10/2005 15:49:41 IST listener [11639] : done incrementing session count 

11/10/2005 15:49:41 IST listener [11639] : getting a connection... 

I have also tried to run the query using sqlrsh -id ID command.
Then also no result is displayed.
I tried with both PySQLRClient and PySQLRDB in SQLRelay to connect to SQL 
Server in Python Program.
Please guide me. 

Regards,
Bharat Nayak 




More information about the Python-list mailing list