2006-05-19, 10:12 PM
Hi all!
Trying to use SQL2005 Express with gbpvr.
When trying to update the EPG i get this message:
Failure in ChannelFactory:toreChannels(): System.Data.OleDb.OleDbException: The name "Y" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.
at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
From SQL Server Profiler i get this:
exec sp_executesql N'insert into CHANNEL (name, channel_number, favourite_channel) values (@P1,@P2,"Y")',N'@P1 nvarchar(13),@P2 int',N'Animal Planet',102
Any suggestions?
Trying to use SQL2005 Express with gbpvr.
When trying to update the EPG i get this message:
Failure in ChannelFactory:toreChannels(): System.Data.OleDb.OleDbException: The name "Y" is not permitted in this context. Valid expressions are constants, constant expressions, and (in some contexts) variables. Column names are not permitted.
at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior behavior, String method)
From SQL Server Profiler i get this:
exec sp_executesql N'insert into CHANNEL (name, channel_number, favourite_channel) values (@P1,@P2,"Y")',N'@P1 nvarchar(13),@P2 int',N'Animal Planet',102
Any suggestions?