V
Vel murugan
Guest
I am connecting to openedge v11.6 database through jdbc using openedge.jar. Is there any document where i can learn SQL syntax, queries to do the below operations in progress?. Note: It is a partitioned database using v11.6 and I would like to use ROWID or PRO_PARTN_ROWID whichever is unique for a database. 1.Is there any unique ID(expecting database level uniqueness) like ROWID or PRO_PARTN_ROWID 2. update a table using ROWID or PRO_PARTN_ROWID whichever is unique for the database 3. read indexes available in a table 4. read metadata of the table 5. get the primary index of the table 6. select queries
Continue reading...
Continue reading...