Welcome to MSDN Blogs Sign in | Join | Help

July 2008 - Posts

System.Data.Odbc.OdbcDataReader.GetBytes() always returns 0 when you use with ExecuteReader(CommandBehavior.SequentialAccess)
Consider a sample which reads an image from the SQL Server table (Adventure Works database), whose column is VARBINARY(MAX). The code sample goes like this, Odbc.CommandText = "select ProductPhotoID,LargePhoto from Production.ProductPhoto where ProductPhotoID Read More...
Getting System.OutOfMemoryException when using ReportViewer contol in Local mode
PROBLEM: ======== Consider you've a ASP.NET application that contains Report Viewer control (2005 / 2008) in Local Mode. You have an RDLC report file, that loads large amount of data / has lots of expressions. ( Both are not recommended in Local mode Read More...
Page view tracker