Search the web
Sign In
New User? Sign Up
PowerObject · PowerBuilder / PFC Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 24533 - 24562 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
24533
Hello Gurus! We are looking at Coding Standard document that we can use for PB. If any one has PB Coding Standard document please share with me. Thanks in...
srihari
srihari_sc
Offline Send Email
Mar 1, 2008
7:22 pm
24534
Yes, both of you were right, sorry, it was a problem in my code because now is working ok. Thank you very much. Andrés....
andresdamian
Offline Send Email
Mar 3, 2008
12:50 pm
24535
Thanks Jois chaitanya <chaitu_j_b@...> wrote: Hi All, Can anyone please provide me pointers to any presentations or URL's which can be used to...
ranjit datta
ranjitdatta_pb
Offline Send Email
Mar 3, 2008
12:50 pm
24536
Enter "powerbuilder coding standards" into a Google search window and examine the results.... Olan ... Hello Gurus! We are looking at Coding Standard document...
Olan Knight
olknight
Offline Send Email
Mar 3, 2008
1:55 pm
24537
Enter "powerbuilder training" or "powerbuilder tutorial" into a Google search engine and examine the results. Like these (among others): ...
Olan Knight
olknight
Offline Send Email
Mar 3, 2008
2:05 pm
24538
Try this for PowerBuilder 7 http://tinyurl.com/2xhcog Barry Johnson ... To: powerobject@yahoogroups.com From: Jois chaitanya <chaitu_j_b@...> Sent by:...
barry.johnson@...
johnson987b
Offline Send Email
Mar 3, 2008
7:05 pm
24539
hi i am saving a bmp image in a blob column. when i retriving and try to show it in the picture control using p_1.setpicture(blob) i am getting the following...
back762000
Offline Send Email
Mar 5, 2008
8:18 am
24540
the error message is very specific "Not a jpeg file" Try to save the bmp file as jpeg first before uploading the image as blob. ... ...
Angelo Anolin
angelo_anolin
Offline Send Email
Mar 6, 2008
4:26 am
24541
Can't you make your own Coding Standards document? It's funny that people who usually search/ask for this document are either: 1. too lazy to create a standard...
yosuke_miida
Offline Send Email
Mar 6, 2008
11:00 am
24542
I have a Powerbuilder application connecting to DB2 using ODBC through DB2 Connect . When I specifically call a stored procedure with the schema name ...
Vikas
vikas_dhore
Offline Send Email
Mar 6, 2008
11:00 am
24543
Hi, You need to use the database native drive to connect to your database, such as MSS Microsoft SQL Server driver (instead of ODB ODBC driver). And if the ...
Steven Yang
yangyongqingsz
Offline Send Email
Mar 6, 2008
11:00 am
24544
Hi All I want to migrate PROCEDURE/Function in SQL Server to ORACLE. Can Anyone please let me know if there is any freeware or ORACLE tool to do this...
ranjit datta
ranjitdatta_pb
Offline Send Email
Mar 6, 2008
11:00 am
24545
Hello. Is there any way to use MD5 hashing cryptographi with PowerBuilder 9 and up? I want to do this for example: string_encrypted = func_md5(string) Thank...
andresdamian
Offline Send Email
Mar 6, 2008
11:00 am
24546
Hello PB Gurus, I having problem in making a report using infomaker. How can I make it ? I'm a novice PB programmer. Thanks. Atanu back762000...
Atanu Guha
atanuk_guha
Offline Send Email
Mar 6, 2008
11:01 am
24547
Hi Atanu, I think you can try the below: 1. Create Oracle stored procedures with result sets. 2. Create a DataWindow object using an Oracle stored procedure...
Steven Yang
yangyongqingsz
Offline Send Email
Mar 6, 2008
11:01 am
24548
1. Can the MD5 code run under Windows? 2. Is there a set of APIs for MD5? 3. If the answer to both of the above is "yes" then you can declare the various MD5...
Olan Knight
olknight
Offline Send Email
Mar 6, 2008
1:20 pm
24549
As part of your install script on each database, you need to declare PUBLIC SYNONYMS for each of the stored procedures that you will be using. Ensure that the...
Olan Knight
olknight
Offline Send Email
Mar 6, 2008
1:22 pm
24550
Have you looked at the Tutorial.pbl that comes with PB ? Have you tried the help file or gone to Sybase.com and looked at the InfoMaker "getting started"...
yarevad
Online Now Send Email
Mar 6, 2008
2:28 pm
24551
There may be tools but they will cost money to acquire. The movement of anything from one DB to another can easily be accomplished by exporting/getting the...
yarevad
Online Now Send Email
Mar 6, 2008
2:34 pm
24552
Oracle's SQL Developer is a free download, and it has "some" migration capabilities, but I cannot speak to how well it works. ... -- ... Rich Frantz [Non-text...
Rich Frantz
rich_frantz
Offline Send Email
Mar 6, 2008
3:06 pm
24553
Hi, Try by seeting the drivespecific parameters in database profiles as currensqlid = schema name. thx, venkat kalva ... by ... and...
reddy_kalva2000
Offline Send Email
Mar 6, 2008
6:00 pm
24554
Well, so I change the question, is there a way (with powerbuilder functions, APIs, or whatever) for using MD5 encryption? Where can I get some examples of how...
andresdamian
Offline Send Email
Mar 6, 2008
6:01 pm
24555
Hi Olan, Could you please give some details as i am not aware with PUBLIC SYNONYMS where to define and how to use. Through ODBC I am able to connect to...
V I K A S
vikas_dhore
Offline Send Email
Mar 6, 2008
6:02 pm
24556
Vikas - In an Oracle database, objects like tables and sequences can have a PUBLIC SYNONYM. A public synonym is a database-wide alias used for that object....
Olan Knight
olknight
Offline Send Email
Mar 6, 2008
6:38 pm
24557
We are using same set-up with DB2. - and we have been down that ugly path, its bad practice to use inconsistent shema naming in DB2 installations your asking...
steve.adams3@...
sa07071955
Offline Send Email
Mar 7, 2008
12:51 am
24558
SQL Server Import / Export wizard might be your first choice to get the data transferred to another db. I've heard that it's a better tool to do this job. Try...
BKR Shivaprakkash
sivakrith
Offline Send Email
Mar 7, 2008
5:24 am
24559
As far as I know, DTS is for DATA only. It only supports creation of target tables but not the other database objects. On Fri, Mar 7, 2008 at 1:24 PM, BKR...
Arman Porciuncula
ArmanPorky
Offline Send Email
Mar 7, 2008
6:29 am
24560
Hi guys, I am new this group. My name is Gabriel but I normally go by my nickname 'Yeyi'. I am the author of the Kodigo project (http://kodigo.sourceforge.net)...
yeyi_yehoo
Offline Send Email
Mar 7, 2008
8:36 am
24561
Hi! My name in Yeyi, started using PB4 back in '96, currently using PB10. I have experience in MSSQL/ASE/ASA. My experience covers Logistics/SCM, Government...
yeyi_yehoo
Offline Send Email
Mar 7, 2008
8:37 am
24562
Thanks for joining, good to have you with us. ... From: "yeyi_yehoo" <yeyi.abulencia@...> Hi guys, I am new this group. My name is Gabriel but I normally...
steve.adams3@...
sa07071955
Offline Send Email
Mar 7, 2008
9:32 am
Messages 24533 - 24562 of 24955   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help