Znaci posle endwith:
try{
MyCommand.Connection.Open()
MyCommand.ExecuteNonQuery()
}
catch(Exception)
{//obradis exception...
}
finally
{
MyCommand.Connection.Close()
}
Verujem da je to sve.
(Ne znam tacnu sintaksu za VB, ali misim da neces imati problema)
I am currently away on leave, traveling through time and will be returning last week.