Results 1 to 2 of 2

Thread: sqlfront.h and sqldb.h

  1. #1
    Marc Gilbert Guest

    sqlfront.h and sqldb.h

    Hi!
    I`m trying to write some C based DB Library code to do some simple retrieval and addition of data to an SQL Server database. I am being told by my compiler (MS Visual C++) that it cannot find the header files sqlfront.h and sqldb.h, both of which are essential for the code to execute. These files are supposed to be included in the SQL Server package, but I can`t seem to find them anywhere. Anyone know where they are or where I can get hold of them.
    Cheers, Marc

  2. #2
    steve power Guest

    sqlfront.h and sqldb.h (reply)

    Marc,

    if you go to http://backoffice.microsoft.com/downtrial/moreinfo/sqlutili.asp look for the developers resource kit . I will install in a directory called MSSQLDBLIBINCLUDE

    steve power


    On 8/14/98 4:14:14 AM, Marc Gilbert wrote:
    > Hi!
    I`m trying to write some C based DB Library code to do some simple
    > retrieval and addition of data to an SQL Server database. I am being told
    > by my compiler (MS Visual C++) that it cannot find the header files
    > sqlfront.h and sqldb.h, both of which are essential for the code to
    > execute. These files are supposed to be included in the SQL Server package,
    > but I can`t seem to find them anywhere. Anyone know where they are or where
    > I can get hold of them.
    Cheers, Marc

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •