Steve, If you're going to upgrade, I'd upgrade to the 10.5.1 maintenance release. Barry J. ... From: steve.adams3@... To: PowerObject@yahoogroups.com ...
You might try searching for a Postresql forum. ... From: eea To: PowerObject@yahoogroups.com Sent: Tuesday, July 31, 2007 12:19 PM Subject: {SP} [PowerObject]...
Dear All: I try to connect to Mysql database from PowerBuilder 10.5, I created ODBC DSN for my database but when try to connect from PB I got an error which...
Did you download and install the MySQL ODBC driver ? If not, it is required to connect. Dave ... created ODBC DSN for my database but when try to connect from...
Good. Did you create an ODBC datasource (using ODBCAD32 for example) and test it after creation so you know you can connect ? Dave ... not, it is ... Yahoo!...
Yes, I created this datasource name, I tested it on the ODBC interface and it's connect, I created profile on PB but when try to connect the PB raise error...
Can you connect to the database in the DB painter ? If not,that'sthe first thing to check. If that's ok, then debug the application at the connect statement to...
Hi Merzik, Do you have an error description, a message box text or something to tell us? Did you check the MySQL service is up and running? It seems that you...
Thank you everybody..... I believe these help will going to work. Thank you all so much!!! ... -- Regards, Sreeman [Non-text portions of this message have been...
PB 10.5.1 Oracle 10g Windows 2000 Our users hired a consultant to create a training module using Adobe Captivate 2. WIth Captivate loaded, the application...
In pb9 I use MyODBC-3.51.11-2 without any problem. When I try new version mysql-connector-odbc-3.51.17-win32.zip PB crashes and at the runtime gives the error...
Barry, I found this searching Google. Here's the link and description http://download.sybase.pl/ebf_maint/pb_win_1001_ebf6019_ebf- patch_20041214.htm ...
Thanks, Dave. We have PBACC105.DLL and it's the same build as our other runtime DLLs. It's the one useful thing I found in the PB 10.5 documentation on...
Hi guys, What are your thoughts regarding deploying client-server applications into web? Which is better, more stable, easier to learn and maintain,...
Hi, I am using Windows 2000 OS. When I am trying to retrieve data in my application, for a particular data (Invoice#: 175399) I am getting an error such as...
Dear sir: Thanks for your help, the appliaction now connect sussefully, but when try to connect from database painter have an error <<catalog tables could not...
Try to reconnect several times. At each time it creates the catalog tables one by one ( J ). But you should not use database painter it does not work ...
Merzik - First, the catalog tables must have been created in the database. If you have migrated the database from a previous version then I am assuming that...
Ian - While Appeon is a tool that can certainly help, be aware that NO tool does a complete Black Box conversion. There will be manual coding involved, and...
... Test the datawindow object and retrieve the data in the datawindow painter. If this works then rebuild the dwo and regenerate the library in which this...
Hello, I'm using PowerBuilder 6.5 for my development purpose. Now I'm planning to develop one database application where there is a need to store, retrieve,...
PB 6.5 is very old and limited in capablities compared to currently supported versions. The way that I know to do this is to do SelectBlob, then deblock it to...
Hi, Maybe this SQL Script helps you. From Olan Knight Date Apr 29, 2005 9:45 AM subject RE: Unable to Create Profile for particular DB. CREATE TABLE "PBCATEDT"...
Currently I'm using PB 10.5 & SQL Server 2000. I tried Picture Control where I could successfully display a jpeg picture by giving an external file link. But...
... Hi, we are using pb8 build 10784, we have this problem with print a pdf document, when you open the document in pb with adobe, and print the document it...
Well I think you are mostly done. Take your blob from the database, use the file functions to store it to your local drive, perhaps the TEMP directory, then...