[quoted text, click to view] <ctacke/> wrote:
> Sure, you have invalid syntax. The X must be in single quotes.
>
>
I tried that and it still does not work. I even took it one further and
made it a basic SQL
Dim cmdU As New System.Data.SqlServerCe.SqlCeCommand("SELECT * FROM
product", ssceconnU)
Still does not work.
Went one farther and tried just one field
Dim cmdU As New System.Data.SqlServerCe.SqlCeCommand("SELECT p_item FROM
product", ssceconnU)
Still does not work.
Using query analyzer I ran a query on the db to make sure I had data
there and sure enough it is.
I am confused as to why it will not work