A
AMP
Hello,
I am trying to insert data with the following:
mee.Insert(5, currentUser.ProviderUserKey.ToString(),
x,"","","",DateTime.Now ,DateTime.Now ,DateTime.Now , DateTime.Now)
But get the following error:
The best overloaded method match for
'DataSet1TableAdapters.Picks1TableAdapter.Insert(int?, string, string,
string, string, string, System.DateTime?, System.DateTime?,
System.DateTime?, System.DateTime?)' has some invalid arguments
All allow nulls.
I am trying to insert data with the following:
mee.Insert(5, currentUser.ProviderUserKey.ToString(),
x,"","","",DateTime.Now ,DateTime.Now ,DateTime.Now , DateTime.Now)
But get the following error:
The best overloaded method match for
'DataSet1TableAdapters.Picks1TableAdapter.Insert(int?, string, string,
string, string, string, System.DateTime?, System.DateTime?,
System.DateTime?, System.DateTime?)' has some invalid arguments
All allow nulls.