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 -- http://mail.python.org/mailman/listinfo/python-list