I have a program that has a connection to an Oracle database and is supposed to execute an Insert statement. It runs with no problem until the connection.Execute SQLString command. This causes a crash. The code compiles error free, and I've checked the syntax of the Insert statement and it seems to work.
Any ideas or suggestions as to what might cause this?