Forum > Database

Is TCSVDataSet fixed?

<< < (3/4) > >>

wp:
Michael already fixed it.

PascalDragon:

--- Quote from: wp on March 01, 2022, 01:40:28 pm ---Michael already fixed it.

--- End quote ---

Even better. :)

egsuh:
Is there anything more than adding following line to csvdataset.pp file to fix this?

FreeAndNil(FBuilder);

I opened csvdataset.pp file, added the above line (and commented out sqldb from uses clause), and built file and then compiled and ran my previous application but the problem still exists.

dsiders:

--- Quote from: egsuh on March 02, 2022, 03:52:38 am ---Is there anything more than adding following line to csvdataset.pp file to fix this?

FreeAndNil(FBuilder);

I opened csvdataset.pp file, added the above line (and commented out sqldb from uses clause), and built file and then compiled and ran my previous application but the problem still exists.

--- End quote ---

There were 2 commits:

https://gitlab.com/freepascal.org/fpc/source/-/commit/21326cfb9ab8b66889c9620ea99a14f435b58d5d
https://gitlab.com/freepascal.org/fpc/source/-/commit/56acf11ec227af677531fc5950a7a28420746467

PascalDragon:

--- Quote from: egsuh on March 02, 2022, 03:52:38 am ---I opened csvdataset.pp file, added the above line (and commented out sqldb from uses clause), and built file and then compiled and ran my previous application but the problem still exists.

--- End quote ---

How did you build the file? Did you copy it to your own project or did you make sure that the PPU that is provided either with Lazarus (on Windows) or with the FPC installer was updated?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version