Please help siege script

01/03/2010 10:51 augustabyron#16
Quote:
Originally Posted by PissOffMate View Post
Reported,, Double post.
Use search or google.

Every one said
"Use search or google"
"Use search or google"
"Use search or google"
"Use search or google"

brabrabrabrabrabrabrabra

BUT! you know GOOGLE not help, GOOGLE no answer.

Every one got this problem went to GOOGLE but not found the answer for fix this problem.

I need to know WHY ? if you know the answer why did't post it to here ?


LOOK ----> I SEARCH GOOGLE 1000000000000 TIME BUT CAN'T found the answer OK ?

so please keep this word >>> search google back to your head.
THANK YOU for your RPLY. :rtfm:
01/03/2010 11:22 Decima#17
neither search or google is going to help anyone with this error, u have any idea how many different things will cause this error?
01/04/2010 01:44 nobleman80#18
SEARCH YAHOO THEN.. LOL
01/04/2010 01:56 l2zeo#19
Quote:
Originally Posted by nobleman80 View Post
SEARCH YAHOO THEN.. LOL
YAHOO is same...lol
01/04/2010 10:33 cronarct#20
Quote:
Originally Posted by Razgr!z View Post
Uhm, yes, I fixed it for FSG.
give us some advice on how to fix this otherwise we are never gona figure it out.
01/04/2010 16:02 PissOffMate#21
ASK JEEVES :D HE KNOWS EVERYTHING!!
01/16/2010 15:10 mastero1#22
look in the db in that file location in the charcter db and you will see what you need to change ..... :)
01/17/2010 08:56 NicoBlacktir#23
LOL WTF Guys answer right what the hell is that

look google look yahoo maybe you will se it at character db ???

WHAT THE HELL ANSWER RIGHT OR DONT WRITE HERE !

Quote:
ALTER PROCEDURE [dbo].[GetHistorianDataByField]
@InputColumnName nvarchar(30),
@StartDate datetime,
@EndDate datetime
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;

-- Insert statements for procedure here
DECLARE @sql nvarchar(max)
SET @sql = 'SELECT ' + @InputColumnName + ' FROM HistorianData '
+ ' WHERE [TIMESTAMP] >= ' + CONVERT(datetime, @StartDate,21)
EXEC(@sql)
END


DECLARE @return_value int

EXEC @return_value = [dbo].[GetHistorianDataByField]
@InputColumnName = N'[PI353005]',
@StartDate = N'2008-01-01 00:00:00',
@EndDate = N'2009-01-01 00:00:00'

SELECT 'Return Value' = @return_value

GO
Quote:
First of all dunt let ur users enter the date format that is other then the one u support.. lets say it is dd/MM/yyyy.



now on server side provider the format like this. this is a sample code..modify it the way u want.

DateTimeFormatInfo dateTimeFormatInfo = new DateTimeFormatInfo();
dateTimeFormatInfo.ShortDatePattern = "dd/MM/yyyy";
this._currentDate = Convert.ToDateTime(cmbDate.Text, dateTimeFormatInfo);
ViewState["StartDate"] = this._currentDate;

This code will always work as u are assignign the date format explicitly..

i hope its helped you guys
01/18/2010 00:08 Decima#24
Quote:
Originally Posted by NicoBlacktir View Post
LOL WTF Guys answer right what the hell is that

look google look yahoo maybe you will se it at character db ???

WHAT THE HELL ANSWER RIGHT OR DONT WRITE HERE !






i hope its helped you guys
well, it didnt help, because 'user' dont input the date, so that was pointless.
01/18/2010 18:57 NicoBlacktir#25
Quote:
Originally Posted by Decima View Post
well, it didnt help, because 'user' dont input the date, so that was pointless.
oke sorry i think its help ! ?
08/31/2010 09:28 jammer1972#26
the problem is theres an invalid object name ,and what is the valid name
i need that answer too
08/31/2010 12:38 MMOPerfectionİ#27
#reported,bumping OLD thread.
08/31/2010 13:25 ~Kakkarot~#28
#closed