Hi all.

I try to work with SQL in jBase, using JQLCOMPILE.
Like this:
STATEMENT = ""
ERROR = ""
OPTION = JQLOPT_USE_SQLSELECT
QUERY = "SELECT ac.CUSTOMER FROM FBNK.ACCOUNT ac"
RESULT.CODE = JQLCOMPILE(STATEMENT, QUERY, OPTION, ERROR)

All works if the filename doesn't comprise a point "." (ACCOUNT,
CUSTOMER), but otherwise (for example FUNDS.TRANSFER) produces an
error (Parse error:..)
How it's possible to win it?

--~--~---------~--~----~------------~-------~--~----~
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to