Recent

Author Topic: Whats ADODB in Lazarus? <solved>  (Read 21245 times)

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Whats ADODB in Lazarus? <solved>
« on: October 08, 2010, 01:25:54 pm »
uses ADODB in delphi
Whats in Lazarus?

Because I get error on the lines;
TDBClass = class
  private
    // a data set to mantain all templates of database
    dsTemplates: TADODataSet; //ERROR on this because no ADODB
    // the connection object
    connection: TADOConnection;

« Last Edit: February 18, 2011, 06:35:18 am by xenablaise »

michaelthuma

  • New Member
  • *
  • Posts: 49
Re: Whats ADODB in Lazarus?
« Reply #1 on: October 08, 2010, 03:17:49 pm »
You have the integrated SQLDB or ZEOS at least ... (both open source). Going via ODBC comes close...

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: Whats ADODB in Lazarus?
« Reply #2 on: October 08, 2010, 04:04:39 pm »
Ok;

So whats TADODataSet in SQLDB?

garlar27

  • Hero Member
  • *****
  • Posts: 652
Re: Whats ADODB in Lazarus?
« Reply #3 on: October 08, 2010, 04:51:19 pm »
AFAIK there's no TADODataSet in SQLDB. I don't know if someone has ported ADO to FPC/Lazarus...

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11382
  • FPC developer.
Re: Whats ADODB in Lazarus?
« Reply #4 on: October 08, 2010, 05:39:45 pm »
There is no adodataset etc.


Zeos supports ADO on Delphi without using the tADO* components (via directly interfacing oledb). I've started the conversion of oledb, and will probably finish it in a couple of weeks.

Then testing of ADO with Zeos/FPC on win32 (64?) can start.

xenblaise

  • Sr. Member
  • ****
  • Posts: 358
Re: Whats ADODB in Lazarus?
« Reply #5 on: October 08, 2010, 07:27:08 pm »
I'll try to research more.
Next? to ask about lazarus, on the other forum pages.

Thank you very much
 8-)

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
Re: Whats ADODB in Lazarus?
« Reply #6 on: October 09, 2010, 05:03:01 am »
Depending on which database your are trying to access you can use other components.

bertherngreen

  • New Member
  • *
  • Posts: 13
Re: Whats ADODB in Lazarus?
« Reply #7 on: February 16, 2011, 10:08:30 pm »
Zeos supports ADO on Delphi without using the tADO* components (via directly interfacing oledb). I've started the conversion of oledb, and will probably finish it in a couple of weeks.

Then testing of ADO with Zeos/FPC on win32 (64?) can start.

Is some testing already possible? Or is this work abandoned?

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 11382
  • FPC developer.
Re: Whats ADODB in Lazarus?
« Reply #8 on: February 18, 2011, 12:26:49 pm »
Zeos supports ADO on Delphi without using the tADO* components (via directly interfacing oledb). I've started the conversion of oledb, and will probably finish it in a couple of weeks.

Then testing of ADO with Zeos/FPC on win32 (64?) can start.

Is some testing already possible? Or is this work abandoned?

On the backburner, yes.  The project I needed it for changed to postgresql.

 

TinyPortal © 2005-2018