anyone got DbDataAdapter.Fill Method work? I need to deploy working .NET web application to apache/xsp/mono, but unfortunately i always get an empty dataset :((
ExecuteScalar & ExecuteReader works for me, so as a last resort i'll rewrite the data access components to fill dataset by hand :((( I think it's a bug so i submit a report, but i'm very intersted does anyone get it work? If yes pls notify me urgent because i have a deadline to do the work . ----- here is the copy of my bug report ---- odbcDataAdapter.Fill(DataSet) doesn't work for me Steps to reproduce the problem: 1. create odbcDataAdapter that select something from database 2. generate named/typed dataset /i'm using VS2003.NET / 3. fill dataset Actual Results: dataset is empty Expected Results: Data in the dataset How often does this happen? Always Additional Information: Code work fine in .NET framework ----- also i try public int Fill( DataTable dataTable); - same result :((( --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.718 / Virus Database: 474 - Release Date: 09.07.2004 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
