D
Dongo!
Hi Group,
Hope somebody dosn`t Mind helping a newbie (To SQL & VB.net) out with a
little problem?
I`ve created a SQL database and a Table within the Datatabse called
Passwords
I`ve used the SQLdataadapter on my VB Project. When I try to create a
Dataset it errors. When I try and run My project i get the following error:-
D:\ITMDB.net\Passwords.vb(398): 'Convert' is not a member of 'String'.
The code is as follows:-
Public Sub SetSystemNull()
Me(Me.tablePasswords.SystemColumn) = System.Convert.DBNull
End Sub
Ta
Regards
Si
Hope somebody dosn`t Mind helping a newbie (To SQL & VB.net) out with a
little problem?
I`ve created a SQL database and a Table within the Datatabse called
Passwords
I`ve used the SQLdataadapter on my VB Project. When I try to create a
Dataset it errors. When I try and run My project i get the following error:-
D:\ITMDB.net\Passwords.vb(398): 'Convert' is not a member of 'String'.
The code is as follows:-
Public Sub SetSystemNull()
Me(Me.tablePasswords.SystemColumn) = System.Convert.DBNull
End Sub
Ta
Regards
Si