Results 1 to 2 of 2

Thread: textboxes tied directly to ODBC

  1. #1

    Thread Starter
    Registered User
    Join Date
    Jul 2000
    Posts
    52

    textboxes tied directly to ODBC

    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!

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I believe you would just bind to the ODBC version of whatever you are binding to now (i.e OLEDBCommand -> ODBCCommand) or if you are using a dataset then it'd still be the dataset. You just fill the dataset from the ODBC tools.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width