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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JoseNADP

  1. JoseNADP

    ShellExecute the SQLServer BCP Utility does not work with large lpPar

    Well guys and girls, I did the batchfile option and offcorse that works. I had made objects anyways so it was not that much work changing things so it made and used batch files. This thread is solved but the TShellExecute not working with large params I guess is not. Thanks for your input...
  2. JoseNADP

    ShellExecute the SQLServer BCP Utility does not work with large lpPar

    Well the thing is that you can run the BCP from a command window. I did this by opening a command window adding BCP after the prompt and then copy and paste the big query with all of its params after the BCP and pressing Enter. It works like a charm then. So the problem seems to be TShellExecute...
  3. JoseNADP

    ShellExecute the SQLServer BCP Utility does not work with large lpPar

    BCP - Take a look at: http://msdn.microsoft.com/en-us/library/ms162802.aspx
  4. JoseNADP

    ShellExecute the SQLServer BCP Utility does not work with large lpPar

    No thats not possible in this case with the BCP Utility... if I wanted to import then yes.
  5. JoseNADP

    ShellExecute the SQLServer BCP Utility does not work with large lpPar

    ShellExecute the SQLServer BCP Utility does not work with large lpParams Hi all, What I'm trying to do is the following: (BCP Utility is a SQLserver program to import and export data to/from a SQLServer database). ShellExecute(0, 'Open', PChar('<path>\bcp.exe'), PChar(<some big querry...

Part and Inventory Search

Back
Top