A
Arul Kumar
I am Developing an windows Mobile Application Using windows Mobile 6
Professional, .NET Compact Framework 2.0 SP2, and SQLCE 3.5 . I am Using
SqlCeDatareader for Selecting the Query and Displays in a Text Box .
Following is the Code
sSql = "SELECT * From TMOBIHUBCE"
cmdSKU = New SqlCeCommand(sSql, oNewConnection)
cmdSKU.CommandText = CommandType.Text
rdrReadSKU = cmdSKU.ExecuteReader()
But it Displays The Following Error in Execute Reader Statement.
--------------------------------------------------------------------------
There was an error Parsing the Query. [Token Line number = 1, Token Line
offset =1, Token in error = 1 ].
Request to help me in this Regards, Thank you very Much
Arul Kumar
Professional, .NET Compact Framework 2.0 SP2, and SQLCE 3.5 . I am Using
SqlCeDatareader for Selecting the Query and Displays in a Text Box .
Following is the Code
sSql = "SELECT * From TMOBIHUBCE"
cmdSKU = New SqlCeCommand(sSql, oNewConnection)
cmdSKU.CommandText = CommandType.Text
rdrReadSKU = cmdSKU.ExecuteReader()
But it Displays The Following Error in Execute Reader Statement.
--------------------------------------------------------------------------
There was an error Parsing the Query. [Token Line number = 1, Token Line
offset =1, Token in error = 1 ].
Request to help me in this Regards, Thank you very Much
Arul Kumar