| |
dcf1023
Posts: 1
Score: 0
Joined: 7/17/2003
From: USA
Status: offline
|
I'm trying to write a function that will return a recordset. I haven't been able to get this to work though. Is VBScript able to do this? A workaround is to pass a Recordset in by reference but that is not as attractive since I would also have to pass in a connection or have the connection opened in the function remain open after the function exits. Any ideas?
|
|