September 24th, 2012 10:57 AM
#1
MFC CMap into oracle SQL
I have MFC class that contains a CMap with 160K~ entries. CMap(long,long,long,long).
I need to save this CMap in oracle SQL.
How do you recommend to save it ? blob,clob ? and do you have a good resource of example on implementing reading and writing CMAP to blob ?
September 24th, 2012 11:17 AM
#2
Re: MFC CMap into oracle SQL
I believe CMap uses pointers internally, so you can't save it the way you want to. You're probably going to need to export its data into a format that works with SQL.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width
Bookmarks