Click here to Skip to main content
15,895,256 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Menus in VC++ Pin
Rajesh R Subramanian22-Nov-06 0:54
professionalRajesh R Subramanian22-Nov-06 0:54 
QuestionC++ Database & Excel Question Pin
Waldman21-Nov-06 3:58
Waldman21-Nov-06 3:58 
AnswerRe: C++ Database & Excel Question Pin
led mike21-Nov-06 4:55
led mike21-Nov-06 4:55 
GeneralRe: C++ Database & Excel Question Pin
Waldman21-Nov-06 5:08
Waldman21-Nov-06 5:08 
AnswerRe: C++ Database & Excel Question Pin
basementman21-Nov-06 5:16
basementman21-Nov-06 5:16 
AnswerRe: C++ Database & Excel Question Pin
Zac Howland21-Nov-06 5:36
Zac Howland21-Nov-06 5:36 
GeneralRe: C++ Database & Excel Question Pin
Waldman21-Nov-06 5:49
Waldman21-Nov-06 5:49 
GeneralRe: C++ Database & Excel Question Pin
Zac Howland21-Nov-06 6:26
Zac Howland21-Nov-06 6:26 
Waldman wrote:
I have considered using Access also, the only problem is that i'm trying to avoid using any SQL server.


Understood. You don't have to use SQL Server (as it is a multiuser DBM), but you can use ADO or OleDB to interface with whatever DB you use. Like I said, Excel is nothing more than a special case of an Access Database (which is nothing more than a slimmed down version of SQL Server). Your code will be much easier to understand if you write it to use DB queries than if you used Excel's automation API to do cell gets/sets.

Waldman wrote:
Basically after the database reads in a spreadsheet, does whatever the user wants to do, and then saves it. I do not need a recorded record elsewhere of this spreadsheet. It's just a constant open/edit/close feature that the volunteers can handle since most of our spreadsheets are pretty massive with a lot of information that doesn't pertain to what they are doing.


Just use ADO and open the spreadsheet directly then. Create objects for your specific queries that each return the data that would be needed for a given task and allow them to be both retrieved and written. I believe there is an example of this in MSDN.

If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week

Zac

GeneralRe: C++ Database & Excel Question Pin
Waldman22-Nov-06 3:47
Waldman22-Nov-06 3:47 
GeneralRe: C++ Database & Excel Question Pin
Zac Howland22-Nov-06 3:54
Zac Howland22-Nov-06 3:54 
QuestionMessage 0x00AE in XP Pin
Ajay L D21-Nov-06 3:44
Ajay L D21-Nov-06 3:44 
AnswerRe: Message 0x00AE in XP Pin
Waldermort21-Nov-06 6:54
Waldermort21-Nov-06 6:54 
GeneralRe: Message 0x00AE in XP Pin
Ajay L D21-Nov-06 19:29
Ajay L D21-Nov-06 19:29 
Questionprevent closing dialog on enter key Pin
_tasleem21-Nov-06 3:20
_tasleem21-Nov-06 3:20 
AnswerRe: prevent closing dialog on enter key Pin
CPallini21-Nov-06 3:35
mveCPallini21-Nov-06 3:35 
GeneralRe: prevent closing dialog on enter key Pin
_tasleem21-Nov-06 20:59
_tasleem21-Nov-06 20:59 
AnswerRe: prevent closing dialog on enter key Pin
Cedric Moonen21-Nov-06 3:44
Cedric Moonen21-Nov-06 3:44 
AnswerRe: prevent closing dialog on enter key Pin
ThatsAlok21-Nov-06 18:45
ThatsAlok21-Nov-06 18:45 
GeneralRe: prevent closing dialog on enter key Pin
_tasleem21-Nov-06 20:50
_tasleem21-Nov-06 20:50 
GeneralRe: prevent closing dialog on enter key Pin
CPallini21-Nov-06 21:13
mveCPallini21-Nov-06 21:13 
GeneralRe: prevent closing dialog on enter key Pin
ThatsAlok21-Nov-06 21:40
ThatsAlok21-Nov-06 21:40 
GeneralRe: prevent closing dialog on enter key Pin
ThatsAlok21-Nov-06 21:39
ThatsAlok21-Nov-06 21:39 
QuestionWeb Scrapper Pin
NitinPatil21-Nov-06 2:53
NitinPatil21-Nov-06 2:53 
AnswerRe: Web Scrapper Pin
David Crow21-Nov-06 3:21
David Crow21-Nov-06 3:21 
GeneralRe: Web Scrapper Pin
NitinPatil23-Nov-06 4:38
NitinPatil23-Nov-06 4:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.