This may be a simple question, but I figure I'll ask. Currently I have an OLEDB connection, commands, dataadapter, and a object. This OLEDB connection is through access, which in turn is linked to a Informix database. I would like to switch it over to a direct connection via ODBC for the Informix database. Currently the text property of the textboxes on the form are bound to the object in their data bindings properties. My question is:

If I switch it over to an ODBC connection, what do I bind the text in my textboxes to?

Thanks for the help!