Click here to Skip to main content
15,902,938 members

Comments by ntrraorao (Top 9 by date)

ntrraorao 21-Dec-12 4:20am View    
Even, I tried its not working.
ntrraorao 20-Dec-12 20:46pm View    
Its not working properly

datefrom 2012-06-16 00:00:00.000
dateto 2012-09-30 00:00:00.000

Declare @inputDate datetime
Set @inputDate = Convert(datetime, '2012-09-30', 120)
select * from dateTimeTable where dateFrom >= @inputDate and dateTo < @inputDate

Thea above query is not returning rows. because its fails first condition.
ntrraorao 23-Aug-10 7:53am View    
Yeah, I know. this is not my site. I am just doing some demo work. and I know how do write better code with Stored procedures to avoid sql injections.
ntrraorao 23-Aug-10 7:51am View    
No, this is idea is not working for me. still showing old photo.
ntrraorao 23-Aug-10 7:51am View    
Deleted
Well, you should perhaps read a book on ASP.NET, and know a bit about your subject before you call yourself 'hire me for your work'. Your issues are legion, your code is a disaster, and I could easy erase your database because your site is insecure and poorly written.
Yeah, I know. this is not my site. I am just doing some demo work. and I know how do write better code with Stored procedures to avoid sql injections.