Recent

Author Topic: What Database is "friend" of lazarus?  (Read 7168 times)

Lord_ZealoN

  • Full Member
  • ***
  • Posts: 141
    • http://lordzealon.com
What Database is "friend" of lazarus?
« on: June 07, 2006, 09:00:04 am »
Well, i want to start my first project in Lazarus

I'm thinking in the database model, and have doubts. I tought in Oracle10XE, but is a big RDBMS for a "small" project.

What do you think about this? A DDBB thath understand good with Lazarus without any problems or runtime installations?

jrmarino

  • New Member
  • *
  • Posts: 24
RE: What Database is "friend" of lazarus?
« Reply #1 on: June 07, 2006, 10:31:27 am »
If you visit the "home" page of this website, I wrote an article documenting the existance of "Pascal Data Objects" which allows Delphi and Free Pascal to use the latest versions of mysql using native library calls and supporting their newer features like prepared statements, triggers, column bindings, etc.  It's written generically, but currently only MySQL 4.0, 4.1, and 5.0 are supported.

I use it commercially on both unix and windows, and mysql is fine for small projects.  I'm not going to say it's the best "friend" of lazarus, but it's what I created because I wasn't happy with any of the available options and I'm thrilled with it.

RudieD

  • Full Member
  • ***
  • Posts: 234
The FRED Trainer. (Training FRED with Lazarus/FPC)

Lord_ZealoN

  • Full Member
  • ***
  • Posts: 141
    • http://lordzealon.com
RE: What Database is "friend" of lazarus?
« Reply #3 on: June 07, 2006, 08:56:31 pm »
I will try, but i'm looking Firebird (i loved interbase)

christophe_D

  • New Member
  • *
  • Posts: 20
What Database is "friend" of lazarus?
« Reply #4 on: June 07, 2006, 11:34:25 pm »
there is also MylittleBase i used for my project the unit work with Lazarus (and delphi) without any probleme under win or linux you can found it here http://mylittlebase.free.fr/

only the probleme with it , you can have index

bee

  • Guest
What Database is "friend" of lazarus?
« Reply #5 on: June 08, 2006, 07:06:43 am »
I recommend you to use Firebird. I've been using it with Lazarus for some of my applications without problems, utilizing sqlDB components as the connector component. Firebird is also available on embedded mode, so you can use it for local database and then you can expand it to a real remote database if required without changing anything in the application code.

-Bee-

Lord_ZealoN

  • Full Member
  • ***
  • Posts: 141
    • http://lordzealon.com
What Database is "friend" of lazarus?
« Reply #6 on: June 08, 2006, 07:46:51 am »
OMG, embebbed mode..This is new?

RudieD

  • Full Member
  • ***
  • Posts: 234
What Database is "friend" of lazarus?
« Reply #7 on: June 08, 2006, 06:31:35 pm »
Yip, single dll to ship with your app. No other installations (drivers ens.) required. The Driver dll IS the DB server. Love It !
The FRED Trainer. (Training FRED with Lazarus/FPC)

 

TinyPortal © 2005-2018