[Lazarus] Accessing MS SQLServer database from Lazarus/FPC?

Vincent Snijders vincent.snijders at gmail.com
Sun Jan 23 21:22:06 CET 2011


2011/1/23 Bo Berglund <bo.berglund at gmail.com>:
 Now I have rebuilt Lazarus with the changed sqldb.pp file in place in
> the FPC sources. I used the Lazarus function to build itself.
> But the code still rejects the EXEC verb with the same error message
> as before.
> I have probably not succeeded to make lazarus use the modified
> sqldb.pp source file....

That is correct, you have to build the fpc units separately first.
When compiling in Lazarus, Lazarus doesn't use the fpc source
directly, but only the compiled sqldb.ppu and sqldb.o

Vincent




More information about the Lazarus mailing list