Ok heres the deal &' doesnt work i get this error<br><br>Query:<br>select * from CCIProducts where pdctProductCode LIKE '&''<br><br>Error:<br>Server: Msg 105, Level 15, State 1, Line 1<br>Unclosed quotation mark before the character string '&'<br>'.<br>Server: Msg 170, Level 15, State 1, Line 1<br>Line 1: Incorrect syntax near '&'<br>'.<br><br>I tried to use double quotes with the where attribute and it didnt work<br><br>Query:<br>select * from CCIProducts where pdctProductCode LIKE "memory"<br><br>Error:<br>Server: Msg 207, Level 16, State 3, Line 1<br>Invalid column name 'memory'.<br><br>I am using Microsoft SQL server 7.0 with Visual Basic and ADO, This has nothing to do with the ppc RICoder. I ran all thoughs Querys in the SQL Quey Analizyer to make sure there was no middle man problem with VB and ADO.<br><br>So does anyone know how to do a querly like<br><br>SELECT * FROM CCIProducts WHERE pdctProductCode = '17' monitor'<br><br>The problem is sql thinks im termanating my query at the ' after 17. I know there has to be a way of doing this i just dont know how. <br><br>Any help would be qreatly appriciated becuase this is for my job, thanks.
