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