Re: C++, MS Sql Server without ODBC.
Andy Wakefield <[email protected]>
| Newsgroups | gmane.comp.db.tds.freetds |
|---|---|
| Message-ID | <1284422587.1660.11.camel@uwake-laptop> |
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 [email protected] -----Original Message----- From: Gal Rubinstein <[email protected]> Reply-to: FreeTDS Development Group <[email protected]> To: [email protected] 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 [email protected] http://lists.ibiblio.org/mailman/listinfo/freetds