From: Martin R. <ne...@mi...> - 2003-10-01 16:11:06
|
Hi, Yes it is. It is resolve me problem. I try it again. Thanks. "Carlos Guzman Alvarez" <car...@te...> píse v diskusním príspevku news:3F7...@te...... > Hello: > > > I think i have a sample working now ( i have made a test with SqlClient > and it works too ) : > > > DataSet ds = new DataSet("Areas"); > > adapter.TableMappings.Add("Areas", "BugAreas"); > adapter.TableMappings["Areas"].ColumnMappings.Add("IDAREA", "Id"); > adapter.TableMappings["Areas"].ColumnMappings.Add("NAME", "Nombre"); > adapter.Fill(ds, "Areas"); > Console.WriteLine(ds.Tables["BugAreas"].Rows[0]["Nombre"]); > > > Please tell to me if this is what you need to do :). > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |