Michael Van Canneyt wrote:

FPC has a TBufDataset which is also very suitable for creating an in-memory dataset, as it handles all bufffer management for you.

Michael.

This is exactly what I was looking for!!! It also then is used in TSQLQuery, which is exactly what I am looking to do to, using dbExpress as the data source. If I can get this working, it may be pretty easy to convert dbExpress Plus for Lazarus use, which would open up DB capability in a big way.

Running into a problem. There are several places in the code that a ^pchar is being referred to as
an array

TArrayBuffers = ^pchar

FBBuffers : TArrayBuffers;

FBBuffers[i]

Delphi 7 doesn't like this at all and comes back with Array Type required error. I suck when in comes to pointers which is why I like OP so much, so any help would be appreciated.

--
Thomas Miller
Chrome Portal Project Manager
Wash DC Delphi SIG Chairperson
Delphi Client/Server Certified Developer
BSS Accounting & Distribution Software
BSS Enterprise Accounting FrameWork

http://www.bss-software.com
http://www.cpcug.org/user/delphi/index.html
http://sourceforge.net/projects/chromeportal/
http://sourceforge.net/projects/uopl/
http://sourceforge.net/projects/dbexpressplus

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to