running scrolling text from stored procedure in VS
I am updating a VS 6 classic asp file to VS 2005. This asp page contained codes
to run a scrolling text, which is extracted from a database stored procedure. My first
runn of the scrolling text codes in my VS 2005 returned 2 error messages.
1. Public member 'Execute' on type 'String' not found.
To get the scrolling text, the classic ASP file has the following codes:
sqlText = "StoredProcedureName"
set rdScrollingText=conniTemp.Execute(sqlText)
What is conniTemp? How it creates a rs? Because VS 2005 does not support
rs, what can we do to get the scrolling text from the stored procedure? Creating
a dataset? How?
2. <marguee> is not supported in VS2005.
How to run the "marguee" in VS 2005?
Any other information on scrolling text for VS2005 is greatly appreciated.
TIA,
Jeffrey
__________________
C. Jeffrey Wang
|