|
Posted by Erland Sommarskog on 09/13/05 11:37
vassone (vassone@gmail.com) writes:
> Thanks for your response. This is the code I'm using from teh ASP page,
> I've hard wired the variables for testing purposes.
>
> Any help would be very much appreciated.
>
> strSQL= "EXECUTE heasvase.up_insert_address
> val1,val2,val3,val4,val5,val6,val7"
> Call OpenDB("rs","objDBConn",strSQL)
That is still not sufficient for me to say anything. What does this
OpenDB do? (I may be a standard routine in ASP, but I don't know ASP.)
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server SP3 at
http://www.microsoft.com/sql/techinfo/productdoc/2000/books.asp
[Back to original message]
|