According to MoMA, there are over 40 red flags between the IPY dlls and the
DLR (Microsoft Scripting) dlls. One of them has 2 P\Invokes that it doesn't
like and the others are a mix of TODOs on the mono side, or
not-implementeds.
Another block (for me) is that Mono doesn't implement the following
values = System.Array.CreateInstance(System.Object, reader.FieldCount)
On Tue, Mar 3, 2009 at 6:03 PM, Bernd Viehmann
wrote:
> Hi,
>
> I have a question regarding a typed array.
>
> Basically I want to use IronPython and ADO.NET to get some data from a
> stored procedure. My first idea was to us
Hi,
I have a question regarding a typed array.
Basically I want to use IronPython and ADO.NET to get some data from a
stored procedure. My first idea was to use a SQL DataReader to get all
the lines of my result table into an array. Csharp way looks like this:
*ArrayList rowList = new ArrayL
OK, thanks for the tips. I'll dig around.
IronPython on ASP.Net is awesome - especially because it is instantly
hackable by non programmers (web designers). It has better
approachability than PHP or C# and low learning curve for simple web
programming. I notice similar thing with our XML on HTTP A