Hi, Run the Powerbuilder runtime packager and select the needed interfaces and database. Create it and you will get a exe file. Run that exe file and all the...
http://groups.yahoo.com/group/PowerObject/message/5015 We are using the following DLLs: PBVM90.dll PBDWE90.dll PB08490.dll (or your typical dB Interface) ...
Have you tried moving the COMMIT statement into your stored procedure? Further, try applying the latest free EBF patches from Sybase.com for your version. ... ...
Hi, Save the Datawindow as HTML Table, and open the HTML file either in excel or in Word. Try it out. Regards, Konka Kiran Kumar ... ===== Konka Kiran Kumar ...
Konka Kiran Kumar
konka_kiran@...
Nov 2, 2003 6:38 am
6146
Hi all, I 'm not able to remove COLLATE print option for a datawindow. I tried 2 methods. 1. DataWindowControl.Object.DataWindow.Print.Collate = 'no' 2....
Hi all, PB 8.0.3 and SQL SERVER I have free utility to generate my reports to PDF Files but for arabic text it gives unknown characters and for english text...
This should be very basic!!! I cant seem to connect PB 9 to my locally installed SQLServer 2000 install. Every other tool can connect without issue but PB 9...
You should not be using MSS for SQL Server as this driver is for use with MS SQL 6 and 7. Not even Microsoft recommend using it. Try OLE DB or ODBC instead. ...
try this script : /////////////////////////////////////////////////////////////////////////////////////////////////////// // Converting DataWindow to Excel...
im still using the MSS DBMS with SQL2000 without any error,. go to your client network utility -> on the general tab select the multi protocol be sure the...
FYI PB 8.0.4 officially supports the Oracle 9i driver (O90). Make sure your read the readme file since there are some specification as to the Oracle database...
Did you try it? If you save DataWindow as HTML file and open it in Excel or Word, you will get mess on the screen instead of report. Boris ... From: Konka...
David, http://www.topwizprogramming.com/freecode/griddemo.zip The above example uses API to resize all the columns for all the rows that takes some time but if...
Hi Boris & Konka, I know what you mean Boris. If the dw is complex in layout the html view is not easy to read. But having in mind that to perform this ...
Hi, just as a comment, note that the OLEDB connection is much more stable and fast than the ODBC one (for long-running apps, queries with big result sets,...
Hi all, I currently has an app accessing a image datatype in an ASE 12 database. Our company is considering moving to Oracle. We are trying to make our app...
Dave, Are you sure it is ole_1.objectdata or should it be ole_1.object.data ? ... PowerObject! ... __________________________________ Do you Yahoo!? Yahoo!...
Have you noticed that datawindow columns linked to varchars have a maximum width of 255 chars regardless of how many characters there are on the column itself?...
I am using PB8.0.3 build 9977 Everything has been working great. I was in the tree view of the PBLs and tried to open a library, PB aborted. Restarted and the...
For what its worth.... this happend to me. I finally downloaded the update from Sybase again to get a fresh copy, and after that everything worked great....
Try to regenerate a pbl, or if it doesn't solve your problem, copy the saved pbl and pbd files into your lib directory again. Maybe one of them is corrupt or...
Dear all, I have a problem on changing password on several server. I have create a stored-procedure in Master Database (MS SQL2000) and the stored-procedure...