473,402 Members | 2,064 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,402 software developers and data experts.

dot net vs. powerbuilder?

VMI
In a few days I'll be working with a client that uses powerbuilder to
develop applications. I know how to use PB, but I prefer dot net. What can
I say to convince the client that dotnet is a better development tool than
PB? As far as I know, these will be windows applications.
In terms of support, I know there's more help for C# than PB. And I
remember that with PB, trying to debug something was a pain in the butt.

Thanks.
Nov 16 '05 #1
4 7564
VMI,

I dont know nothing about PowerBuilder.

However this is a document from them.

http://www.sybase.com/content/102999..._and_MS_wp.pdf

Read that and have in mind "Cobol" that should in my idea give you some
handles to use.

Cor
Nov 16 '05 #2
i started writing an answer to this, but it was going to be v long.

C# is a language for the .NET platform, which rocks.

PB is a bloated 4GL

I'm currently porting over an enterprise system from PB to C#.

Whist I haven't used the very latest version of PB, and I had a quick read
of the Comparison previously posted (on sybase site); the need for rapid
application development (RAD) tools like PB is fast diminishing. I can
knock far more complicated developments out in C# faster than PB. Aside from
the fact there's already a wealth of code examples, C++ code which you can
port, newsgroups like this one, the LANGUAGES (plural) are better, the .NET
framework offers a whole lot more, it's almost cross platform, (see Mono),
the list goes on.

Thats without mentioning VS.NET. Intellisense changed my life ;o)

All that said (from a develops perspective), if your client has already got
a load of stuff already in PB, he aint going to change it all cos you say
so. Plus the fact, it's going to be expensive redeveloping it all.

just my thoughts
sam
"VMI" <vo******@yahoo.com> wrote in message
news:eV**************@TK2MSFTNGP14.phx.gbl...
In a few days I'll be working with a client that uses powerbuilder to
develop applications. I know how to use PB, but I prefer dot net. What
can I say to convince the client that dotnet is a better development tool
than PB? As far as I know, these will be windows applications.
In terms of support, I know there's more help for C# than PB. And I
remember that with PB, trying to debug something was a pain in the butt.

Thanks.

Nov 16 '05 #3
Speaking as a Powerbuilder coder trying to dive into C# is very difficult.
Sybase has newsgroups that may help you with your answer
(forums.sybase.com). If you are building windows apps and data driven, I
would think the company would stick with PB, especially if you are adding on
to the application. If you can convince them to code for the Web, then C#
is the way to go. Maybe 3-5 years from now, they will need these
applications on the web. Yes PB is a hog but creating data driven
statements with the DataWindow is a snap. My biggest problem in C# is
binding all the fields if you want to display anything other than a grid
format. But that's another thread.

Mike

"Sam Martin" <sa*********@yahoo.co.uk> wrote in message
news:uW**************@tk2msftngp13.phx.gbl...
i started writing an answer to this, but it was going to be v long.

C# is a language for the .NET platform, which rocks.

PB is a bloated 4GL

I'm currently porting over an enterprise system from PB to C#.

Whist I haven't used the very latest version of PB, and I had a quick read
of the Comparison previously posted (on sybase site); the need for rapid
application development (RAD) tools like PB is fast diminishing. I can
knock far more complicated developments out in C# faster than PB. Aside
from the fact there's already a wealth of code examples, C++ code which
you can port, newsgroups like this one, the LANGUAGES (plural) are better,
the .NET framework offers a whole lot more, it's almost cross platform,
(see Mono), the list goes on.

Thats without mentioning VS.NET. Intellisense changed my life ;o)

All that said (from a develops perspective), if your client has already
got a load of stuff already in PB, he aint going to change it all cos you
say so. Plus the fact, it's going to be expensive redeveloping it all.

just my thoughts
sam
"VMI" <vo******@yahoo.com> wrote in message
news:eV**************@TK2MSFTNGP14.phx.gbl...
In a few days I'll be working with a client that uses powerbuilder to
develop applications. I know how to use PB, but I prefer dot net. What
can I say to convince the client that dotnet is a better development tool
than PB? As far as I know, these will be windows applications.
In terms of support, I know there's more help for C# than PB. And I
remember that with PB, trying to debug something was a pain in the butt.

Thanks.


Nov 16 '05 #4
VMI wrote:
In a few days I'll be working with a client that uses powerbuilder to
develop applications. I know how to use PB, but I prefer dot net. What can
I say to convince the client that dotnet is a better development tool than
PB? As far as I know, these will be windows applications.
In terms of support, I know there's more help for C# than PB. And I
remember that with PB, trying to debug something was a pain in the butt.

Thanks.


I don't know if you are aware of this, but the latest PowerBuilder
targets the .NET framework in its compilation. So maybe you don't have
to switch after all.
Nov 16 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Fatt Shin | last post by:
Hi, I'm running MySQL 4.0.13, connecting from PowerBuilder 9 using ODCB Connector 3.51. I'm facing a problem where whenever I issue a SELECT COUNT(*) statement from PowerBuilder, I always get SQL...
3
by: Sanjay Minni | last post by:
We have mostly client-server apps with large scale database usages (Oracle / SybaseSQLAnywhere,...). Apps are delivered 1-to-1 specific client as well as some are sold as off the shelf. All have to...
3
by: Pino | last post by:
In our company we are developing new products (distributed applications) using .NET and SQL Server. However, there are some persons who continue to work with PowerBuilder and Sybase ASA (Adaptive...
0
by: Gerry | last post by:
Hi, I am not quite sure where to place this question, by Powerbuilder or MySQL as I guess it is a communication glitch between the two platforms. I am trying to convert a Powerbuilder...
9
by: Norm Goertzen | last post by:
I've posted a previous question about IDEs and got some good feedback, thanks, but it does seem that everyone has their own favourite IDE -- in other words, no IDE was repeatedly recommended. ...
2
by: Vakkaas | last post by:
Hi, I am trying to create a dll to use in PowerBuilder. My concern is that i want to create a few function in C# code that i want to use in PowerBuildre. Anybody knows how i can do this? ...
2
by: LC | last post by:
I am beginning to learn C#. net after being in Powerbuilder for over 10 years. For those C# gurus who know Powerbuilder I have a couple of questions: Does a datawindow relate to a datagrid or is...
2
by: agus liem | last post by:
Hai.. I introduce myself, my name : Agus, from Indonesia. Im develop application using POwerbuilder 7 and postgresql 7.3. I have serveral error, and cannot solve yet. Anybody help me? This is...
2
by: Subrata | last post by:
hi, We have a two tier client server application written with Powerbuilder as the front end. Going forward, we want to move the system to a ASP.NET based application. However, the first phase of...
5
by: =?Utf-8?B?Q2F0c0NyYWRsZQ==?= | last post by:
I have to prove .Net technologies over PowerBuilder of all things. Powerbuilder is OOP, has a .net interface with the DataWindow.net. Thats about all I know. It's a shootout between my group and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.