如何打开.dbs文件并查看其数据?

时间:2021-09-12 05:28:42

I tried to open .dbs file using SQLBase , open office and many softwares but it can't open.In file viewer lite, .dbs open but it open like below image.What should i do for open that file? I tried every possible solution but can't succeed.

我尝试使用SQLBase打开.dbs文件,打开办公室和许多软件但它无法打开。在文件查看器精简版中,.dbs打开但它打开如下图像。我该怎么办才能打开该文件?我尝试了所有可能的解决方案,但无法成功。

merchant.dbs in text view:--

textnt中的merchant.dbs: -

merchant.dbs in Hex view:--

hex视图中的merchant.dbs: -

3 个解决方案

#1


0  

If it is a sqlite database you can download a sqlite Editor to open it.

如果它是一个sqlite数据库,你可以下载一个sqlite编辑器来打开它。

#2


0  

.dbs is a Gupta Technologies SQLBase database file. You do need the correct version of SQLBase installed to be able to Unload it . It will be encrypted , so there is no other way.

.dbs是一个Gupta Technologies SQLBase数据库文件。您确实需要安装正确版本的SQLBase才能卸载它。它将被加密,因此没有其他方法。

#3


0  

SQLBase is 256-bit AES encrypted. There is no way to meaningful read the data without first UNLOADing it using Gupta SQLTalk. See the attached SQLBase Language reference , specifically 'UNLOAD' to get your data and schema out of your dbs version , and then (optionally) 'LOAD' to get you data into another version . The attached manual is for v9 , but LOAD and UNLOAD work the same no matter which version of SQLbase . See: SQLBase Language Reference

SQLBase是256位AES加密的。没有首先使用Gupta SQLTalk卸载数据,就无法有意义地读取数据。请参阅附带的SQLBase语言参考,特别是“UNLOAD”以从dbs版本中获取数据和模式,然后(可选)“LOAD”将数据导入另一个版本。附带的手册适用于v9,但无论哪个版本的SQLbase,LOAD和UNLOAD的工作方式都相同。请参阅:SQLBase语言参考

#1


0  

If it is a sqlite database you can download a sqlite Editor to open it.

如果它是一个sqlite数据库,你可以下载一个sqlite编辑器来打开它。

#2


0  

.dbs is a Gupta Technologies SQLBase database file. You do need the correct version of SQLBase installed to be able to Unload it . It will be encrypted , so there is no other way.

.dbs是一个Gupta Technologies SQLBase数据库文件。您确实需要安装正确版本的SQLBase才能卸载它。它将被加密,因此没有其他方法。

#3


0  

SQLBase is 256-bit AES encrypted. There is no way to meaningful read the data without first UNLOADing it using Gupta SQLTalk. See the attached SQLBase Language reference , specifically 'UNLOAD' to get your data and schema out of your dbs version , and then (optionally) 'LOAD' to get you data into another version . The attached manual is for v9 , but LOAD and UNLOAD work the same no matter which version of SQLbase . See: SQLBase Language Reference

SQLBase是256位AES加密的。没有首先使用Gupta SQLTalk卸载数据,就无法有意义地读取数据。请参阅附带的SQLBase语言参考,特别是“UNLOAD”以从dbs版本中获取数据和模式,然后(可选)“LOAD”将数据导入另一个版本。附带的手册适用于v9,但无论哪个版本的SQLbase,LOAD和UNLOAD的工作方式都相同。请参阅:SQLBase语言参考