Hi,
I'm writing into excel sheet using ADODB connection. (VB project)
I've used the following connection string:
strConn = "Driver={Microsoft Excel Driver (*.xls)};DriverId=790;Dbq=" + mydatabase

I have Excel 2003 installed here, and this is working fine in my PC.
But when i run the application in other PC where Excel 2003 is not installed (some other version of Excel is installed) I get an error 'syntax error in string in query expression'. Do I need to change the connection string parameters? Please help.

Thanks in advance
Naresh