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
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
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
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
>
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