Questions tagged [guptateamdeveloper]

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 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.

Gupta Team Developer ( SQLWindows )

•Modern IDE for lightning speed database application development and run-time.

•Maximizes code reusability over various deployment platforms.

•Applications can be .NET WPF Desktop apps that interact exceptionally well with the .NET framework and other solutions, OR Win32 and Win64 API based desktop business applications.

•The same source code used for .NET WPF Desktop apps can build and deploy .NET WPF Browser apps.

•Provide your business logic via Web Services to enable your customers to deeply integrate your solution into their software infrastructure.

•Comprehensive set of well-designed data-aware UX Controls

•Powerful Report Builder for application-based reports and end user reporting and report customization.

•Rich data grid, including visual sorting, grouping, column filters and many useful cell types, such as hyperlinks, images, buttons, check boxes and more.

•Page Navigator for Microsoft® Outlook®-like apps.

•Many modern design themes for the user and developer to choose from.

•Fast and Easy to Configuration and Deploy

•Integrate with Web Services-enabled solutions via REST services or XML Web Services. Connect your applications to software solutions providing REST APIs, such as SAP, SalesForce, OpenText AppWorks and others. Integrate Team Developer applications with your own service layer.

•Fast and easy to configure database drivers for Oracle, SQL Server, Sybase and OpenText Gupta SQLBase, ODBC, OLE DB and .NET Data Provider connectivity for all other databases.

•Includes SQLBase development database for easy development and application testing.

•Automatic code documentation features of Team Developer help developers document their code without having to manually write their documentation.

•Fast error-free coding using the Active Coding Assistant.

•Outline tabs for quick code navigation and excellent source overview.

•Color-coded outline structured source code allows to quickly understand source code.

•Integrated automated documentation tool.

•Many tools that help to increase developer productivity. For example, the orphaned code tool for detecting unused source code, the task tool for searching and managing tasks, the automated documentation tool and more.

Go here for more info: Further information

71 questions
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
4 answers

What do people think of Gupta Team Developer?

Has anybody any experience in using Gupta (formerly Centura) Team Developer? If so, what do you think of it in terms of its capability to support the development of mature, scalable, maintainable applications? Thanks
3
votes
2 answers

Cannot add SQLBASEUTIL.dll (Gupta) as reference to C# - VStudio 2012

I am doing a C# project in Visual Studio 2012 (x86). I was able to add Gupta.SqlBase.Data to the project but when I run the project if gives me an error related to SqlBaseUtil.dll. Unable to load SQLBASEUTIL.dll driver library. Please check your…
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
2
votes
0 answers

Use WPF component from external .exe

Here's the situation: We have an existing .NET executable that contains an application using WPF components (dialogs and forms). This executable was created using Gupta Team Developer 6.1, but I'm not sure that is relevant to my question. We'd like…
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
2 answers

Team Developer 2005.1 - Into Variable Always Empty

We are handling a legacy code which based on Team Developer 2005.1 There is a query like !!CB!! 70 Set sSqlCommand = ' SELECT name, value INTO :sName, :sValue FROM av_system_settings WHERE …
Zhe Yang
  • 45
  • 5
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
2 3 4 5