Re: [fpc-pascal]Creating database with SQLiteDataset

2004-03-23 Thread Michael . VanCanneyt
On Tue, 23 Mar 2004, Milos Pejovic wrote: > Michael Van Canneyt wrote: > > >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 0x08055

Re: [fpc-pascal]Creating database with SQLiteDataset

2004-03-23 Thread Milos Pejovic
Michael Van Canneyt wrote: 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 0x0050 I have no idea

Re: [fpc-pascal]Creating database with SQLiteDataset

2004-03-22 Thread Michael Van Canneyt
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 > 0x0050 > > I have no idea how to