Ms Flex grid query not working
I am sure i posted this before, but i cannot see it, so i guess not.
Every time i try to create a query and show it on the ms flex grid i getting an error saying, ms flex grid does not support this type of bound operation.
I am using a simple sql query-Now, i am not very good at sql in vb, its wierd compared to on Oracle.
VB Code:
strsql = "Select * from Invoice where Name = john smith;"
i initially put speach marks around john smith but it would'nt let me do that.
Any body know where i am going wrong?