I am developing a VB6 application which connects to an Oracle Database (Running on a Unix box). The application will run from a Novell file server.

Typical Database size is 30,000 records.

Should I use ADO to bind to the data and perform updates.

OR

Should I stay unbound and fire updates using stored procedures at the back end.

Cheers