[Mono-list] POSGRESQL / NPGSQL / MONO / DATASET
   
    Francisco Figueiredo Jr.
     
    fxjrlists@yahoo.com.br
       
    Tue, 08 Jun 2004 10:05:28 -0300
    
    
  
KiOrKY wrote:
>In fact dont help, the goal is to migrate entirely an windows application into mono environnment and the base opf this application is to
>dataadpter.fill(dataset)
>
>in anyway, i have tested datareader which work fine !
>
>just a litlle precision :)
>
>mono is a dream, its the last error i have at the moment !
>
>all the classses we need at enterprise are working well !
>
>  
>
Hi Kiorky!
Wow! Very nice to know you are heading you development environment to Mono!
I hope I can help you in this last error you are getting! :)
While I'm setting up my devel environment, could you try add the 
following lines and send me (can be in private) the log you get?
Thanks in advance.
// Enable logging.
NpgsqlEventLog.Level = LogLevel.Debug;
NpgsqlEventLog.LogName = "NpgsqlTests.LogFile";
Regards,
Francisco Figueiredo Jr.