I am attempting to use SQL Server # temp tables in my VB app. I create a #table in the app which creates the temp table that is a available for that particular session. The next step in my program is to run a cn.execute to insert into this table, however, this creates a new login processes in SQL so it is not able to find the # temp table I created in the statement above. How can I get VB to use the same session so that I can utilize the # temp table?
I may post this on the Vb side as well...
Thanks!
I may post this on the Vb side as well...
Thanks!