SQLBase > Show Data -


i tried access existing database show data. sqlbase command center can connect database , got tables. right click tablename > "show data" brings error. "encountered improper argument."

how can have data? should/can use different software "gupta team developer 6.3"?

thank in advance

you can query data using gupta sqltalk ( sqltalk.exe ) should in same folder command centre . if not , it'll there somewhere . syntax query :

set server <servername> / connect <databasename> sysadm/sysadm / set isolation rc3 / select * <tableowner.tablename> / disconnect / 

Comments