Re: [Mono-list] OdbcDataReader.cs bug. Attached with fix.

2005-06-13 Thread Sureshkumar T
Please feel free to file a bug report at http://bugzilla.ximian.com under Sys.Data along with your fix. For the patch diff, use command "diff -u". Thanks, suresh. On Mon, 2005-06-13 at 15:21 -0700, [EMAIL PROTECTED] wrote: > > I've found a minor bug in OdbcDataReader.cs in the private string []

[Mono-list] Re: [Mono-devel-list] Problem with DbDataAdapter...

2005-05-17 Thread Sureshkumar T
> + bool allowDBNull = > value is bool ? (bool)value : false; default allowDBNull should be true ;-) suresh. ___ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listi

Re: [Mono-list] Strange Error When Populating A DataSet

2005-03-29 Thread Sureshkumar T
On Tue, 2005-03-29 at 16:10 -0500, David P. Donahue wrote: > When I populate a DataSet from a pretty simple SELECT statement, I > notice a strange error: > > "Cannot set column Date to be null, please use dbnull instead" > could you please give a simple code to reproduce this? What dataadapter

Re: [Mono-list] DataSet Merge

2005-03-07 Thread Sureshkumar T
yes. it works fine. I'm looking a bit more into it and checking any other root cause which could have caused this bug. Otherwise, this will go into svn soon. suresh. > From: [EMAIL PROTECTED] > To: mono-list@lists.ximian.com > Subject: Re: [Mono-list] DataSet Merge > Date: Mon, 7 Mar 2005 16:02:

Re: [Mono-list] How do I configure DbProviderFactory?

2004-11-28 Thread Sureshkumar T
hi, The provider factory implementation is not complete at the moment in mono. Though the code is around, it is in the early stages. This functionality will be available soon. Thanks & Regards, suresh. > From: "Francisco Figueiredo Jr." <[EMAIL PROTECTED]> > Subject: [Mono-list] How do I c

Re: [Mono-list] ADO.NET Test Cases

2004-11-23 Thread Sureshkumar T
send to list and if possible, give a small write up about what kind of test these are. for ex, whether to test Data access classes (DataReader,etc) or SQL Server/MySQL tests. thanks, suresh. > To: [EMAIL PROTECTED] > Subject: [Mono-list] ADO.NET Test Cases > Date: Tue, 23 Nov 2004 19:34:45 -0800

Re: [Mono-list] Looking for a library

2004-11-16 Thread Sureshkumar T
I guess you are talking about ByteFX.Data.dll. It's available in mono cvs/svn repositary. Otherwise, you could find it with binaries at www.mono-project.com in download section. If you have installed mono-1.0.4, you could install just ByteFx.Data package. suresh. > From: Joshua Brickel <[EMAIL P

Re: [Mono-list] Int32

2004-10-31 Thread Sureshkumar T
> From: Pedro Santos <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > X-Mailer: Ximian Evolution 1.4.5-4mdk > Subject: [Mono-list] Int32 > Sender: [EMAIL PROTECTED] > Date: Fri, 29 Oct 2004 14:58:08 +0100 > > > In 64 bits processor arquitectures(64BA) will Int32 still have 32 bits? > Would that be