How to open dbs file (SQLBase)

6.3k Views Asked by At

I have a file with an extension ".dbs". All that I know that it's Gupta SQLBase DB version 9.1 I've downloaded and installed SQLBase 11.6 but I don't have any idea how to load it. Google didn't tell me anything intelligible. Can anyone help me?

Thanks in advance!

2

There are 2 best solutions below

0
On BEST ANSWER

There is a querying tool called SQLTalk shipped naturaly with the SQLBase engine. You should read through the online help manuals for a start.....SQLBase User guide as there are many ways to get into the .dbs

0
On

02/10/2017 Update on this answer. See the attached SQLBase Language reference , specifically 'UNLOAD' to get your data and schema out of v9 , and then 'LOAD' to get you data into v11.6 . The attached manual is for v9 , but LOAD and UNLOAD work the same no matter which version of SQLbase . See: SQLBase Language Reference