Skip to Content.
Sympa Menu

freetds - Re: [freetds] C++, MS Sql Server without ODBC.

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Andy Wakefield <a_wake AT earthlink.net>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] C++, MS Sql Server without ODBC.
  • Date: Mon, 13 Sep 2010 20:03:07 -0400

I will start the conversation on this question -- by asking you some
questions!

What operating system are you using?
What C++ compiler are you using?

If you are using gcc on a Linux system, the procedure is as follows: 1)
Build the FreeTDS libraries using config/make/make install. 2) Write
your program, #including the proper header files from the FreeTDS
library and calling the appropriate routines. 3) Compile and link your
program, making sure to include the appropriate FreeTDS libraries in the
linking step.

If you are a newbie with C++, and/or not a Linux user, some or all of
the above will probably make very little sense -- in which case, your
first step probably needs to be working through some tutorials. I think
there are several on the Internet -- do a search on "gcc tutorial" or
some such.

If you are using something other than gcc / Linux, the steps will still
be basically the same as the above; hopefully someone else will chime in
with the details.

Andy Wakefield
a_wake AT earthlink.net

-----Original Message-----
From: Gal Rubinstein <galrub AT gmail.com>
Reply-to: FreeTDS Development Group <freetds AT lists.ibiblio.org>
To: freetds AT lists.ibiblio.org
Subject: [freetds] C++, MS Sql Server without ODBC.
Date: Mon, 13 Sep 2010 17:56:26 +0200


Hello all,

this question was probably asked in this mailing list before, but, due
to language barriers on my side,
I cannot understand how exactly can I use FreeTDS to connect to SQL
Server (Microsoft) without odbc?

can anyone point me to/explain to me how do that?

Thank you in advance.

PS: yes, I'm quite a novice in C++.
_______________________________________________
FreeTDS mailing list
FreeTDS AT lists.ibiblio.org
http://lists.ibiblio.org/mailman/listinfo/freetds




Archive powered by MHonArc 2.6.24.

Top of Page