Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Other Development Tools
 SQL statements in a function

Author  Topic 

malambing57
Starting Member

5 Posts

Posted - 2005-04-13 : 15:32:37
I have an asp page that that opens a connection to an sql database and displays records from a table in a drop down list

When the user selects an item on the drop down list, the program calls a function in vbscript to open another table.

My problem:
In the vbscript function, the open connection is not recognized. I tried opening another connection, but this closed my existing connection. How do I open another table in the same connection in my vbscript function.

Help Pleaes...............

robvolk
Most Valuable Yak

15732 Posts

Posted - 2005-04-14 : 20:12:36
Please do not cross post:

http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=48411
Go to Top of Page
   

- Advertisement -