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

    Combine the Same Field From Multiple Rows

    So I have data that's in the following structure. ID LINE COMMENT 1234 A Test Line A 1234 B Try Line B 1234 C On Line C I need to combine it like so: ID COMMENT 1234 Test Line A, Try Line B, On Line C I tried a loop, different joins, etc. but the problem is...
  2. dcsoke

    SSIS script executes successfully without making any changes

    I am using the script below to update a DB2 table and it successfully executes. However, the database doesn't update. Can anyone help me? Public Class ScriptMain Inherits UserComponent Dim connMgr As IDTSConnectionManager90 Dim conn As OdbcConnection Dim cmdSelect As...
  3. dcsoke

    SSIS - SQL Server to DB2 via ODBC Connection

    I need to perform an upsert (insert new records and update existing) into a DB2 database using an ODBC connection. If I were strictly using an OLE database this would be easy because I could keep everything within the dataflow tab. Can anyone offer some assistance or guide me in the direction of...
  4. dcsoke

    Pervasive SQL v8 Updated from MS SQL Server 2000

    When I run the DTS package, there is no error but the package hangs while trying to input data into the Pervasive DB. The Pervasive table was completely empty so it should have no problem populating it, but 3hrs later I just cancel the execution because nothing is happening. I am specifying a...
  5. dcsoke

    Pervasive SQL v8 Updated from MS SQL Server 2000

    Hi everyone, I am having a very time consuming and frustrating problem. Hopefully someone out there has an answer to this. 1.)Microsoft SQL Server 2000 sp2 2.)Pervasive SQL v8 on seperate machine, running Timberline. I need to create a linked server so that the MSSQL server can run scheduled...
  6. dcsoke

    Requesting Logon to Display Images

    Found the answer here: http://aspadvice.com/blogs/crystal/ Just had to edit the web.config file.
  7. dcsoke

    Images wont load in .asp page, please help!

    Nevermind, I found the answer here: http://aspadvice.com/blogs/crystal/
  8. dcsoke

    Images wont load in .asp page, please help!

    I have built a reporting system using .Net which allows the user to choose from a list of Crystal Reports. After the user chooses a specific report from the list, they enter in parameters and press a button to display the report. The data from the report shows up correctly, but the custom...
  9. dcsoke

    Requesting Logon to Display Images

    I have built a reporting system using .Net which allows the user to choose from a list of Crystal Reports. After the user chooses a specific report from the list, they enter in parameters and press a button to display the report. The data from the report shows up correctly, but the custom...
  10. dcsoke

    Timberline to SQL Server DTS Connection - *Newbie*

    Please keep in mind that I am new to using SQL Server, so this might seem simple to the pro's out there. I am trying to create a DTS package that will allow me to transfer data from a Timberline Database on one server to a SQL Server Database on another server. I have a Timberline ODBC driver...
  11. dcsoke

    How do I keep group footers on drill down?

    I tried the drilldowngrouplevel function, but I have only been able to use it to supress or show headers. I am unable to show the group footers, they automatically dissapear. I am using Crystal Reports XI.
  12. dcsoke

    How do I keep group footers on drill down?

    I have four group footers in a report with drill down to the lowest group's detail. My problem is that as I drill down, only the previous group footer is shown. For example, the report may only show: GH3 GF2 GF2 GF2 GH3 I need it to show: GH3 GF2 GF2 GF2 GF3 GF4 I'm sure there is a simple fix...
  13. dcsoke

    Need to Sum only one question on a survey of multiple questions.

    This probably sounds like a simple question, but I am new to Crystal Reports and could use all the help I can get, Thanks! I have a stored procedure that is importing a table of data in the following format: State City Vendor Month Question# Answer IL Chicago ABC...
  14. dcsoke

    Insert multiple answers into one column of table.

    There are 11 questions on a survey I have created, and I need to record each question and answer on a seperate record of a MS SQL Server table. This table contains 7 columns, 5 of which will have the same data for each question/answer of each survey taken. I cannot figure out a way to record...

Part and Inventory Search

Back
Top