I've fortunately been able to keep my Handle through 3 different ISP's and a myriad of forums.
Simply put it explains the reason why I have a job.
I
WoRK
4
DEaD
PResidents
Essentially, I collect thier portraits. Of course I never get enough Benjamin's in my pocket at any given time.
Denny,
Thanks for the reply. Ok I've created and saved the procedure
CREATE procedure dbo.GetEvalQuestions
@Category varchar(10)
as
SELECT *, Category, Version, Section, Number
FROM tbl_ReviewQuestions
WHERE Category = @Category
ORDER BY Category, Version, Section, Number
GO
as per...
Hello,
I'm in dire need of some help. I've taken control of a project for our training department. It uses a database on a SQL 7 database server. Which I've never used.
I've created a new table and now want to create a stored procedure ( that would be called from a .asp web page )...
Hi,
I'm quite new to the WWW experience. So a little background might be in order.
1. I've done alot of programming in VBA (mostly in automating xl workbooks )
2. I'm learning how to use databases ( ADO )
3. I'm trying to understand ( ASP and javascript )
Ok I realize that some will...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.