Subj : Re: odbcinst.h doesn't link: SQLConfigDataSource To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Wed Jul 14 2004 03:08 pm > I cannot get odbcinst.h to link. odbcinst.h is a header file used by the compiler. The linker does not use it. > [Linker Error] Unresolved external 'SQLConfigDataSource' The message is clear, you have not included anything in the project which provides that symbol. Add the import library which supplies the references for the library to the file. I don't have BC++ mounted but the library name is probably similar for your machine, odbccp32.lib .. Ed > Luis M wrote in message > news:40f56649@newsgroups.borland.com... > > I cannot get odbcinst.h to link. > > error: > [Linker Error] Unresolved external 'SQLConfigDataSource' > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odbc/htm/odbcsqlconfigdatasource.asp .