Re: VB .NET Update Command Inserts NULL
Posted by: Marius Leonard
Date: December 22, 2004 01:46AM

I had the same problem, try this Sql String.

Dim strSQL As String = "UPDATE user_access.user_access_rights SET rights_user = ?, rights_app_id = ?, rights_add = ?, rights_edit = ?, rights_delete = ?, rights_admin = ? WHERE rights_id = " & intRightsID

Options: ReplyQuote


Subject
Written By
Posted
Re: VB .NET Update Command Inserts NULL
December 22, 2004 01:46AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.