Viewing 15 posts - 1 through 15 (of 36 total)
what do you mean by try public?
I'm wondering its something to with the office 2003
June 30, 2006 at 1:27 am
I was using this on the laptop. But when copied onto my local machine (desktop) it worked fine.
The desktop uses office 2000 and my laptop(where it doesn't work) uses office...
June 29, 2006 at 1:30 am
Below are the 3 UDFs
CREATE FUNCTION dbo.udfMonthName
( @monthnumber int,
@short bit = 0
)
RETURNS varchar(15)
AS
BEGIN
DECLARE...
June 6, 2006 at 8:00 am
We are trying to move the database on a live server to another site. The server currenlty use version 7 and hold other DB on it. We need to use...
June 5, 2006 at 9:10 am
I have emailed the User defiend functions
June 5, 2006 at 8:37 am
I need to be able to go back a version as the server it will sit on is going to have sql 7.
What can I do with the user defeined...
June 5, 2006 at 8:22 am
Thanks. It was just a general question. I am using sql 2000 but wanted to know the difference. I use store procs so mysql wouldn't be a good choice.
May 26, 2006 at 1:20 am
I've tried this but it does this action for any link clicked on. As it unloads the page so it fires the javascript.
i want to fire when the uses...
May 19, 2006 at 3:27 am
thank you for your help. i will try this out ASAP.
regards ritesh
May 17, 2006 at 1:36 am
Rodney,
It still does not work I get a type mismatch error. What I really want to do is to have a variable instead of the 2.
Dim pid
pid = Request.QueryString ("ID")
the...
May 4, 2006 at 8:11 am
I'm going to be creating a biography page. So at the top will be all of the names with a link when they click on the link it will scroll...
April 24, 2006 at 8:34 am
Hi,
I am beginner at this so would you be able to point me in the correct direction to do this.
Thanks
April 24, 2006 at 5:55 am
Not a very good design is it. Thank you for your help
ritesh
April 19, 2006 at 3:08 am
Viewing 15 posts - 1 through 15 (of 36 total)