Create Database/Table/field with progress manual
who can give me an example,
thank you very much
Nemo
msn: sharkdim623@hotmail.com
who can give me an example,
thank you very much
Nemo
msn: sharkdim623@hotmail.com
Progress_Guy said:Progress does have system tables, e.g. _file, etc. (which contain details about the tables, etc. which reside in the database), but, I'd 100% say DO NOT use these to create databases/tables on the fly - in fact I only ever READ these. I've never tried creating a schema by creating system tables and am not even sure it can be done.
lord_icon said:Noddy 4GL here, nobody has offered any syntax to help.
Within your 4GL session. ....
It is better practice to use a TempTable here, though that is NOT the only method, you can easily CREATE a noddy physical db, though a TempTable would surfice.
Noddy 4GL here, nobody has offered any syntax to help.
gcampbell said:It is obviously possible via the 4GL -- you just need to know how to do it.