Hi all!! I seem to have a small problem. I am using ADODB programming in order to insert records into a table in Oracle. I open a recordset,get all the info from the text fields, do the rs.Fields(index)=txtBox etc etc and then rs.Update. When the system comes to this statement, VB hangs!!. I...