Skip to Content.
Sympa Menu

freetds - Re: [freetds] bcp API usage

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT freetds.org>
  • To: FreeTDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: Re: [freetds] bcp API usage
  • Date: Wed, 6 Aug 2008 09:36:54 -0400

dana2 wrote:
> I'm migrating from Windows to Linux
> and would like to continue to use db lib bcp API with FreeTDS for bulk
> inserts into SQL Server 2008.
> Which header file should I include (ssqldb.h,sybdb.h or some other
> file) since there is no odbcss.h?
> With which library should I link?

The only place I can think of where this is documented is by-the-way in
the UG:

http://www.freetds.org/userguide/samplecode.htm

Files Required to Build the Sample Code

sybfront.h
sybdb.h
libsybdb.a or libsybdb.so

HTH. You mention odbcss.h, which is an ODBC header file. BCP is not
supported in the FreeTDS ODBC driver.

--jkl




Archive powered by MHonArc 2.6.24.

Top of Page