ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> python.net
python.net
Re: [Python.NET] Python.Net and DataRow
by Brett Tribble other posts by this author
Aug 14 2009 6:45AM messages near this date
[Python.NET] Python.Net and DataRow | ActiveState Programming Survey - Win $1000 O'Reilly Bookshelf
FRAMEWORK Can you use this instead?

from System.Data import DataTable, DataRow
ttable = DataTable()
mydatar = ttable.NewRow()




-----Original Message-----
From: pythondotnet-bounces+btribble=maxis.com@[...].org [mailto:pythondotnet-bounces+btribbl
e=maxis.com@[...].org] On Behalf Of Alexander Mail
Sent: Thursday, August 13, 2009 6:15 AM
To: pythondotnet@[...].org
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 error:

	no constructor matches given arguments.

Any ideas?

Thanks

Marco


_________________________________________________
Python.NET mailing list - PythonDotNet@[...].org
http://mail.python.org/mailman/listinfo/pythondotnet

_________________________________________________
Python.NET mailing list - PythonDotNet@[...].org
http://mail.python.org/mailman/listinfo/pythondotnet
Thread:
Alexander Mail
Brett Tribble

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved