Re: Erro ao usar ExecuteNonQuery()
Posted by: Fernando Gonzalez.Sanchez
Date: January 05, 2013 12:29PM

Ok no problem, I think I found it (and didn't catch it the first time :) ) , before consult.ExecuteNonQuery(), you must add a
consult.Connection = conn;


that is, associate the command with the connection.

Options: ReplyQuote


Subject
Written By
Posted
Re: Erro ao usar ExecuteNonQuery()
January 05, 2013 12:29PM


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.