RE: [IronPython] IronPython + Npgsql

2005-04-06 Thread Hector Miuler Malpica Gallegos
Functions in IronPython 0.6?  I will have to wait for that IronPython0.7 function with monkey >>> for p in Type.GetProperties(type("string")): ...  print p ... System.Exception: bad args to this method in <0x0019c> IronPython.Objects.ReflectedMethodBase:Call (object[]) in <0x001ef> IronPyt

RE: [IronPython] IronPython + Npgsql

2005-04-06 Thread Jim Hugunin
Hector Miuler Malpica Gallegos wrote: > thanks, just the problem in indexing, in C# Resultado[1], in python I > have not been able, solution: > Resultado.GetValue(1) This should work as easily in IronPython as in C#. In general, if things are more awkward in IronPython than in C# you should firs

RE: [IronPython] IronPython + Npgsql

2005-04-05 Thread Hector Miuler Malpica Gallegos
nday, April 04, 2005 12:32 PM > > To: users-ironpython.com@lists.ironpython.com > > Subject: [IronPython] IronPython + Npgsql > > > Hello friends, I am using Npgsql, from IronPython functions, but I do not > > be able > > optener data of the results, some idea

RE: [IronPython] IronPython + Npgsql

2005-04-04 Thread Martin Maly
04, 2005 12:32 PM Hector Miuler Malpica Gallegos Wrote: > Sent: Monday, April 04, 2005 12:32 PM > To: users-ironpython.com@lists.ironpython.com > Subject: [IronPython] IronPython + Npgsql > Hello friends, I am using Npgsql, from IronPython functions, but I do not be > able >

[IronPython] IronPython + Npgsql

2005-04-04 Thread Hector Miuler Malpica Gallegos
Hello friends, I am using Npgsql, from IronPython functions, but I do not be able optener data of the results, some idea of as I can do it?  Conn = Npgsql.NpgsqlConnection("Server=127.0.0.1;Port=5432;User Id=miuler;Password=miuler;Database=basecsd;") Conn.Open() Cmd = Npgsql.NpgsqlCommand