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: rpc3
  • Order by date
  1. rpc3

    trouble deploying (locally?)

    Rod- Hey. I appreciate the advice. I was using the wrong "Deploy" function. What I needed was to deploy the assembly, not the solution. To deploy the assembly, what I need to do is RHM on the assembly and select Deploy. Instead, what I had been trying was the pull-down menu Build/Deploy...
  2. rpc3

    SQL Adapter with Request-Response port and Store Procedure

    With the help of an in-house SQL Server user, I was able to find out that the declared type for my input argument was incorrect. I had declared it to be type varchar - not knowing the proper variable type information for SQL Server. So, when I declared the argument as "nvarchar(15)" - the same...
  3. rpc3

    SQL Adapter with Request-Response port and Store Procedure

    I'm having trouble with this scenario. The stored procedure (SP) does not seem to be reading my input argument, because when I use the input argument in the WHEN of the stored procedure, I get nothing in the resulting message. I can get a list of records back if I hard code (in the SP) the...
  4. rpc3

    What's Your Favorite Word (That's Not in the Dictionary)?

    What do you think of "orgastrasmic?" An adjective for food that REALLY GOOD!
  5. rpc3

    scandir - distinguish files and dirs

    In my code, I'm using readdir to get the listing from a directory. Not sure the difference, maybe you can tell me - I haven't looked at this in a while. When you have the filename, you can run the stat command on it. After that, you can use the S_ISDIR macro as in: #include <sys/stat.h> ...
  6. rpc3

    trouble deploying (locally?)

    I'm rather new to BizTalk and I'm working through one of the example solutions presented in BizTalk Server 2004 Unleashed. In trying to deploy this solution, using "Build/Deploy Solution" while in the MDE, I see the following in the Output pane: ------ Skipped Deploy: Project...

Part and Inventory Search

Back
Top