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.
Author |
Topic |
Eagle_f90
Constraint Violating Yak Guru
424 Posts |
Posted - 2005-04-26 : 18:45:39
|
I have a question on using ASP scripts in conjunction with T-SQL scripts. What I want to do is use the T-SQL scripts to pull the data from the SQL 2000 DB and pass the information on to the ASP script, unforuntaly the T-SQL and ASP books I read did not cover how to pass the infor between the two. Can someone tell me how?--For those with wings, fly to your dreamsDearms are what are found at the end of reality, and your reality if what is found at the end of your dreams. |
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-04-26 : 20:26:40
|
Any ASP book that does not cover the ADO Recordset or Command objects should be thrown away. Don't even return it to the bookstore, cause they might re-sell it to someone.(big hint: look in the book for ADO Commands and Recordsets. look online for these if the book is not clear about them.) |
|
|
|
|
|