[Lazarus] Accessing MS SQLServer database from Lazarus/FPC?
Bo Berglund
bo.berglund at gmail.com
Tue Jan 18 23:34:10 CET 2011
On Tue, 18 Jan 2011 21:36:59 +0000, Henry Vermaak
<henry.vermaak at gmail.com> wrote:
>> Here is stated the following:
>> "The SQLdb package contains FPC units to access a number of SQL
>> databases. It is "packaged" as sqldblaz.lpk in Lazarus, and the
>> components can be found on the "SQLdb" tab. "
>>
>> But in my new Lazarus built from the SVN 0_9_30_fixes branch there
>> simply is no such tab....
>
>If you build using make bigide, it will get included. You can install
>it by going to install/uninstall packages under the package menu.
>
I have built Lazarus using these commands in a batch file (on
Windows):
set PATH=C:\Programs\fpc\2.4.2\bin\i386-win32
make.exe clean all
Do you mean that I should do this instead:
set PATH=C:\Programs\fpc\2.4.2\bin\i386-win32
make.exe bigide
I am not very used to this way of working so I made the batch file
some time ago to make sure the correct FPC and command was used.
--
Bo Berglund
Developer in Sweden
More information about the Lazarus
mailing list