Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pigeonbr

    CRecordset

    Hi jl3574, Just looking at your post while searching for an answer... theRec->Open(AFX_DB_USE_DEFAULT_TYPE,"select STYLE_ID from STYLES",CRecordset::readOnly); //Tablename is STYLE_ID, column name is STYLES Looks like your backwards in your SELECT statement...the FROM clause...
  2. pigeonbr

    how to get lines from a recordset into a CRichEditCtrl box?

    Hi, A visual C++ 6.0 app, ODBC, using a SELECT statement in a CRecordset::Open() statement as follows: CString strCmd; strCmd = "SELECT [102_3_FenetreDeSortie] FROM [Amenagements Exterieurs] WHERE [102_3_FenetreDeSortie] LIKE '+*'";// //create an instance of the recordset...

Part and Inventory Search

Back
Top