on 2013 Jun 06 2:21 PM
ok guys,
I have to prepare for a session to a meeting where I have to convince developers to switch from Visual Studio to Powerbuider.
Can you give me 10 good reasons for the mission?
ty
GMY
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Here's 4 for a start:
1. The DataWindow allows for automatic handling of optimistic concurrency. That is, you can tell it to check for update conflicts with just updated columns, or for all columns in the result set without having to add any special logic.
2. The DataWindow renders at runtime as two controls, a bitmap and an edit mask, regardless of how many rows/columns are retrieved, reducing the demand on graphic resources.
3. The DataWindow, if handled correctly, can be backend database agnostic. You can easily have one set of code that supports a number of different databases.
4. The Rapid Application Development features of the DataWindow and the PowerBuilder IDE mean that developers can be much more productive using the tool than other more 3GLish IDEs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
3a. And when you use the DW painter, you don't waste time looking up the exact column name spellings or details of SQL syntax. For instance, when you do a join, it lists the options in plain English so you don't have to worry about which side of the = gets the *. And did I mention it's mostly point and click?
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.