<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Joost van der Sluis wrote:
<blockquote cite="mid:1228298845.23038.1.camel@wsjoost" type="cite">
  <pre wrap="">Op woensdag 03-12-2008 om 09:40 uur [tijdzone +1030], schreef Eric
March:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">  
      </pre>
    </blockquote>
    <pre wrap="">I have set the connection in MySQL50Connection1to SQLTransaction1
As you point out I still can't set the transaction to True, so I leave
it False.

Now when I set SQLQuery1 to True I get an error
".e...e" is an invalid float
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Ok, that's not good. The mysql-client which you are using is version
5.0. What is the server version? And which fpc-version did you use?
Maybe you could try with a fpc version 2.2.3 snapshot. And are you on 64
or 32 bit?

Joost.

  </pre>
</blockquote>
Details below:<br>
MYSQL Server version = 5.0<br>
fpc version 2.2<br>
Linux Ubuntu 64 bit  Kernel 2.6<br>
Eric<br>
<br>
<br>
Server version<br>
ejm@peregrine:~$ dpkg -l |grep mysql<br>
ii  libdbd-mysql-perl                         
4.005-1                                  A Perl5 database interface to
the MySQL data<br>
ii  libmysqlclient15-dev                      
5.0.51a-3ubuntu5.4                       MySQL database development
files<br>
ii  libmysqlclient15off                       
5.0.51a-3ubuntu5.4                       MySQL database client library<br>
ii  mysql-client-5.0                          
5.0.51a-3ubuntu5.3                       MySQL database client binaries<br>
ii  mysql-common                              
5.0.51a-3ubuntu5.4                       MySQL database common files<br>
ii  mysql-server                              
5.0.51a-3ubuntu5.3                       MySQL database server (meta
package dependin<br>
ii  mysql-server-5.0                          
5.0.51a-3ubuntu5.3                       MySQL database server binaries<br>
ii  php5-mysql                                
5.2.4-2ubuntu5.3                         MySQL module for php5<br>
ejm@peregrine:~$ <br>
<br>
<br>
fpc-version  2.2 see below<br>
root@peregrine:~# fpc -i<br>
Free Pascal Compiler version 2.2.0<br>
<br>
Compiler Date      : 2008/04/01<br>
Compiler CPU Target: x86_64<br>
<br>
Supported targets:<br>
  Linux for x86-64<br>
  FreeBSD for x86-64<br>
  Win64 for x64<br>
<br>
Supported CPU instruction sets:<br>
  ATHLON64<br>
<br>
Supported FPU instruction sets:<br>
  SOFT<br>
  SSE64<br>
<br>
Supported Optimizations:<br>
  REGVAR<br>
  STACKFRAME<br>
  LOOPUNROLL<br>
  TAILREC<br>
<br>
This program comes under the GNU General Public Licence<br>
For more information read COPYING.FPC<br>
<br>
Report bugs,suggestions etc to:<br>
                 <a class="moz-txt-link-abbreviated" href="mailto:bugs@freepascal.org">bugs@freepascal.org</a><br>
root@peregrine:~# <br>
<br>
<br>
<br>
OS Version<br>
root@peregrine:~# uname -a<br>
Linux peregrine 2.6.24-19-generic #1 SMP Wed Aug 20 17:53:40 UTC 2008
x86_64 GNU/Linux<br>
root@peregrine:~# <br>
<br>
</body>
</html>