Hi,
I have the following SQL:
select * from tblProducts where prod_name like '%example%' or
prod_description like '%example%'
How do I order the results such that the results found by the prod_name
clause come first, followed by those found by the prod_description clause?
Do i ...
more >>
Hi and TIA! I have a recordset retrieved into a datgrid in my web app, from
an SQL database that I want to save as an excel formatted file. I would
like the user to click a button, get a prompt to save/name the file. Is
this possible and if so where can I find information on accomplishing t...
more >>
Hi and TIA! I have an ASP.Net(VB) site that maintains parts for the
military. They have
requested the ability to click a button on my site which will let them
upload a text file containing 100 or more part numbers. I will then place
them in an SQL temp table. I will then run a procedure th...
more >>