Powerbuilder Powerbuilder

Powerbuilder - Definition and Overview

Powerbuilder is a programming language created by Powersoft which was later purchased by Sybase. It is an event driven language used for Rapid application development (RAD). The word 'Powerbuilder' also applies to the integrated development environment used with the language.

It is similar in many ways to Visual Basic with a strong SmallTalk influence, but focuses on data handling and manipulation. It is generally used as a domain-specific programming language, but since it is a Turing-complete language, it can be used as a general purpose language if desired.

Powerbuilder is commonly used by companies in the financial sector, in the United States and the United Kingdom.

As of September 2004, the latest release of Powerbuilder is version 10.

Hello, World!

The following is an example of a 'Hello, World!' application for Powerbuilder:

You must first create an application object. Typically, this can be done with a simple wizard within the development environment.

Add the following code to the 'open' event of the application object:

Messagebox ("", "Hello, World!")

Save and run your application object.

Note: Powerbuilder is a strongly object-orientated language; it is normally regarded as bad practice to use visual objects such a messagebox in the application object. Here, it is done to keep the example as simple as possible.

External Links


Example Usage of Powerbuilder

nekokomaru: 「米国よりPowerbuilderのエバンジェリスト Dave Fish(デイブ フィッシュ)を招 きまして、~」エバンジェリンって、英和引いても女性名、としか書いてないんだけど、なんか意味があるのか…?
t_nakanishi: Powerbuilder ってまだあったのね・・ http://bit.ly/5PUd94
Halifax_JOBS: Senior Powerbuilder Developer - SAPPHIRE CANADA: Location: Halifax, Nova Scotia, CANADA ... http://bit.ly/7ghfZZ #jobs
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.