Connecting the DB LIBRARY (SQLDB.H) to sql server 2016(64 BIT)

  • We are having an application(VC++ windows service) ,which connects to SQL server through DB-Library(sqldb.h).This is mainly a 32 bit library but it is important to know as to whether it has any problems connecting to 64 bit sql server Instance(2016).

  • r_d_d_06 - Monday, May 21, 2018 7:46 AM

    We are having an application(VC++ windows service) ,which connects to SQL server through DB-Library(sqldb.h).This is mainly a 32 bit library but it is important to know as to whether it has any problems connecting to 64 bit sql server Instance(2016).

    Connectivity to SQL Server is usually via the SQL Native Client software.   I'm not aware of any benefit to doing otherwise, and as I'm not familiar with what the DB Library provides, I have nothing to go on.   Perhaps the library includes a way to install SQL Native Client as part of installing any application you develop?

    Steve (aka sgmunson) 🙂 🙂 🙂
    Rent Servers for Income (picks and shovels strategy)

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply