Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Anyone know of a good ODBC Database Class?

Reply
Thread Tools

Anyone know of a good ODBC Database Class?

 
 
Randy Yates
Guest
Posts: n/a
 
      10-21-2004
Hi Folks,

I'm looking for something that is completely independent of the MSVC++
Dev Studio environment, something that will compile and run under
win32 using the mingw distribution. A class that allows schema
definitions to be made and recordsets to be queried and updated would
be wonderful. It doesn't have to include the kitchen sink!
Simplificity and functionality are the prime desires.
--
% Randy Yates % "...the answer lies within your soul
%% Fuquay-Varina, NC % 'cause no one knows which side
%%% 919-577-9882 % the coin will fall."
%%%% <> % 'Big Wheels', *Out of the Blue*, ELO
http://home.earthlink.net/~yatescr
 
Reply With Quote
 
 
 
 
Victor Bazarov
Guest
Posts: n/a
 
      10-21-2004
"Randy Yates" <> wrote...
> I'm looking for something that is completely independent of the MSVC++
> Dev Studio environment, something that will compile and run under
> win32 using the mingw distribution. A class that allows schema
> definitions to be made and recordsets to be queried and updated would
> be wonderful. It doesn't have to include the kitchen sink!
> Simplificity and functionality are the prime desires.


These things are better discussed in a database programming newsgroup.
I am not trying to chase you away, I just think that there you will
find more information and higher quality of it.

V


 
Reply With Quote
 
 
 
 
Randy Yates
Guest
Posts: n/a
 
      10-21-2004
"Victor Bazarov" <> writes:

> "Randy Yates" <> wrote...
>> I'm looking for something that is completely independent of the MSVC++
>> Dev Studio environment, something that will compile and run under
>> win32 using the mingw distribution. A class that allows schema
>> definitions to be made and recordsets to be queried and updated would
>> be wonderful. It doesn't have to include the kitchen sink!
>> Simplificity and functionality are the prime desires.

>
> These things are better discussed in a database programming newsgroup.
> I am not trying to chase you away, I just think that there you will
> find more information and higher quality of it.


Victor,

I find myself strangely torn between wanting to agree with you
and argue with you. What if I had asked (as previously) for
a good date/time class? Would you want me to go to a "date/time
programming newsgroup"??? What if I went to a database
newsgroup and asked the same question and they said, "These
things are better discussed in a programming group."??? There
is some limit somewhere on the atomicity of topicality.

In any case, got any suggestions on which group?
--
% Randy Yates % "Midnight, on the water...
%% Fuquay-Varina, NC % I saw... the ocean's daughter."
%%% 919-577-9882 % 'Can't Get It Out Of My Head'
%%%% <> % *El Dorado*, Electric Light Orchestra
http://home.earthlink.net/~yatescr
 
Reply With Quote
 
Victor Bazarov
Guest
Posts: n/a
 
      10-21-2004
"Randy Yates" <> wrote...
> "Victor Bazarov" <> writes:
>
>> "Randy Yates" <> wrote...
>>> I'm looking for something that is completely independent of the MSVC++
>>> Dev Studio environment, something that will compile and run under
>>> win32 using the mingw distribution. A class that allows schema
>>> definitions to be made and recordsets to be queried and updated would
>>> be wonderful. It doesn't have to include the kitchen sink!
>>> Simplificity and functionality are the prime desires.

>>
>> These things are better discussed in a database programming newsgroup.
>> I am not trying to chase you away, I just think that there you will
>> find more information and higher quality of it.

>
> Victor,
>
> I find myself strangely torn between wanting to agree with you
> and argue with you. What if I had asked (as previously) for
> a good date/time class? Would you want me to go to a "date/time
> programming newsgroup"???


Don't be ridiculous. Date/time functionality is built into the
standard library. While there _might_ be a better place for it,
discussing getting date/time and/or wrapping it into a class is
absolutely topical here.

> What if I went to a database
> newsgroup and asked the same question


Did you? If you did, what did they say? If you didn't, there is
NOTHING to talk about.

> and they said, "These
> things are better discussed in a programming group."???


What if I had a million dollars? Would I be hanging out here
with you? What if Bin Laden died when he was 6 years old?
Stop playing a fool (unless you're not playing already). I said
"database _programming_ newsgroup". If they, in a database
_programming_ newsgroup suggest going to a _programming_ newsgroup,
you go to comp.programming. Or to Google.

And you know what? I dare you to find a database programming NG
that would refuse to discuss a "good ODBC Database class".

> There
> is some limit somewhere on the atomicity of topicality.


"Atomicity of topicality"? What does that mean? ODBC is NOT
topical here because C++ language Standard makes _no_mention_ of
it *whatsoever*. Atomicity or not.

>
> In any case, got any suggestions on which group?


Nope. I don't do databases, so I don't know of any. Try looking
for 'odbc' in the name, maybe. There is, like, a ton of forums
with "comp.databases" in the name. Why not there?

V


 
Reply With Quote
 
Chris Johnson
Guest
Posts: n/a
 
      10-21-2004
Randy Yates <> wrote:
> Hi Folks,

--8<--[SNIP] --8<--

OTL & DTL are two different C++ libraries that I have found very useful.
One is stream based the other is geared like the STL in concepts of
containers, adapters, and algorithms. Since this is Off-Topic for this
group you can google for more - there are hundreds out there.

--
Chris Johnson
~
~
:wq
 
Reply With Quote
 
Randy Yates
Guest
Posts: n/a
 
      10-21-2004
"Victor Bazarov" <> writes:
> [...]


Did anyone ever tell you you're a jerk?
--
% Randy Yates % "Midnight, on the water...
%% Fuquay-Varina, NC % I saw... the ocean's daughter."
%%% 919-577-9882 % 'Can't Get It Out Of My Head'
%%%% <> % *El Dorado*, Electric Light Orchestra
http://home.earthlink.net/~yatescr
 
Reply With Quote
 
Victor Bazarov
Guest
Posts: n/a
 
      10-21-2004
X-No-archive: yes
Randy Yates wrote:
> "Victor Bazarov" <> writes:
>
>>[...]

>
>
> Did anyone ever tell you you're a jerk?


Actually, no. A moron, yes, IIRC. An asshole, yes,
probably. Some hard to translate Russian epithets, yes,
definitely. A jerk, no.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Database Database Database Database scott93727@gmail.com Computer Information 0 09-27-2012 02:43 AM
DataBase DataBase DataBase DataBase scott93727@gmail.com Computer Information 0 09-26-2012 09:40 AM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0xffc Thread 0x228 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-30-2006 03:16 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 1 03-24-2006 04:20 PM
ERROR [HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x8fc Thread 0x934 DBC 0x437b94 Jet'. ERROR [IM006] [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr bazzer ASP .Net 0 03-24-2006 02:22 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57