G
Guest
Hi to all,
Im getting an error that in theory is simple but i dont understand...
This is the line when i get the error, and the oledbcmd is well created,
with the connection opened, the command text set to GetScheduledGames, and
the CommandType set to Stored procedure... Im querying against ms- access
OleDbCommandBuilder.DeriveParameters(this.oledbcmd);
The error that i get is that :
The stored procedure 'GetScheduledGames' doesn't exist. But the query
GetScheduledGames exists... What could be the cause??
Im getting an error that in theory is simple but i dont understand...
This is the line when i get the error, and the oledbcmd is well created,
with the connection opened, the command text set to GetScheduledGames, and
the CommandType set to Stored procedure... Im querying against ms- access
OleDbCommandBuilder.DeriveParameters(this.oledbcmd);
The error that i get is that :
The stored procedure 'GetScheduledGames' doesn't exist. But the query
GetScheduledGames exists... What could be the cause??