[Mono-list] Create a DataAdapter using Npgsql

Jonel Rienton jonel@road14.com
Fri, 1 Oct 2004 20:59:29 -0500


awesome!

thanks,
j

On Oct 1, 2004, at 8:49 PM, Francisco Figueiredo Jr. wrote:

> Jonel Rienton wrote:
>> hi again, how would one create a DataAdapter object in Npgsql? i've  
>> read through the docs and i can't seem to find one.
>
> Hi Jonel.
>
> You can create a data adapter directly:
>
> NpgsqlDataAdapter da = new NpgsqlDataAdapter("select clause",  
> NpgsqlConnection);
>
> Please, have a look in Working with datasets in Npgsql user manual:
> http://gborg.postgresql.org/project/npgsql/cvs/co.php/Npgsql/docs/ 
> UserManual.htm
>
> If you have any other doubt or problem, please, let me know.
>
> Regards,
>
> Francisco Figueiredo Jr.
>