W
William Gower
I am getting this error on a line that fills the data adapter object with a
dataset
I have a SQL string that holds the sql statement
Dim da As New System.Data.OleDb.OleDbDataAdapter(strSQL,
strConnection)
da.Fill(ds, "requests")
DGRequests.DataSource = ds
Is the error telling me that I have a mistake in my sql statement?
dataset
I have a SQL string that holds the sql statement
Dim da As New System.Data.OleDb.OleDbDataAdapter(strSQL,
strConnection)
da.Fill(ds, "requests")
DGRequests.DataSource = ds
Is the error telling me that I have a mistake in my sql statement?