Recent

Author Topic: (Lazarus + database)? for win and mac os  (Read 8272 times)

ahmed

  • Newbie
  • Posts: 4
(Lazarus + database)? for win and mac os
« on: March 15, 2007, 02:00:04 pm »
I'm a beginner with Lazarus. I want develope a new application for mac os and windows. Wich type of database can I use ?.

there is another solution ?

Please help me!

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
RE: (Lazarus + bdd)? for win and mac os
« Reply #1 on: March 15, 2007, 02:32:06 pm »
What is a bdd?

ahmed

  • Newbie
  • Posts: 4
Re: RE: (Lazarus + bdd)? for win and mac os
« Reply #2 on: March 15, 2007, 04:25:45 pm »
Quote from: "sekel"
What is a bdd?


Exuse me but bd ? database compatible windows and mac for my application

Thank's

krsears

  • New Member
  • *
  • Posts: 19
RE: Re: RE: (Lazarus + bdd)? for win and mac os
« Reply #3 on: March 16, 2007, 05:08:09 am »
Effectively you can use any database for which you have a valid ODBC setup under Windows.  Recommended are the normal: MS-Access, MS SQL-Server, Firebird/Interbase, MySQL, Oracle.  The MacOS situation is a bit more restrictive in that you cannot use the two Microsoft Databases.  Make sure that you install the SQLdb package into Lazarus.

Kendall

felipemdc

  • Administrator
  • Hero Member
  • *
  • Posts: 3538
RE: Re: RE: (Lazarus + bdd)? for win and mac os
« Reply #4 on: March 16, 2007, 05:48:50 am »
Database tutorials are here:

http://wiki.lazarus.freepascal.org/Lazarus_Database_Tutorial

About choosing a database, it´s a question of evaluating the pros and cons of the different dbs, and of course the specifications of your particular project mather for this.

Personally I like sqlite, but that´s just personal preference.

ahmed

  • Newbie
  • Posts: 4
Re: RE: Re: RE: (Lazarus + bdd)? for win and mac os
« Reply #5 on: March 17, 2007, 10:45:41 am »
Quote from: "sekel"
Database tutorials are here:

http://wiki.lazarus.freepascal.org/Lazarus_Database_Tutorial

About choosing a database, it´s a question of evaluating the pros and cons of the different dbs, and of course the specifications of your particular project mather for this.

Personally I like sqlite, but that´s just personal preference.



Thank's for your help;
but the sqlite can't support the arabic language. Because our application manipualte several languges, among them there is the arabic language. So is there any idea to use the arabic language with sqlite Or there are another databases can support the arabic language!!.

thank's

LuizAmérico

  • Sr. Member
  • ****
  • Posts: 457
RE: Re: RE: Re: RE: (Lazarus + bdd)? for win and mac os
« Reply #6 on: March 17, 2007, 09:52:47 pm »
TSqliteDataset supports UTF8 encoded strings (The lazarus default). It will not work only if you use UTF16 (WideString) encoded strings.

PS: to use unicode under win32 is needed to compile with special parameter

 

TinyPortal © 2005-2018