Re: Existe el Objeto DataSet en OracleClient ???

"Alberto León" <[email protected]>
Newsgroups gmane.comp.gnome.mono.hispano
Message-ID <[email protected]>
DataSet no tiene nada que ver con Oracle.

DataSet es una clase que se encuentra en System.Data

Se puede utilizar así

DataSet ds = new DataSet();

OdbcDataAdapter adaptadorPersonas = new OdbcDataAdapter("SELECT * FROM
personas",conexion);

adaptadorPersonas.Fill(ds,"personas");

Puedes emplear en lugar de OdbcDataAdaptar otros como el OracleDataAdapter o
el MySqlDataAdapter.



El 16 de octubre de 2008 18:03, Alexis Araya <[email protected]> escribió:

> pero no tienes hacerlo con un fill al dataset??
>
>
>
> El 16 de octubre de 2008 12:05, Rodrigo <[email protected]> escribió:
>
>> Estoy migrando una pequeña aplicación web hecha con visual web a
>> monodevelop
>> Pero cuando quiero crear un objeto del tipo DataSet, este no aparce entre
>> los objetos de System.Data.OracleClient.
>> si me aparecen otros como OracleDataReader, OracleDataAdapter, etc
>> Mi pregunta es
>> Existe el objeto OracleDataSet en System.Data.OracleClient ?
>> O tendré que usar solo OracleDataReader ??
>> --
>> Rodrigo Ledezma Jaime
>> Ing. Ejecución en computación e informática
>>
>>
>> _______________________________________________
>> Mono-hispano mailing list
>> [email protected]
>> https://listas.hispalinux.es/mailman/listinfo/mono-hispano
>>
>
>
>
> --
> Alexis Araya S.
> http://aarayas.blogspot.com
> /* La Amistad se Pierde, Cuando la Envidia Crece */
>
> _______________________________________________
> Mono-hispano mailing list
> [email protected]
> https://listas.hispalinux.es/mailman/listinfo/mono-hispano
>

_______________________________________________
Mono-hispano mailing list
[email protected]
https://listas.hispalinux.es/mailman/listinfo/mono-hispano
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.