hello,
existing a way to put parameter to a SQL Query
(using MSSQL)
thx
What are you using to run the query? If you are using php its easy, just use php variables.
If you want a stored procedure with parameters and variables, not implemented yet in mysql.
I using Php, of course
i talking about parameter to query not to stored procedure as with ADO or DAO
thanx