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 Mike Lewis 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. tylerjones

    dts package job failing

    Nevermind... I just figured out that one of our admin guys changed the ip address of the data destination computer. What's strange is that in the connection properties, I specified the connection as \\pcname\directory ... and like I said above, I'd execute it manually and it'd work fine. But...
  2. tylerjones

    dts package job failing

    I created a dts package about 2 weeks ago that takes data from a table and puts it into an excel spreadsheet. Then I scheduled it to run as a job every 15 minutes. Everything has been running fine since then until yesterday afternoon. Now, I can go in and manually execute the package just...
  3. tylerjones

    tutorial on parameters and if statements?

    I am new to crystal reports. I have to create an invoice report for someone and I've managed to create the basic guts of it with subreports. However, I need to feed into the sql query of these subreports certain parameters so it knows which records to grab. Also, when displaying some of the...
  4. tylerjones

    complete newbie to crystal reports needs help quick!

    Okay, I've got to create an invoice for a customer and someone on a message board told me that crystal reports is the best way to do this. So, I've tried playing around with it a bit, but from what I see, it looks like I have to create one big query that spits out the results on the form...
  5. tylerjones

    I have the following code... [cod

    Ah, you're right. But unfortunately, that was not the problem. Thanks for pointing that out though. However, I'm still getting the same exception occurred error.
  6. tylerjones

    I have the following code... [cod

    I have the following code... sqlTmp = "Select EducationComment, RelocationComment, Resume, Comments FROM dbo.JobSeeker JS WHERE (Downloaded = 0) AND (AgencyID = '" & session("agencyID") & "') AND (JobSeekerID = " & userID & ")" set tmpRS =...
  7. tylerjones

    assigning variable text of a word doc

    I haven't worked much with VBA, mainly just VB and COM and I need to assign the text in a word doc to a variable. Does anyone know how I can do it without saving the doc as a text file, opening it with the file system object and readall the text into a variable. That seems like more work than...
  8. tylerjones

    sql to fox pro? will dts work?

    I've got about 15 different tables in sql server 2000. I have to convert these tables to fox pro tables. I was told to check out dts, which I have, but it just doesn't seem like it will do what we need it to do. The problem is that we need to have a program that runs through a table of our...
  9. tylerjones

    from sql server to fox pro

    Well, I'm having a tough time learning finding DTS tutorials that are aimed at pure beginners. And also, I do not have existing fox pro tables. I need DTS to create the tables for me. Can you offer any links to sites with tutorials for beginners about DTS and this subject matter? Thank you.
  10. tylerjones

    from sql server to fox pro

    I have to take data from a sql server table and create a fox pro table out of that data and then zip up that table for download. Does anyone know how to do something like this? Thanks.

Part and Inventory Search

Back
Top