Hello
I am trying to perform a query in Visual Basic to our Progress 10 OpenEdge database. When I do a simple query (SELECT * FROM PUB.FILE1) it works fine. When I try to add a where clause to the query I get the error message (column not found/specified). The final query is
SELECT * FROM PUB.FILE1 WHERE InOrOut = True
Where InOrOut is a logical column in the table FILE1. I suspect the problem is the word True. Does anyone know how to specify a logical check through an ODBC connection.
Would appreciate any help anyone can provide. I would also appreciate it if you could copy any replies to JimMaynard@comcast.net so that I can get any answer as soon as possible.
Thanks in advance for any help.
Jim
I am trying to perform a query in Visual Basic to our Progress 10 OpenEdge database. When I do a simple query (SELECT * FROM PUB.FILE1) it works fine. When I try to add a where clause to the query I get the error message (column not found/specified). The final query is
SELECT * FROM PUB.FILE1 WHERE InOrOut = True
Where InOrOut is a logical column in the table FILE1. I suspect the problem is the word True. Does anyone know how to specify a logical check through an ODBC connection.
Would appreciate any help anyone can provide. I would also appreciate it if you could copy any replies to JimMaynard@comcast.net so that I can get any answer as soon as possible.
Thanks in advance for any help.
Jim