Formatted version of my previous email:
Maybe because the subject wasn't in all caps? Possibly it was because
you didn't provide enough details?
Could you provide a DB schema,
and
a more complete test case?
And do all of this in
a nice easy to read profanity free bug report filed at bugzilla.ximian.com?
Hopefully this helps clear things up. JacksonOn Fri, 2004-06-04 at 08:24, KiOrKY wrote:
so i repeat: debian sid kernel 2.4.26 mcs 095 mono 20040603 gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3 gtk-sharp-0.93 libgdiplus-0.8 wine20040505 the base is postgresql and is not on the same machine the code is : string srequet3=@"Server=126.10.0.1;Port=5432;User Id=Pasquet;Database="; srequet3+=@"Marrot;Password=kiorky"; Npgsql.NpgsqlConnection toto = new Npgsql.NpgsqlConnection(srequet3); Npgsql.NpgsqlCommand cmd = new Npgsql.NpgsqlCommand(srequet,toto); Npgsql.NpgsqlDataAdapter DaAd = new Npgsql.NpgsqlDataAdapter(cmd); DataSet Dsdset = new DataSet(); DaAd.Fill(Dsdset); Dsdset.AcceptChanges(); the result; out of memory error ------- Jackson Harper <[EMAIL PROTECTED]> a écrit : > Hello, > > I have already asked you for more information on this bug. If you > provide it the bug can be fixed. If you do not provide it and just > continue to spam the mailing list turning development time into email > deleting time the bug will probably not be fixed. > > http://lists.ximian.com/archives/public/mono-list/2004-May/020501.html > > Love, > Jackson > > > On Fri, 2004-06-04 at 05:28, KiOrKY wrote: > > is npgsql runnong? because when i do datapadter.fill(), its makes me an > out of memory error... > > i copy the executable compiled under windows and the dll from mono gac in > the exection directory! > > any ideas? > > regards
