Powerbuilder Interview Questions Part 5

What is PowerBuilder? PowerBuilder is a powerful Windows-based professional client/server application development tool, which allows teams of developers to quickly and easily build sophisticated, graphical applications with access to database information stored locally or on networked servers. Powerbuilder features OBJECT ORIENTATION IMPLEMENTATION: Supports interitance, encapsulation and polymorphism. SQL SUPPORTS: Power …. Continue Reading »

Powerbuilder Interview Questions Part 1

1 Ans. How can you generate runtime datawindow object?    Using syntaxfromsql function to get sqlsyntaxt for the passed sql string and then calling function create   SyntaxFromSQL: transaction.SyntaxFromSQL ( sqlselect, presentation, err )   Argument Description   Transaction.     The name of a connected transaction object   Sqlselect.         A string …. Continue Reading »

RunDll32 Executable Utility

RunDll32 Executable Utility RunDll32 executable can be used to start various Windows utilities like the Control Panel rundll32 shell32,Control_RunDLL Run The Control Panel rundll32 shell32,Control_RunDLL X Start applet X of Control Panel (“X” = any CPL filename) rundll32.exe shell32.dll,Control_RunDLL intl.cpl,,4 Regional setting, Date tab rundll32 shell32,OpenAs_RunDLL \dir\filename.txt Open The ‘Open …. Continue Reading »

Run Commands

Window Call Application Via Run Commands Description Run Command Accessibility Options utilmanorcontrol access.cpl Add Hardware Wizard hdwwiz Programs and Features(Add New Programs)(Add Remove Windows Components)(Set Program Access & Defaults ) appwiz.cplcontrol appwiz.cpl,,1control appwiz.cpl,,2control appwiz.cpl,,3 Administrative Tools control admintools Advanced User Accounts Control Panel netplwiz Authorization Manager azman.msc Automatic Update control …. Continue Reading »