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

Using DTS passing global recordset to MSMQ

Status
Not open for further replies.

HebieBug

Programmer
Joined
Jan 8, 2001
Messages
354
Location
JP
Am using an SQL task to get a recordset returned then putting the output into a global variable. Passing it to a message Queue task where it places the global quite happily into a public message Queue.
I then run a VB app that can read the Queue. The vb app then bombs and states that the body of the message is not a recordset.
It is not the program b/c I have written another VB app that takes a recordset and places it into the Queue and the recieveing app then works perfectly.
Has anyone dabled into this area of SQL?
It has got me stumped for almost 2 weeks. Have bought books and played on the web non stop.
I believe that the real issue is actually the global variable and the data that it is storing
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top