Hi,
I'm new in IronPython programming. I try to build a simple project
that use DataSet/DataTable/DataRow.
But when I add a DataRow with this code:
mydatar = DataRow()
my program crash.
Any ideas?
Thanks
Marco
___
Users mailing list
Users@lists.i
Hi,
I'm developing an application for MacOsX build with python and cocoa.
Now I want to convert my project to a Windows .Net project.
But I have this problem: in one of my classes i use pysqlite module.
How i can use this module on IronPython?
Thanks
Marco
_