Click here to Skip to main content
15,889,839 members
Articles / Desktop Programming / MFC

MFC CRecordset - How to Bypass the 255 Column Limit

Rate me:
Please Sign up or sign in to vote.
5.00/5 (6 votes)
21 May 2021CPOL2 min read 5.2K   4  
Simply bypass the 255 columns in MFC CRecordset
In this tip, I am using MFC CDatabase and CRecordset to deal with databases through ODBC. I noticed that there is a limit of 255 columns in MFC library, and I wanted to go through this damned limit.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
France (Metropolitan) France (Metropolitan)
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions