Viewing 12 posts - 16 through 27 (of 27 total)
how to get count only for today's date? That is if there is no record for the present day, even if there is for previous days, then i should get...
September 16, 2008 at 1:04 am
Thanks alot. This works correctly.
Regards,
Mahathi.
September 16, 2008 at 12:44 am
the table schema is as follows:
AllocId bigint
VisitTime datetime
Cnt int
LastUpdate datetime
we'll get the AllocId using the session object.
Regards
Mahathi.
September 16, 2008 at 12:20 am
Thank you for the help provided. But when I execute the stored procedure I getting the following error:
"Error converting data type varchar to datetime"
Please tell me where may be...
July 14, 2006 at 8:11 am
My actual requirement is there is an application which is used to reserve computers in the lab. The user selectes the required computers and then clicks a button called "Reserve".When...
July 14, 2006 at 2:49 am
Sample input is in the form:
6XXC81S.
This is the ServiceTag Id of a computer. Basing on this I require an output of the form
Service_Tag_Id User_Id start_time End_Time Comments
6XXC81S 20 ...
July 13, 2006 at 3:26 am
Hi Prakash Sawant
Thank you for sending me the link. I read it and it gave me the idea of connection pooling.
Mahathi.
June 25, 2006 at 10:17 pm
Hi Ryan
The error cam when I execute the procedure is
Event ID: | 1001 |
Source: | ASP.NET 1.1.4322.0 |
aspnet_wp.exe (PID:3152) was recycled... |
June 23, 2006 at 6:26 am
If you don't mind please tell me what is meant by "Connection Pooling". Since I am new to development I have no idea on the topic. Thank you for sending me the...
June 23, 2006 at 1:07 am
Hi
The description of the error is as follows. Can you please tell me what to do.
Event ID: | 1001 |
Source: | ASP.NET 1.1.4322.0 |
aspnet_wp.exe... |
June 22, 2006 at 11:10 pm
Hi
Thank you for the help provided. I will try this out and let you know whether it is working or not.
Mahathi.
June 22, 2006 at 10:16 pm
Viewing 12 posts - 16 through 27 (of 27 total)