[python-win32] ADO and LIKE statements in python

2006-01-18 Thread ram
Helo guys, I am trying to query the MSSQL DB using ADO. I am not able to make the LIKE statement fetch the correct results. Can anyone tell me what I need to do to get this working? Below is the code snippet: import win32com.client const = win32com.client.constants #

[python-win32] ADO and LIKE statements in python

2006-01-18 Thread Ram Sundar
Helo guys,     I am trying to query the MSSQL DB using ADO. I am not able to make the LIKE statement fetch the correct results. Can anyone tell me what I need to do to get this working? Below is the code snippet:         import win32com.client         const = win32com.client.constants         #