Re: [Python.NET] Python.Net and DataRow

2009-08-14 Thread Tribble, Brett
Sent: Thursday, August 13, 2009 6:15 AM To: [email protected] Subject: [Python.NET] Python.Net and DataRow Hi, I'm new in Python.Net programming. I try to build a simple project that use DataSet/DataTable/DataRow. But when I add a DataRow with this code: mydatar = DataRow() I get this

[Python.NET] Python.Net and DataRow

2009-08-13 Thread Alexander Mail
Hi, I'm new in Python.Net programming. I try to build a simple project that use DataSet/DataTable/DataRow. But when I add a DataRow with this code: mydatar = DataRow() I get this error: no constructor matches given arguments. Any ideas? Thanks Marco _