Questions tagged [sqlbase]

SQL DBMS Development by Gupta Technologies

SQLBase is a very low TCO embedded and workgroup database offering high performance and scalability. Automated mass deployment, automated installation and automated maintenance make SQLBase the database of choice for environments with limited IT support. Many driver options allow for easy integration with many dev tools. SQLBase is a highly secure database offering powerful encryption for your valuable data and data communication. Go here for more info: SQLBase info

59 questions
0
votes
2 answers

VTI71.DLL Give error du0x80004005 in c# project

I am try to automate Gupta's Team Developer control as mention in Centura Gupta Team Developer Automation Possibility I download 32-bit trial version of Team Developer 7.1 [DllImport("user32.dll")] static extern IntPtr…
mahen
  • 165
  • 3
  • 16
0
votes
1 answer

SqlBase and Gupta windows to the sky

Anybody who can advise or have experience on the possibility to have an SqlBase database in a cloud environment and run a Gupta application which is stored on local PCs? Thanks.
0
votes
1 answer

SQLBase, query multiple values from one table column

I have big problem with SQLBase database, or it's engine. I have history with MySQL but not with SQLBase. I have: Multiple tables joined together, work order that has, multiple values in a column and I want them on query result in a row. For…
0
votes
1 answer

SQLBase IF statement

I am quite new to SQLBase and I've been struggling for a couple of days now, is it possible to write an IF statement in a standalone script? Something like: IF EXISTS (SELECT * FROM SYSADM.SYSTABLES WHERE NAME = 'TMP') THEN DROP TABLE…
Valdas
  • 368
  • 4
  • 14
0
votes
3 answers

SQLBase usage in a Java Application

I am trying to connect to a Grupta SQLBase Database via my Java application. I searched through the web but all I could find is that there is a need of an SQlBaseJDBC jar that works as a bridge but I am unable to download it. Can you provide any…
0
votes
2 answers

Connect to remote SQLBase database using sqltalk

I modified my sql.ini file to connect to a remote server hosting an SQLBase db, so I added the following line: [win32client.ws32] serverpath=serverName,IP_ADDRESS,PORT_NUMBER/* But I get the following error when executing the command set server…
Platus
  • 1,753
  • 8
  • 25
  • 51
0
votes
1 answer

System.InvalidOperationException: 'SQLBASEOLEDB.1' provider not registered on local machine

I get the following error message in my browser when calling a method of an ASP.NET Webservice: System.InvalidOperationException: 'SQLBASEOLEDB.1' provider not registered on local machine I tried the solution indicated in this Link: Which…
Platus
  • 1,753
  • 8
  • 25
  • 51
0
votes
1 answer

Gupta SQL Base driver on Ubuntu

I know that Gupta SQL Base driver should not work with Ubuntu but with other Linux versions. But have anyone got it working with Ubuntu? I need to connect from Ubuntu machine to remote Gupta SQL Base database with php. Maybe some third party driver…
user2809327
  • 147
  • 1
  • 11
0
votes
2 answers

Centura - PDFCreator COM interop with different versions

I need to call the latest version of PDFCreator from my Centura program(version 1.5.1). Is there any way to do this automation?
0
votes
1 answer

SQLBase error HY092

I'm trying to config a connection with SQLBase with odbc driver on Windows and I never did that, but I'm getting the error: Connection failed with SQL State: "HY092" I'm using the Windows ODBC Administrator to try add the connection. In the field…
0
votes
1 answer

Centura Team Developer (previously Gupta Team Developer)

This question might not be very constructive but my reason for asking this question here is to know the view of fellow TD developers about the career scope of this niche technology in India. I have been working with this technology from the last 4…
Abhishek Guha
  • 154
  • 1
  • 9
0
votes
1 answer

How to get last inserted record Id in Gupta SQL Base

I am new to Gupta Sql Base. I would like to know how to get the last inserted record in Gupta SQL
Kiran B
  • 683
  • 10
  • 21
0
votes
1 answer

How to verify the connection was released

I use the JDBC driver to connect to my database (made with a DBMS called SQLBase by the Centura Gupta company). It is executed without problems (even I checked that the data is inserted into my database). But then I execute a very simple SELECT…
Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
0
votes
1 answer

Restore SQLBASE 7.0 .dbs

I am trying to restore a .dbs file. I know its version is 7.0.1 and can not restore in sqlbase 12. I just need to recover the data. I already tried to open in word, gedit, libre office calc, suggestions seen on the internet. But I can not retrieve…
0
votes
1 answer

SQLBase > Show Data

i tried to get access to a existing database to show the data. With the SQLBase Command Center i can connect to the database and got the tables. A right click to a tablename > "Show Data" brings only an error. "Encountered an improper argument." How…
tadeus
  • 101