Forum > Databases
dblib.dll
Zath:
My attempts at creating a MS SQL connection or ODBC connection keep failing sayin I need dblib.dll.
I have now managed to find it.
Excuse my ignorance but what do I do with it now ?
I'm using v1.0.8
FPC2.62
SVN 40573
i386-win32-win32/win64
Thank you.
Lacak2:
dblib.dll is needed only for TMSSQLConnection
(for TODBCConnection you do not need it)
Just put this dll into your application directory.
(where is your compiled EXE)
Zath:
--- Quote from: Lacak2 on April 04, 2013, 07:15:27 am ---dblib.dll is needed only for TMSSQLConnection
(for TODBCConnection you do not need it)
Just put this dll into your application directory.
(where is your compiled EXE)
--- End quote ---
Thanks but it still fails.
BigChimp:
No idea what you mean by "it" or "fails"
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
Zath:
--- Quote from: BigChimp on April 06, 2013, 07:32:42 am ---No idea what you mean by "it" or "fails"
http://wiki.lazarus.freepascal.org/Lazarus_Faq#What_is_the_correct_way_to_ask_questions_in_the_forum.3F
--- End quote ---
If I create a basic form with an MSSQL connection component on it, populate it's settings for the database, leave Connected as false, it compiles as a blank form. Fine.
If I then try and compile it with the MSSQL component Connection property set to true, it says it can't find the dll it needs.
Here's a screenshot.
Navigation
[0] Message Index
[#] Next page