I'm writing an application that requires the user to enter a value in an edit box, then queries a database using ODBC for records that meet this value ("SELECT ... WHERE [FIELD] = m_editbox). This sounds fairly simple, but since I'm new at this I would like an example to work from.
Thanks in advance.
Thanks in advance.