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 |
|
xholly
Starting Member
3 Posts |
Posted - 2001-09-19 : 02:21:23
|
| I want to create a HTML-Form where any kind of SQL-Query can be typed in to send demands to the SQL-Server via a template. The Example from the SQL Server Book ("Post a simple template in a form")works fine: (...WHERE EmployeeID=@EmployeeID...)But how can I store a SQL-Query in a variable a insert it between the <sql:query>-Tag. Thanx! |
|
|
|
|
|