'DBNull

serrano

New Member
I get the error:<BR><BR>Cast from type 'DBNull' to type 'String' is not valid.<BR><BR>Because one field in my record has a null value, is there a way to fix this.<BR> thankyou for your timeTry using Tostring() method.For example if you have a column name title which has null value then use the following<BR><BR>dtrAuthors(title).Tostring()<BR><BR>good luck<BR>RAM
 
Back
Top