Thank you.
Yes, this is strange to me. My table name, for example, is Order Charges A. So I created a new view as SELECT * FROM "Order Charges A" and I named the view OrderCharges. The query executes and I can see the rows. But the statement above the grid now reads SELECT * FROM "OrderCharges" not "Order Charges A". I don't understand that. Why does it replace my table name in the statement with the name of the View???
But to answer your question, yes, the Select statement seems to work.
Now, when I create a View as DELETE FROM "Order Charges A", the check syntax clears, but when I click OK to save the view I get this: [Pervasive][ODBC Client Interface][LNA][Pervasive][ODBC Engine Interface]Syntax Error: CREATE VIEW "Delete" AS DELETE<< ??? >> FROM "Order Charges A"
So, my syntax seems to be ok, but it finds a problem when I try and save it.