Viewing 2 posts - 1 through 2 (of 2 total)
Hi,
Could you please try this example and let me know if you are able to convert date to varchar without any issues.
eg: Create table #temp(currDate varchar(20))
insert into #temp values(CONVERT(varchar(10),getdate(),121))
SELECT cast(currDate...
July 13, 2010 at 6:42 am
#1191975
I am also getting the same error while running reports in a webbrowser control.Reports are deployed in windows 2003 server.
Is this a problem related to IE or IE security?
July 5, 2010 at 5:10 am
#1188731