Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Asp.net error

Status
Not open for further replies.

Maximus007

Technical User
Jul 26, 2004
248
US
Hi;

I am getting this error when I am trying to generate a dataset "Convert is not a member of string". Any ideas on where I went wrong?

Thank you
 
I am generating the dataset after I drag the table on the my work area the I right click on the SqlDataAdapter1 and select generate DataSet.
 
what line is it pointing to???

Known is handfull, Unknown is worldfull
 
Line 1956
Public Sub SetEntityNull()
Me(Me.tableEscalation_Forms.EntityColumn) = System.Convert.DBNull
End Sub
 
>>Me(Me.tableEscalation_Forms.EntityColumn) = System.Convert.DBNull


a little bit explanation on this line please...

Known is handfull, Unknown is worldfull
 
I am trying to create a data set in Design mode. Then I got this error.

Thank you
 
Pleae disregard this posting. I found out what the problem was. The correct datatype was not being use. They should be set to varchar.

Thank you again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top