Thanks cucho, but that didn't seem to work either. I keep getting a "Logon Failed. Please try again!" error message. I think that is a custom error though, and it comes up right away - there is no delay like it's trying to connect.
Thanks Matt, I tried those changes, but it doesn't look like it's connecting. I think I'm going to have to tell them they will need to get a PB expert to come in. I'd like to learn PB, but I just don't have the spare time right now! Thanks for your help, I really appreciate it!
Looking for some help from the PB gurus out there! Unfortunately I have to migrate a back end database from Sybase to SQL Server. I've figured out how to migrate the data, procedures, etc, so that part is done.
I have never dealt with PB before, but we have an old PB 6.5 application and I'd...
Hmmm, yeah we're using a legacy Sybase ASE database as well. Not sure it even has that capability, but I'll see what I can find out - thanks for the help! Just out of curiosity, how do you do it in SQL Server? We have a number of SQL Servers and it might come in handy!
Hello all, I would appreciate any help you gurus can give someone who has never used PowerBuilder before. We have a legacy application built in PB 6.5. One of the windows within the application is showing data that is not in the database, so I am assuming it is somehow using a CASE statement...
I am perplexed. I'm using cfcontent (see code below) to output formatted query results into MS Word, but the cfchart I am creating (see code below) does not show up in the resulting Word doc for some reason. The rest of the HTML formatted content appears fine in the Word doc, but the image just...
Thanks Adam! I've got the server side process set up, just needed something on the client side for this particular requirement. And I am only checking the statements on the screen, not everything in the db. Thanks for your help!
I am very new to JavaScript, but know it's probably the best way to implement this requirement. The requirement is to prevent duplicate values from being entered into a number of text fields on a form and submitted. The actual number of text fields can vary depending on the number of...
I'm sure you gurus out there have encountered this before - I'm just wondering if it's possible to pull the email address and first/last names from the MS Outlook Address Book for use in a <cfmail> tag. I am setting up a relatively simple page allowing users to send an email to people in our...
I have a table with:
dataid int
parentid int
dirname varchar(248)
Basically it is a list of directories with associated parent directories. I have been asked to write a query that lists the top directory first, then each of the top directory's direct child directories with each of the child...
Unfortunately that is not an option when migrating data from a Unix platform to a Windows platform, even though it is the same product (Sybase).
Thanks for the idea though!
Bill
Thanks Mike! I modified your command a bit and it worked like a charm:
ls -lFR /usr | egrep "^d|^/"
Returns results like:
/usr/Summaries
/usr/Summaries/Agreements
/usr/Summaries/Agreements/Dir1
/usr/Summaries/Agreements/Dir2
Thanks again!
Bill
Thanks. I looked at the manpage for ls and tried to run an ls -RdF to recursively get subdirectories, get only directory names (not their contents) and to mark the directory names with a trailing slash (since there doesn't seem to be a way to list only directories, not regular files). It...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.