tags:

views:

144

answers:

5

I'm recently working in a company where we use PowerBuilder extensively. The only documentation or resources we have access to is some basic course saying things like "Do A, then B and you'll get C". I was wondering if there is some better crash courses or tutorials for this language on the net or somewhere else which actually explain something instead of simply taking me by the hand.

+2  A: 

Unfortunately there is not much out there for PB, compared to other languages. Here are some useful resources on the web:

  • Back when I was writing PB I found Google Groups was a great resource for finding information about specific issues with PowerBuilder code.

  • Terry Voth runs a website called Sequel's Sandbox that has a lot of useful PowerBuilder resources. He's also on StackOverflow, so perhaps he can chime in with more info :)

One thing that we did was have any new PB developers run through the tutorial that comes with PB (Disclaimer: we had an enterprise version, I am not sure if all versions of PB come with the same tutorial). Anyway, this was a great way of getting started and learning your way around the IDE.

Justin Ethier
Thanks for the links, i'll look at that. The tutorial that I'm talking about is in fact the tutorial that comes with PB.
afilatun
Ah, OK. I still strongly recommend you spend a day or two just going through that tutorial though, even if it's tedious at times...
Justin Ethier
+1 for review the included tutorial. It's not the easiest thing, but it does have good material if you stick it out.
DaveE
+4  A: 

"Better" sounds intimidating, since it's hard to tell how your learning style works and what's better for you. (I guess I like the ABC approach.) So, instead of listing things that will be hit or miss, I'll try one resource that has both quantity and quality. The PowerBuilder Developer's Journal has a large online archive of old and fairly recent articles online. (The current issue gets online pretty quickly, but I wouldn't venture to guess how quickly.) Like any technical journal, the quality of the articles can vary, but IMHO stays pretty high on average. They'll range in topic from navel-gazing speculations to detailed instructions on how to accomplish very specific goals. I'm not sure it's necessarily great for starting off, but it's a good place to go once you've dragged your way through the ABC tutorial in the PowerBuilder manuals.

Good luck,

Terry.

Terry
+2  A: 

Have you looked at the stuff that Yakov Werde is doing:

http://www.elearnitonline.com/PBCourseOverview/player.html

He's a former Sybase training guy and one of them that did a lot of the training classes at the Sybase TechWave events.

Bruce Armstrong
+2  A: 

This question has a few resources for learning PowerBuilder.

I've got lots of PowerBuilder bookmarks on Delicous.com. Some of that stuff might be useful.

Hugh Brackett
+2  A: 

Don't forget the books. Much of PowerBuilder 9: Advanced Client/Server Development still applies. And if you can find a copy of a book like PowerBuilder 7 unleashed you can get most of the PowerScript syntax.

Slapout