Questions tagged [centura]

Gupta Technologies Team Developer (previously Centura), also known as SQLWindows, or TD.Net is a programming development environment originally based on Win32, and from v7 onwards can be .Net based or Win64. It is a rapid application development language and considered world's first client/server relational database software that would run on Personal Computers (PC) rather than Mini Computers.

Gupta Technologies (OpenText) 'Team Developer' (previously Centura), also known as 'SQLWindows', or 'TD.Net' is a programming development environment originally based on Win32, but from v7 onward can be .Net based or Win64.

It is a rapid application development language and considered world's first client/server relational database software that would run on Personal Computers (PC) rather than Mini Computers.

The tag is relevant for any Team Developer (TD) or Centura version.

More information can be found on the official website and on Wikipedia

49 questions
5
votes
2 answers

Using tlbexp.exe on a COM dll

I am trying to set up communication between Centura and a COM .dll. (Downloaded from http://download.resip.fr for a database import) Centura requires a .tlb file to be able to communicate to this component. Normally I would use regasm /tlb to…
Starceaker
  • 631
  • 2
  • 5
  • 14
4
votes
1 answer

ODBC Driver or .NET DataProvider for Centura SQLbase needed

For a Customer we need to import data from an old Centura SQLBase 7.5.1 database. The best way would be to connect directly from .Net to the customers database, but I can't find a driver or .Net Connector to use. So far I found out that the…
Jürgen Steinblock
  • 30,746
  • 24
  • 119
  • 189
4
votes
3 answers

Gupta Centura/Team Developer guides/manuals/book

In our company use Centura from 1999, I'm newbie in this, but there not so lot information on web, can somebody help me with good manuals? I find this language looks like Ada.
LustAndWipe
  • 55
  • 1
  • 1
  • 5
4
votes
1 answer

SQL Sort by temporary "AS" column

I want to sort my result by a column that I actually create temoprarly SELECT A, B, @MID(C,2,2) as X FROM foobar ORDER BY X DESC I know this would work in MySQL but it doesn't seams to work in SQL (SQLBase). Any suggestions? I tried: SELECT A, B,…
Dwza
  • 6,494
  • 6
  • 41
  • 73
3
votes
1 answer

Convert a string to integer with centura SQLWindows/32

i have an integer variable and i want to convert this variable to string using Centura SQLWindows/32, there is a function for doing that?
2
votes
2 answers

Native connections in SQLWindows, is there a way to send NULL instead of blank spaces in SQL without extra variable?

Due to many inconveniences caused by the ODBC driver, regardless the database management system (SQL Server 2000 in my case), I want to change my application connection type from ODBC to native. SQLWindows offers this feature, but with a huge gap.…
C. Bohok
  • 121
  • 3
1
vote
1 answer

SQLBase union doesn't work with alias. Why?

I am trying to execute a SQL query using UNION in my SQLBase database. Also I want to use an alias for the column. But it doesn't work with the alias. I've never used UNION but I always use alias. It works: SELECT color FROM my_table UNION…
Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
1
vote
1 answer

A replacement for the simple SQLTalk

I am using SQLTalk for Windows, version 10.0.0-PTF1 Build 13914. It is a very simple database administrator: I use PgAdmin for PostgreSQL and it has many tools. But SQLTalk doesn't have, for example, undo feature (CTRL+Z). So I would like to know if…
Roby Sottini
  • 2,117
  • 6
  • 48
  • 88
1
vote
1 answer

Printing QRP without Warning about printer margins?

I have a problem that I can't seem to get rid of. When a customer of mine prints a specific QRP, he gets a "WARNING. This report may extend beyond the printer page margins. Text may be clipped, depending on the printer in use. Do you wish to…
Skjoldson
  • 41
  • 4
1
vote
2 answers

How do I get a variable folder (e.g. Program files or user) in TeamDeveloper 6.3?

I need to get certain special windows folders in Windows 10 from a TD 6.3 program - for instance, Program Files, user, or Appdata. Is there a certain function for this? I've looked through the help but can't seem to find it. I also need to check if…
Skjoldson
  • 41
  • 4
1
vote
2 answers

How would I run a .exe from within TD 6.3 program (SalLoadApp?)

Ahoy thar, I am attempting to run a .exe program (a small helper app written in another language) from within an existing TD6.3 application. Going by the documentation, I'd think this works with SalLoadApp (or ideally with SalLoadAppAndWait, since…
Skjoldson
  • 41
  • 4
1
vote
2 answers

how to check window state in Team developer?

How to check window state(minimized,maximized etc) in Team developer ? Is there any built in function available for the same ?
1
vote
1 answer

How to Build .exe file from .app file dynamically?

I am working with application developed by Gupta, this Application is divided by 9 modules, For building .exe file from each .app file, I can do it easily via Project > Build I am repeating the above steps for each module. Is there smart way for…
ahmed abdelqader
  • 3,409
  • 17
  • 36
1
vote
1 answer

How can I Load image from Centura

How can I Load an image.Jpg using Centura? then display it in Centura and be able to load this image as a logo in the qrp reports?
1
vote
1 answer

centura team developer 2.1 open same form twice

I'm working in centura team developer 2.1 I have already made an app with a lot of forms. When running my app I need to open a specific form window twice at the same time. Any idea how to do this?
BODYBOND
  • 117
  • 1
  • 4
  • 12
1
2 3 4