Hi,
I am not sure how to use the proper sql statement, those quote and double quote
very confusing.
Could somebody help me re-sentence the correct statement
rsDebug.Open "Select * from DebugProcess where SN=" & sn1.Text & " 'and failurecode ='VTT' ", conn
I am not sure how to use the proper sql statement, those quote and double quote
very confusing.
Could somebody help me re-sentence the correct statement
rsDebug.Open "Select * from DebugProcess where SN=" & sn1.Text & " 'and failurecode ='VTT' ", conn
Comment