[fpc-pascal]Creating database with SQLiteDataset

Michael Van Canneyt michael.vancanneyt at wisa.be
Mon Mar 22 11:20:52 CET 2004


On Mon, 22 Mar 2004, Milos Pejovic wrote:

> Hi all,
>
> I was trying to adapt TDbf table creation demo to SQLiteDataset, but I
> get this error:
>
> An unhandled exception occurred at 0x080557E4 :
> EDatabaseError :  : Dataset is read-only.
>   0x080557E4
>   0x00000050
>
> I have no idea how to put the DataSet in read/write mode...

The SQLIte dataset is read-only, it cannot be put in read/write mode.

Michael.




More information about the fpc-pascal mailing list