I want to read a table which have a field with same name as the table :
TABLE_(SCRIPT_CONTENT)
INT (ID) PRIMARY_KEY
INT_ (SCRIPT_ID)
STRING (SCRIPT_CONTENT,10000)
END_TABLE
Don't ask me why, it's like this, sorry.
Of course, i have some problems to read it.
Should you have an idea?
Thank you very much.
Best regards.
There should be no problem (the only slightly trick part about '_' being the command to declare SqlId you seem to have gotten right). What problems do you have?