Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. billdvldog

    Must migrate back end from sybase to sql server - INI file changes?

    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.
  2. billdvldog

    Must migrate back end from sybase to sql server - INI file changes?

    Should I use the same DBParm parameters from Matt's post? Thanks, Bill
  3. billdvldog

    Must migrate back end from sybase to sql server - INI file changes?

    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!
  4. billdvldog

    Must migrate back end from sybase to sql server - INI file changes?

    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...
  5. billdvldog

    Need to find the underlying query...

    Roger that, I'll take a look at it. Thanks Matt. And thanks Eltrigo for your input as well. I really appreciate it!
  6. billdvldog

    Need to find the underlying query...

    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!
  7. billdvldog

    Need to find the underlying query...

    How exactly would I set up a db trace? Remember, I've never used PB before :o) Thanks! Bill
  8. billdvldog

    Need to find the underlying query...

    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...
  9. billdvldog

    cfchart image not exporting to Word when using cfcontent

    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...
  10. billdvldog

    Form validation - checking for duplicate values in text fields

    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!
  11. billdvldog

    Form validation - checking for duplicate values in text fields

    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...
  12. billdvldog

    Can I query the Outlook Address Book/GAL from CF?

    Thanks Truth. I'll check it out!
  13. billdvldog

    Can I query the Outlook Address Book/GAL from CF?

    Not in anymore. Been out quite a long time actually... :o(
  14. billdvldog

    Can I query the Outlook Address Book/GAL from CF?

    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...
  15. billdvldog

    how to query a table based on parentid

    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...
  16. billdvldog

    Help! BCP Issue

    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
  17. billdvldog

    Directory Structure List - Please help!

    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
  18. billdvldog

    Directory Structure List - Please help!

    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...

Part and Inventory Search

Back
Top