[lazarus] lazarus debuging???

Michael.VanCanneyt at Wisa.be Michael.VanCanneyt at Wisa.be
Mon Dec 23 03:34:44 EST 2002




On Mon, 23 Dec 2002 matooo at email.si wrote:

>
> m.
>
> P.S. what's with datasource and db. Since M$ seems to be buying Borland, I need
> Lazarus urgently in more finished base. So if no one has done yet I'll be
> available in about two weeks, but I think there is a better way to do it than
> Borland did it.

Basic TDataset/TDataSource is functioning. TDataset decsendents exist for
Mysql,Interbase and DBase; Oracle,PostGreSQL and ODBC should be easy to
add as well as we have 'plain' interfaces for them.

The code is tested - rudely. I would be very happy if you could do
stress-testing and communicate with me so we can fix or improve
things if needed.

I've started a design based on TDatabase/TTransaction/TQuery, but I haven't
been able to finish that yet. I hope to start this in a month or two.

Also, I recently found an open source alternative to MIDAS (HyperBase) -
and this is a gem which still needs including. Meaning that a TClientDataset
descendent of TDataset should be written.

As for a 'better way' than Borland did it: As long as you don't break
compatibility, please. But there is tons of DB-aware code out there
(just search Torry's pages or DSP) and it would be a shame not to be
able to use it by breaking compatibility.

Plenty of work, just take a pick. :-)

Michael.






More information about the Lazarus mailing list