December 13, 2013 at 4:04 pm
I am trying to write a query which user be able to enter data after getting message for example: "Enter Value for Descriptionparam: "
here is my query:
select * from tablename
where descriotion = @'%descriptionparam%'
Any help would be really appreciated. Thanks
December 13, 2013 at 6:18 pm
What language are you using to present the message and store the answer? SQL Server isn't real handy about doing things that should be done in the GUI. It's a storage and data manipulation engine... not a GUI design tool.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 15, 2013 at 9:01 am
Just to make it easier:
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply