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...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 26266 - 26295 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
26266
PB apps will run just fine.. I have our production apps running on 64 bit servers, and the PB apps have been working fine. Places where you may see issues are...
V Dixit
vikas_dixit
Offline Send Email
Apr 1, 2009
1:07 pm
26267
Thanks very much Trevor and Vikas. It puts my mind at ease, one less thing to worry about during this migration. Dan Mullings ABC Radio Networks Dallas, Texas...
Daniel Mullings
damcis
Offline Send Email
Apr 1, 2009
6:46 pm
26268
Hello, I was doing one such migration a few weeks ago. Just wanted to add..... Usually the problems arise only in the third party tools (APIs, Activex...
Pramod Jayaprakash
pramodjayapr...
Offline Send Email
Apr 2, 2009
9:40 pm
26269
I got a Question : Our Web Site sends us EMails containing information that needs to be stored in a Local Database. Question is: What is the most eficient way...
steve.adams3@...
sa07071955
Offline Send Email
Apr 3, 2009
7:52 pm
26270
PBv10.5 build 5079 PFC based MDI application Had anyone heard if any of the PB v10.5 PBDs have a memory leak in them? I got a hot email today from the SysAdmin...
Olan Knight
olknight
Offline Send Email
Apr 3, 2009
8:31 pm
26271
How to protect my applications developed in PowerBuilder 10.5 Copy [Non-text portions of this message have been removed]...
Dilm E.I.R.L
i.dilm
Offline Send Email
Apr 3, 2009
10:41 pm
26272
Hi to all. Just having a wild imagination. I don't know if this can be done using PowerBuilder and also without using datawindow. I have some script that can...
yzarc remmargorp
seravan_cyber26
Offline Send Email
Apr 3, 2009
10:42 pm
26273
www.enable-pb.com is a tool to make your app multi lingual ... -- ... Rich Frantz...
Rich Frantz
rich_frantz
Offline Send Email
Apr 4, 2009
3:45 pm
26274
I think its true. Beacuse we have upgraded the old version of our application with PB105,but the client started complining that applicaiton is grabbing...
navaz khan
navazmca
Offline Send Email
Apr 5, 2009
9:51 pm
26275
I did run into a memory leak a year and a half ago. The issue was not with PB 10.5 but rather with Microsoft XP operating system and tablet PCs. There is a MS...
DeSouza, Allan (CSC)
desouzal2004
Offline Send Email
Apr 6, 2009
1:08 pm
26276
FYI - ....Not that I could find. Here's what I've done: 1. I've looked through the README notes on all PBv10.5 code upgrades to our version (build 5079). There...
Olan Knight
olknight
Offline Send Email
Apr 6, 2009
1:42 pm
26277
1. Build and distribute EXE's, not PBDs. 2. If your app is license-based, build into the app a License.DLL that contains an expiration date. Whenever the...
Olan Knight
olknight
Offline Send Email
Apr 6, 2009
1:46 pm
26278
I am trying to issue a command that works from dbisql, but if run from PowerBuilder I get a syntax error: SQLSTATE = 37000 [Sybase][ODBC Driver][SQL...
Trevor Holyoak
kd7ghi
Offline Send Email
Apr 6, 2009
7:49 pm
26279
Oops, I did some editing on the error message that probably made it a little confusing. This should make more sense: SQLSTATE = 37000 [Sybase][ODBC Driver][SQL...
Trevor Holyoak
kd7ghi
Offline Send Email
Apr 6, 2009
7:54 pm
26280
Yes: wrap your sql string in single quotes, and simply use normal double-quotes within this string. Example: ls_SQL = 'DELETE FROM ' + as_Table + & ' WHERE '...
Olan Knight
olknight
Offline Send Email
Apr 6, 2009
9:19 pm
26281
Cool! I didn't realize you could do that. But how about commands where both double-quotes and single-quotes are needed, such as the one in the error message...
Trevor Holyoak
kd7ghi
Offline Send Email
Apr 6, 2009
9:29 pm
26282
If possible, make all of the "interior" quotes of the same type - single or double - and wrap the SQL in the OTHER type of quotes. If that is NOT possible for...
Olan Knight
olknight
Offline Send Email
Apr 6, 2009
10:08 pm
26283
Using Win Vista and PB 11 and Office 2007. Has anyone encountered here that when they export a datastore to excel, the export process is very slow and takes so...
Angelo Anolin
angelo_anolin
Offline Send Email
Apr 8, 2009
3:45 am
26284
Dear All, We have PB 10.0. We have an OLE control to populate employee's scanned photo and then we save it in database. But recently after upgrading to Windows...
ISD
sheetal_raje...
Offline Send Email
Apr 8, 2009
12:16 pm
26285
Well, our company is small enough that I'm also the DBA. :) As far as I know, there is nothing special defined as an escape character. It turns out that I can...
Trevor Holyoak
kd7ghi
Offline Send Email
Apr 8, 2009
10:13 pm
26286
instead of using embedded sql, can you turn it into a stored proc and pass parms for the dynamic bits? ... -- ... Rich Frantz...
Rich Frantz
rich_frantz
Offline Send Email
Apr 9, 2009
1:58 am
26287
Hi All, Any one has developed any tool to convert a pbl file to dot net application files like c# files. Please send a sample skeleton code if any. Thanks in...
Nagesh
nagesh_8881
Offline Send Email
Apr 9, 2009
11:21 am
26288
if i get u right , to access data without datawindow , u can use the declare cursor , u can find about it in help files   ________________________________ ...
ayman moawad
aymanmoawad
Offline Send Email
Apr 10, 2009
12:18 pm
26289
Hi Dear all, I want to develop an appliaction in PowerBuilder in some Indian language like Hindi or Gujrati or Bengali. I want to know how can I do it?   Your...
Santosh Natal
sp_natal
Offline Send Email
Apr 10, 2009
1:57 pm
26290
Hi all, I am new to web forms and I need help on how to prevent the datawindow from refreshing. I read from the deployment manual that you need to use...
anjalis_defense
Offline Send Email
Apr 13, 2009
3:07 am
26291
I am using PB 10.5 with SQL Server 2005 how I type Select Statement to display Repeated Rows Finestraco...
finestraco
Offline Send Email
Apr 13, 2009
10:23 am
26292
From previous posts: // >>>>>>>> START >>>>>>>>>>>>>> www.enable-pb.com is a tool to make your app multi lingual (...
Olan Knight
olknight
Offline Send Email
Apr 13, 2009
2:39 pm
26293
Give us a small sample of the data you wish to retrieve, please. Under MOST circumstances, a simple SELECT will return everything that is in the database that...
Olan Knight
olknight
Offline Send Email
Apr 13, 2009
3:33 pm
26294
If you're trying to use embedded SQL in PowerBuilder to get more than one row at a time, you'll need to use a cursor. A datastore may be a better choice,...
Trevor Holyoak
kd7ghi
Offline Send Email
Apr 13, 2009
4:19 pm
26295
Maybe you mean displaying all duplicate rows. Try this one select first, count(*) from <table> group by first having count(*) > 1 ; JB ...
J B
jb_bulls
Offline Send Email
Apr 14, 2009
1:17 am
Messages 26266 - 26295 of 27001   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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