Question Syntax error without operator in query expression.

Anwind

Well-known member
Joined
Nov 6, 2021
Messages
48
Programming Experience
1-3
Hello.

Public DbReader DataReader(sQuery);
{
System.Data.OleDb.OleDbCommand.ExecuteReader("Default");
}[/CODE]

System.Data.Common.DataReader


Please Teach me.
 
Last edited:
Try the same syntax interactively with some SQL explorer to see if it works. To me, it looks like invalid SQL, but I try to avoid SQL like the plague.
 
Back
Top Bottom