Hello once again.
So i finally got my DSN ODBC connection to Progress Working.
So i've created a vb.net application in which im connecting to the progress database.
Now im trying to query the tables in Progress with SQL
In the Progress Data Dictionary i can see the tables in the database and there is one called customers
so my SQL query is "SELECT * FROM customers"
however when i execute the query i get the following error
"ERROR [42S02] [MERANT][ODBC PROGRESS driver][PROGRESS]Table/View/Synonym not found (7519)"
even though the table exists!!!
Am i missing something from the query?
So i finally got my DSN ODBC connection to Progress Working.
So i've created a vb.net application in which im connecting to the progress database.
Now im trying to query the tables in Progress with SQL
In the Progress Data Dictionary i can see the tables in the database and there is one called customers
so my SQL query is "SELECT * FROM customers"
however when i execute the query i get the following error
"ERROR [42S02] [MERANT][ODBC PROGRESS driver][PROGRESS]Table/View/Synonym not found (7519)"
even though the table exists!!!
Am i missing something from the query?