Robert Chu
01-16-2006, 09:51 AM
Hello,
When I use the following sql, there is error an error.
SelectCmd = "select * from table1 where id = 'test'"
But if I use
SelectCmd = "select * from table1", it can run. What's the problem ?
When I use the following sql, there is error an error.
SelectCmd = "select * from table1 where id = 'test'"
But if I use
SelectCmd = "select * from table1", it can run. What's the problem ?