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

    Using WITH NOLOCK

    So Lisa, if I understand correctly, WITH NOLOCK won't make any difference. Am I right?
  2. poli13

    Using OLE connections to MS SQL database

    That's exactly what I needed! Thanks a lot for your reply. poli
  3. poli13

    Using OLE connections to MS SQL database

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

    Using WITH NOLOCK

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

    Take a file as argument and save it under a specific folder.

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

    Take a file as argument and save it under a specific folder.

    I tried the: Name dataFile As &quot;c:\0\&quot; & salesOrder & &quot;.pdf&quot; ---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...
  7. poli13

    Take a file as argument and save it under a specific folder.

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

Part and Inventory Search

Back
Top