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

    LTRIM/RTRIM Problem

    This is as simple as it gets. All fields are varchar but it still won't trim them down ?? SELECT RTRIM(LTRIM(customer.custname)), RTRIM(LTRIM(customer.custcode)), RTRIM(LTRIM(customer.job)) FROM customer
  2. dwearden

    LTRIM/RTRIM Problem

    The select statement works, it's not the criteria that is the problem. It just won't trim down the fields and get rid of the spaces. I'm in the UK so at home now, but I'll post the select statement up tomorrow.
  3. dwearden

    LTRIM/RTRIM Problem

    When I open up the text file they are definately spaces, not tabs I'm afraid.
  4. dwearden

    LTRIM/RTRIM Problem

    I have a stored procedure the last part of which has a select statement. I am running an isql batch file to extract the results to a csv file. For some reason when I select on the varchar fields using RTRIM(LTRIM(field.name)), I still get all the leading or trailing spaces. Is there something...
  5. dwearden

    OLE DB & SQL Client

    If the data source is a SQL Server database, does the clinet PC running Crystal always have to have SQl Server client installed. I'm confused because I got the impression specific dll's were adequate. We really don't want the users to have SQL client on their machines if we can get away with it...
  6. dwearden

    Count All Records And Filtered Records

    Thanks a lot guys your input has solved my problems
  7. dwearden

    Count All Records And Filtered Records

    I have a database with two specific fields, datereceived and type (T)or (P). I want to count all records received between two dates, which are set as parameters, but only show records of type T in the report. I have tried using a formula to count the number of records between the two dates using...
  8. dwearden

    Data access problem, beginner needs help

    I find it's easier to get the records from the detail and then sort/group/filter by the primary record field.

Part and Inventory Search

Back
Top