Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

PowerBuilder Tips & Tricks – PowerBuilder Library

PowerBuilder Tips & Tricks

PowerBuilder Tips & Tricks

Hide/Show Desktop and Taskbar Using Win32 API In PowerBuilder

PowerBuilder Using Hide/Show Desktop and Taskbar Win32 API With this tips you can easily hide the desktop and taskbar from the user. External Function Prototypes Declaration Type the example codes below to hide/show the desktop and taskbar Good Luck!

PowerBuilder Connect DBF Database Using JDBC

PowerBuilder Connect DBF Database Using JDBC PowerBuilder Connect dBase Database DBFPowerBuilder Connect XBase Database DBFPowerBuilder Connect FoxPro Database DBF Step 1: Get driver JDBC DBF Database dans-dbf-lib-1.0.0-beta-10.jar from page : http://dans-dbf-lib.sourceforge.net/ and csvjdbc-1.0-36.jar from page: http://csvjdbc.sourceforge.net/doc.htmlStep 2: Set Class Path driver to environment variables or set class path to runtime of javaStep 3: Test ConnectStep…

PowerBuilder Connect MS-Access Database Using OLE DB

PowerBuilder Connect MS-Access Database Using OLE DB Step 1: Driver Microsoft.Jet.OLEDB.4.0 MS-Access Database. Normally, if you connect to the .mdb extension, the driver is available in the window (Microsoft Access Driver (* .mdb)). If you connect to the .accdb(Microsoft.ACE.OLEDB.12.0) extension from office 2007 or later, you can download it on the mirosoft home page: https://www.microsoft.com/en-us/download/details.aspx?id=13255Step…