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: *

  • Users: psin
  • Order by date
  1. psin

    Dynamic SQL and table names

    I need to be able to call the same SQL many times, with different parameters, hence the parameter name in the SQL string. According to the documentation this should work.
  2. psin

    Dynamic SQL and table names

    Hi all, I have been attempting to construct some dynamic SQL using a table name as a parameter, and call it using sp_executesql, in SQL Server 2005. According to all of the searches and articles I have read today, the following should work: DECLARE @rownum INT DECLARE @tabNam NVARCHAR(100)...
  3. psin

    Inheriting process names in Visual C++

    Does anyone know how to force a 'spawn'ed or 'exec'ed process to inherit an executable name using VC++? Example: On UNIX, if a program called 'psintest' contains the following line, execvp("JavaServer", argv); then 'JavaServer' will be executed, but will show up in the process list as...
  4. psin

    ADO Oracle Connection with Data Environment problem

    I just had get the right .reg file, then restart the app (word in my case) at first I thought it wasn't working. I closed everything down to do a reboot, then thought to try it just before and it worked. This was an nt4/word2000 setup. My current working theory is that it is a problem with...

Part and Inventory Search

Back
Top