[Lazarus] ODBC with FreeTDS on Ubuntu 8.10

2008-12-24 Thread Diwakoe
Dear all, I'm try to connect into MSSQL from linux using ubuntu - unixodbc - FreeTDS. First connect using FreeTDS via command shell connect well into MSSQL and can execute query from any table. Second is try using odbc connection in lazarus 0.9.26 connect to MSSQL and get error (attached). Is

[Lazarus] Mercurial patches

2008-12-24 Thread Alexander Klenin
On Tue, Dec 23, 2008 at 01:38, Florian Klaempfl flor...@freepascal.org wrote: Alexander Klenin schrieb: Just as a side note: http://florianklaempfl.de:8000/lazarustrunk/ is a mercurial mirror of lazarus. It might help you to maintain your patches. Mercurial works fine on windows as well and

Re: [Lazarus] Mercurial patches

2008-12-24 Thread Florian Klaempfl
Alexander Klenin schrieb: On Tue, Dec 23, 2008 at 01:38, Florian Klaempfl flor...@freepascal.org wrote: Alexander Klenin schrieb: Just as a side note: http://florianklaempfl.de:8000/lazarustrunk/ is a mercurial mirror of lazarus. It might help you to maintain your patches. Mercurial works

Re: [Lazarus] Mercurial patches

2008-12-24 Thread Alexander Klenin
On Wed, Dec 24, 2008 at 19:04, Florian Klaempfl flor...@freepascal.org wrote: Alexander Klenin schrieb: Ok, I installed Mercurial and used it to generated a series of patches (to Object Inspector). Let us see how it goes. I guess what you need are the mercurial queues. Let us know how

Re: [Lazarus] Mercurial patches

2008-12-24 Thread Florian Klaempfl
Alexander Klenin schrieb: On Wed, Dec 24, 2008 at 19:04, Florian Klaempfl flor...@freepascal.org wrote: Alexander Klenin schrieb: Ok, I installed Mercurial and used it to generated a series of patches (to Object Inspector). Let us see how it goes. I guess what you need are the mercurial

Re: [Lazarus] Mercurial patches

2008-12-24 Thread Florian Klaempfl
Florian Klaempfl schrieb: Alexander Klenin schrieb: On Wed, Dec 24, 2008 at 19:04, Florian Klaempfl flor...@freepascal.org wrote: Alexander Klenin schrieb: Ok, I installed Mercurial and used it to generated a series of patches (to Object Inspector). Let us see how it goes. I guess what

Re: [Lazarus] ODBC with FreeTDS on Ubuntu 8.10

2008-12-24 Thread Joost van der Sluis
Op woensdag 24-12-2008 om 15:43 uur [tijdzone +0700], schreef Diwakoe: Dear all, I'm try to connect into MSSQL from linux using ubuntu - unixodbc - FreeTDS. First connect using FreeTDS via command shell connect well into MSSQL and can execute query from any table. Second is try using odbc

[Lazarus] FpGUI Interface - basic TLabel

2008-12-24 Thread Andreas Maier
Hello, last days i've played with implementig (basic) TLabel-support for the fpGUI-Interface. I have now a few basics running. (under Win32, but i will test it under linux x86_64 too). Does it make sence to implement more things for the fpGUI-Interface at the current state of fpgui? Has anyone

Re: [Lazarus] FpGUI Interface - basic TLabel

2008-12-24 Thread Michael Van Canneyt
On Wed, 24 Dec 2008, Andreas Maier wrote: Hello, last days i've played with implementig (basic) TLabel-support for the fpGUI-Interface. I have now a few basics running. (under Win32, but i will test it under linux x86_64 too). Does it make sence to implement more things for the

[Lazarus] ressource compiling

2008-12-24 Thread Benito van der Zander
Hi, I also have a problem with ressource compiling, after updating to the latest svn, although it worked in older versions of 0.9.27. Error: Can't create resource file: U:\programs\system\APIV\cursor.res says the IDE and stops compiling the project, when I write {$R cursor.res} in the source.

Re: [Lazarus] ressource compiling

2008-12-24 Thread Paul Ishenin
Benito van der Zander wrote: Hi, I also have a problem with ressource compiling, after updating to the latest svn, although it worked in older versions of 0.9.27. Error: Can't create resource file: U:\programs\system\APIV\cursor.res says the IDE and stops compiling the project, when I write

[Lazarus] SQLite: How to create lookup fields?

2008-12-24 Thread User
Hi, I have two TSQLite3Dataset components: DatasetSales with the fields: Code, Item, Amount, Price, Vendor DatasetItems with the fields: Code, Description I have a TDBGrid component that shows the data of DatasetSales. I want to make a lookup field associated to the Item DatasetSales field to

[Lazarus] delphi 4 project w/ database support

2008-12-24 Thread Michael Edwards
I am familiar with pascal and I became aware of a project (a mud client called Portal) that I use a fair bit that has been open sourced. It was written using Borland Delphi 4. It has some significant database components and currently uses whatever database borland uses by default (I think). I

[Lazarus] Locate Dataset

2008-12-24 Thread Darmawan Sugiarto
Why I can used function locate at dataset. this my code SQLQuery1.Locate('kd_pic', Edit1.Text,[loCaseInsensitive,loPartialKey]); am I make a mistake? =INTOSOFT ALEXIO CHAOS darmawan_sugia...@yahoo.com Yahoo Messager

Re: [Lazarus] delphi 4 project w/ database support

2008-12-24 Thread Howard Page-Clark
On Wed, 24 Dec 2008 11:38:00 -0500 Michael Edwards miedw...@gmail.com wrote: I am familiar with pascal and I became aware of a project (a mud client called Portal) that I use a fair bit that has been open sourced. It was written using Borland Delphi 4. It has some significant database

Re: [Lazarus] ODBC with FreeTDS on Ubuntu 8.10

2008-12-24 Thread Diwakoe
On Wed, Dec 24, 2008 at 5:08 PM, Joost van der Sluis jo...@cnoc.nl wrote: Op woensdag 24-12-2008 om 15:43 uur [tijdzone +0700], schreef Diwakoe: Dear all, I'm try to connect into MSSQL from linux using ubuntu - unixodbc - FreeTDS. First connect using FreeTDS via command shell connect well

Re: [Lazarus] ressource compiling

2008-12-24 Thread Paul Ishenin
Benito van der Zander wrote: Hi, I also have a problem with ressource compiling, after updating to the latest svn, although it worked in older versions of 0.9.27. Error: Can't create resource file: U:\programs\system\APIV\cursor.res says the IDE and stops compiling the project, when I write