HOME > .NET Framework > Forum > asp.net error รับค่า database ที่เป็นค่า null ไม่ได้ครับ ... conversion from type 'dbnull' to type 'string' is not valid
asp.net error รับค่า database ที่เป็นค่า null ไม่ได้ครับ ... conversion from type 'dbnull' to type 'string' is not valid
Private Function chkDBNull(ByVal strString As Object) As String
If IsDBNull(strString) = True Then
Return ""
Else
Return strString.ToString()
End If
End Function
ช่วยแนะนำทีครับ
Tag : ASP.NET Ms SQL Server 2008, VBScript, Crystal Report, Web (ASP.NET), VS 2008 (.NET 3.x)