Subj : Re: Tlink problem: bmdblib.lib - Borland C++ To : borland.public.cpp.borlandcpp From : Bob Gonder Date : Mon Jun 07 2004 10:29 am Ed Mulroy [TeamB] wrote: >> Currently i am working on my MS SQL 7 database >> apps project using my old compiler Borland C++3.1. > >Is your program is a DOS program or a 16 bit Windows one? > >Is bmdblib.lib a static library, one which contains object files or >an import library, one which contains references to a DLL which >is where the functions and their code are located? Did a search on MSDN for BMDBLIB. One hit: Bmdblib.lib Borland medium-model DB-Library static library for MS-DOS. >> Turbo Link Version 5.1 Copyright (c) 1992 Borland International >> Error: Undefined symbol GETNODE in library file >> c:\bc31\lib\bmdblib.lib in module DBEXTERN. The library is expecting to have GETNODE available somewhere in either your code, or the system code. As it is a MS product, perhaps the MS TechNet would be a better place to ask....(from MSDN:) http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dblibc/dbc_pdc00b_17hq.asp?frame=true "Information about DB-Library for C and Microsoft® SQL Server™ is available from the following sources, as well as from the Microsoft Development Library and Microsoft TechNet." .