Hi all,
We have about 100 Crystal reports that are using ODBC to connect to a MS SQL 2000. Someone suggested that we use OLE connections to the server to get better results in terms of speed. How can I do this? Can anyone shed some light please?
Thanks,
poli
Hi there,
We have an ERP system which is not one of the best out there and as a result we have quite a lot of ... challenges. We are also using Crystal Reports to get data from the MS SQL database used by the ERP. Recently, we were advised to use WITH NOLOCK on all out reports when querying the...
I wrote the program so that dataFile was selected by the user from a FileListBox, but my boss wants to have the file passed as an argument to the program. I want to call the program from a batch file with the
MyApp %1
command. The %1 is a pdf file with a generic name. I go through few if else...
I tried the:
Name dataFile As "c:\0\" & salesOrder & ".pdf"
---where dataFile is declared under General as:
Private dataFile As String
--- but I keep getting a File not found error. I can see that the value goes to <Out of context> under watches, but I don't know why. Am...
Hi,
I'm writing a program which is supposed to take a file as argument (the output from an HP Digital Sender 9100C) and based on some if...else conditions saves the file under a specific folder. How can I pass the argument to the program and what is the command to save the file???
Thanks a lot...
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.