Hi all,
i have some fixes/additions:
- With the patch in the attached dataset.inc.diff(2) tdataset now posts
changes before scrolling to another record (ie first, next etc.) like
Delphi does.
- In interbase.pp.diff(2) the ExecuteDirect method is added to TIBDatabase
And further i've implemented
I'm not sure if this is a TDbf issue, or an FPC db issue, so I'm posting
both places. I'm using CVS of FPC from about 1 hour ago.
Basically, whatever I do, if I try to set the "IndexName" or
"IndexFieldNames" property of the TDbf I get an access violation.
Here's a sample:
var
MyDbf: TDbf;
b
On Fri, 23 Jul 2004 19:34:16 +0300, Rimgaudas Laucius wrote
Hi
> i tried to view integer variable value in binary mode using gdb
> (5.2.1, windows, fpc1010 ) command "p /t i". But it shows nothing.
> Does anyone else come across this issue or i am doing something wrong?
You need to change all
On Monday 02 August 2004 09:17, Michael Van Canneyt wrote:
> On Sun, 1 Aug 2004, Christian Iversen wrote:
> > The following patch is tested, although only on linux. It supports the
> > (at least for me :) long-awaited LIBPREFIX/SUFFIX support. It also cleans
> > up scanner.pas a bit, by renaming so
On Sun, 1 Aug 2004, Christian Iversen wrote:
>
> The following patch is tested, although only on linux. It supports the (at
> least for me :) long-awaited LIBPREFIX/SUFFIX support. It also cleans up
> scanner.pas a bit, by renaming some "turbo_scannerdirectives" and
> "directive_turbo" to "commo