[Lazarus] TSQLQuery Error Database not assigned.

2012-12-26 Thread Giuliano Colla
I'm trying to familiarize with MySql components, using mysql 5.1. I downloaded the TryMySql example linked from the Wiki page, I've changed TMySQL50Connection to TMySQL51Connection, and set in SQLQuery ParseSQL=False and ReadOnly=true, as suggested, but when I try to run it, the connect to

Re: [Lazarus] TSQLQuery Error Database not assigned.

2012-12-26 Thread Michael Van Canneyt
On Wed, 26 Dec 2012, Giuliano Colla wrote: I'm trying to familiarize with MySql components, using mysql 5.1. I downloaded the TryMySql example linked from the Wiki page, I've changed TMySQL50Connection to TMySQL51Connection, and set in SQLQuery ParseSQL=False and ReadOnly=true, as

Re: [Lazarus] TSQLQuery Error Database not assigned.

2012-12-26 Thread William Oliveira Ferreira
Another point is add a transaction on your project and assign it to sqlconnection... At least, i never connected without a transaction Em 26/12/2012 12:37, Michael Van Canneyt mich...@freepascal.org escreveu: On Wed, 26 Dec 2012, Giuliano Colla wrote: I'm trying to familiarize with

Re: [Lazarus] TSQLQuery Error Database not assigned.

2012-12-26 Thread Giuliano Colla
Il 26/12/2012 15:53, William Oliveira Ferreira ha scritto: Another point is add a transaction on your project and assign it to sqlconnection... At least, i never connected without a transaction Did you set SQLQuery1.Database:=MySQLConnection1; ? Also 'Show databases' will - to

[Lazarus] Snapshot links not working

2012-12-26 Thread Sven Barth
are the following: ftp://newwiki.freepascal.org/pub/lazarus/snapshots/lazarus-1.1-39654-20121226-src.zip The mirror sites do work tough. Regards, Sven PS: Is there a reason that the Lazarus fixes snapshot is still called 1.0.3 when 1.0.4 is already released

Re: [Lazarus] Snapshot links not working

2012-12-26 Thread silvioprog
/lazarus/ Any of the provided targets ends with server not found. The links I get are the following: ftp://newwiki.freepascal.org/** pub/lazarus/snapshots/lazarus-**1.1-39654-20121226-src.zipftp://newwiki.freepascal.org/pub/lazarus/snapshots/lazarus-1.1-39654-20121226-src.zip The mirror sites

Re: [Lazarus] Snapshot links not working

2012-12-26 Thread Vincent Snijders
/test/lazarus/ Any of the provided targets ends with server not found. The links I get are the following: ftp://newwiki.freepascal.org/pub/lazarus/snapshots/lazarus-1.1-39654-20121226-src.zip Fixed Vincent -- ___ Lazarus mailing list Lazarus

[Lazarus] File|Close (ctrl-F4) saves WITHOUT confirm ...

2012-12-26 Thread Alejandro Gonzalo
even when Tools|Options|Environment|Desktop|AutoSave|Ask is checked.   Please fix for 1.0.6.  Please never save without confirm.  Thank you.   A. G. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org

Re: [Lazarus] File|Close (ctrl-F4) saves WITHOUT confirm ...

2012-12-26 Thread Mattias Gaertner
On Wed, 26 Dec 2012 13:10:05 -0800 (PST) Alejandro Gonzalo parkingspac...@yahoo.com wrote: even when Tools|Options|Environment|Desktop|AutoSave|Ask is checked.   Please fix for 1.0.6.  Please never save without confirm.  Thank you. Here it asks for confirmation. How to reproduce the bug?