Re: Database table in runtime
- From: "Eddie Pazz" <drpazz@xxxxxxxxxxx>
- Date: Thu, 6 Jul 2006 22:09:00 -0700
I found a class a few years back at ProgrammersHeaven.com that encapsulated
some database functions. Unfortunately, I couldn't find it in my archives.
Perhaps you may want to search their site and see if it's still there.
"Scott McPhillips [MVP]" <org-dot-mvps-at-scottmcp> wrote in message
news:O1kACXToGHA.3348@xxxxxxxxxxxxxxxxxxxxxxx
Salvatore Di Fazio wrote:
Yes Eddie,
this's what I did.
But I would like to know if there is one kind of class that can
manipulate the data stored in a way like a SQL db... for example
CString CData::Select(CString szQuery);
thank you
No. SQL is not built in to MFC or Win32. Only database drivers can give
you SQL. It is also not likely that you can manipulate 10 million records
in memory, so using an actual database file is probably the only solution
for you if you need SQL.
--
Scott McPhillips [VC++ MVP]
.
- Follow-Ups:
- Re: Database table in runtime
- From: Salvatore Di Fazio
- Re: Database table in runtime
- References:
- Database table in runtime
- From: Salvatore Di Fazio
- Re: Database table in runtime
- From: KMA
- Re: Database table in runtime
- From: Salvatore Di Fazio
- Re: Database table in runtime
- From: KMA
- Re: Database table in runtime
- From: Salvatore Di Fazio
- Re: Database table in runtime
- From: Eddie Pazz
- Re: Database table in runtime
- From: Salvatore Di Fazio
- Re: Database table in runtime
- From: Scott McPhillips [MVP]
- Database table in runtime
- Prev by Date: Re: How to disable the "X" close button of DialogBox.?
- Next by Date: Re: how to call drawitem() function in ower draw Clistbox
- Previous by thread: Re: Database table in runtime
- Next by thread: Re: Database table in runtime
- Index(es):
Relevant Pages
|