Hello,
I was just looking for some tips on where to start, I have searched for hours on how to create a SharePoint website and can not find any sort of tutorials as to how to do it. I have installed moss 2007 and created a few web parts and so on. Now I want to try and design a basic internet...
Hello,
I am totally new to SharePoint and I am using 2007 with VS 2008. I went through the Hello World web part and it works fine. I do have one question though, where is the value stored? (say when you change text color to bluez) I thought it would be in the helloworld.xml in the C:\Program...
Hello,
I am trying to make a stored proc that will tell me if there are any rows in a table. The table name is a variable that I get at the start of the proc it is not sent in. What I am looking for in the table is sent into the stored proc.
here is what i have so far but it does not work, i...
Hello, I get the error :
"Cursorfetch: The number of variables declared in the INTO list must match that of selected columns."
when I run the below cursor:
DECLARE TempCountCursor Cursor FOR
SELECT COUNT(*) as TotalCount
FROM v_job_costing_report
WHERE invoice_no = @invoice_no
OPEN...
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.