Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Databases
»
query and mysql4.1
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
WIKI Timeout issues
Please read here if you have trouble connecting to the wiki
Recent
Garbled web page content ...
by
PeterHu
[
Today
at 05:16:53 am]
SQLite query to Lazarus
by
PierceNg
[
Today
at 03:22:04 am]
[Solved]Retrieving wrong ...
by
PeterHu
[
Today
at 03:19:47 am]
I read this somewhere... ...
by
1HuntnMan
[
Today
at 12:06:28 am]
Fast Canvas Library V1.05...
by
RAW
[July 11, 2025, 11:49:38 pm]
ChatGPT and ObjectPascal ...
by
Fred vS
[July 11, 2025, 09:46:05 pm]
TCustomApplication.DoRun
by
cdbc
[July 11, 2025, 09:31:55 pm]
Searching for current wor...
by
fiscraliger
[July 11, 2025, 09:05:52 pm]
Compare two text lines an...
by
avk
[July 11, 2025, 08:28:04 pm]
Forte Report CE Questions
by
PascalProg
[July 11, 2025, 08:26:14 pm]
Rainbowed Rotating Square...
by
Lulu
[July 11, 2025, 07:22:49 pm]
Fpcupdeluxe
by
Okoba
[July 11, 2025, 06:07:25 pm]
Setting up an ARM embedde...
by
Ruptor
[July 11, 2025, 05:46:01 pm]
controls.lpr(731,15) Erro...
by
Bandy
[July 11, 2025, 05:26:37 pm]
Pascal Conference 2025
by
Jorg3000
[July 11, 2025, 04:17:06 pm]
problem by export and imp...
by
paule32
[July 11, 2025, 04:04:56 pm]
Message
by
Alexandr R
[July 11, 2025, 03:31:31 pm]
Squiggly Filled Trouchet ...
by
Boleeman
[July 11, 2025, 03:07:30 pm]
About Skia graphics engin...
by
loaded
[July 11, 2025, 02:09:30 pm]
My DIY dynamic array occu...
by
Thaddy
[July 11, 2025, 01:57:05 pm]
Math Book for Computer Fa...
by
Thaddy
[July 11, 2025, 12:22:25 pm]
Cirumvent the assignment ...
by
Thaddy
[July 11, 2025, 11:00:20 am]
internal Compiler Error
by
ALLIGATOR
[July 11, 2025, 10:30:07 am]
Debugger regression in La...
by
Martin_fr
[July 11, 2025, 09:46:44 am]
Has anyone installed TeeB...
by
wp
[July 10, 2025, 10:43:30 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: query and mysql4.1 (Read 5780 times)
rodrigo
Guest
query and mysql4.1
«
on:
December 07, 2005, 02:03:13 am »
All times that try query: SELECT sNome,sDescricao FROM SISTEMA WHERE iCodigo, the lazarus return this error: EConvertError with '....e....E..' is an invalid float. How remove this error ? Any Idea ?
Logged
Marc
Administrator
Hero Member
Posts: 2649
RE: query and mysql4.1
«
Reply #1 on:
December 07, 2005, 11:32:05 am »
What it the definition of the SISTEMA table, what is the exact error message ?
Logged
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the
bug tracker
rodrigo
Guest
definition of table SISTEMA
«
Reply #2 on:
December 07, 2005, 12:08:34 pm »
It is definition of table SISTEMA:
iCodigo int autoincremental
sNome varchar(50) not null
sDescricao varchar(100) not null
I use it is query: SELECT sNome,sDescricao FROM SISTEMA WHERE iCodigo=1 and return the error before write.
Any idea of cause of error ? :?:
Logged
matthijs
Hero Member
Posts: 537
RE: definition of table SISTEMA
«
Reply #3 on:
December 07, 2005, 01:14:03 pm »
What client library are you using to connect to the mySQL server? Which components are you using? Remember: The Lazarus SQLdb components only work with mySQL client library 4.0.
Logged
What's in a sig? Would my posting look less if it didnot have a sig? (Free after William S.)
Why cannot I upload my own Avatar?
rodrigo
Guest
in mysqldb
«
Reply #4 on:
December 07, 2005, 01:48:42 pm »
I use mysqlclient4.1.... it may be the problem ? :?:
Logged
matthijs
Hero Member
Posts: 537
RE: in mysqldb
«
Reply #5 on:
December 07, 2005, 05:13:23 pm »
Yes. That will most probably the problem. As I said the SQLdb components only work with mysqlclient4.0
With this client you can also connect to mysql 4.1 servers (and 3.23)
Logged
What's in a sig? Would my posting look less if it didnot have a sig? (Free after William S.)
Why cannot I upload my own Avatar?
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Databases
»
query and mysql4.1
TinyPortal
© 2005-2018