Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Databases
»
[SOLVED] TDBMemo basic usage not works in runtime (MySQL)
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
Recent
FPC Unleashed (inline var...
by
Thaddy
[
Today
at 10:17:10 am]
GDB 17 for Windows
by
Martin_fr
[
Today
at 10:05:07 am]
[New Component] ExtTabCtr...
by
ovidio
[
Today
at 09:30:15 am]
Very rough version of a s...
by
hedgehog
[
Today
at 08:24:00 am]
Release ray4laz 6.0
by
Guva
[
Today
at 07:45:39 am]
Lazarus Main and Gnome/Wa...
by
dbannon
[
Today
at 04:54:01 am]
Splitting Picture into Qu...
by
ADMGNS
[June 06, 2026, 10:44:04 pm]
water filling simulation
by
ADMGNS
[June 06, 2026, 09:54:50 pm]
Array of structure -> str...
by
Seenkao
[June 06, 2026, 09:44:44 pm]
Portable verion of FPC an...
by
backprop
[June 06, 2026, 08:40:34 pm]
TStringGrid Question
by
J-G
[June 06, 2026, 08:05:52 pm]
Benchmark: converting arr...
by
LemonParty
[June 06, 2026, 03:25:25 pm]
Read/Parse PDB file to ge...
by
marcov
[June 06, 2026, 02:48:12 pm]
[SOVLED]Curved text in La...
by
paweld
[June 06, 2026, 11:00:52 am]
Fast Canvas Library V1.05...
by
microxa
[June 06, 2026, 07:03:07 am]
"Identifier idents no mem...
by
Thaddy
[June 06, 2026, 05:43:52 am]
[SOLVED] TPrintDialog Pro...
by
spuds
[June 06, 2026, 01:30:20 am]
TPairsplitter could be be...
by
jamie
[June 06, 2026, 12:36:34 am]
FloatToStr issue
by
J-G
[June 06, 2026, 12:06:38 am]
Pascal for AI Agent CLI T...
by
Martin_fr
[June 05, 2026, 08:01:11 pm]
storing assets for releas...
by
flowCRANE
[June 05, 2026, 07:30:13 pm]
Benchmark aligned vs unal...
by
LeP
[June 05, 2026, 06:33:08 pm]
TstringGrid read cell col...
by
hedgehog
[June 05, 2026, 06:29:11 pm]
Range checks and `Move` o...
by
ASerge
[June 05, 2026, 05:17:19 pm]
Why is var after type in ...
by
Warfley
[June 05, 2026, 02:36:17 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: [SOLVED] TDBMemo basic usage not works in runtime (MySQL) (Read 2228 times)
tsr
New Member
Posts: 21
[SOLVED] TDBMemo basic usage not works in runtime (MySQL)
«
on:
January 27, 2016, 12:24:03 am »
Hi,
I've created very basic form with TDBGrid and TDBMemo on it. I have connection to database and working the DBGrid.
TDBMemo.DataField is setted to proper name of my MySQL field (datatype of this field is TEXT).
It doesn't display anything in "Runtime" but displaying content on "Designtime" (if connection is active).
What could be wrong?
«
Last Edit: January 28, 2016, 10:34:41 pm by tsr
»
Logged
Ubuntu 64bit
Jurassic Pork
Hero Member
Posts: 1290
Re: TDBMemo basic usage not works in runtime (MySQL)
«
Reply #1 on:
January 27, 2016, 01:56:17 am »
Hello,
what are the database components used (data control,data access , zeos or sqldb) ? What is the type of database (mySQL ?) ?
Are you doing something on FormCreate event ?
Friendly J.P
Logged
Jurassic computer : Sinclair ZX81 - Zilog Z80A à 3,25 MHz - RAM 1 Ko - ROM 8 Ko
tsr
New Member
Posts: 21
Re: TDBMemo basic usage not works in runtime (MySQL)
«
Reply #2 on:
January 27, 2016, 07:33:12 pm »
I use standard components: TSQLQuery, TDataSource, TSQLTransaction and TMySQL55Connection. MySQL client version is 5.5.
This is very basic example program.
SQL: SELECT * from `table`
TSQLQuery.Open
thats all
It affects also other "one field" DB components. Any of theese not display anything on runtime.
Maybe I'm not doing something important?
Logged
Ubuntu 64bit
Jurassic Pork
Hero Member
Posts: 1290
Re: TDBMemo basic usage not works in runtime (MySQL)
«
Reply #3 on:
January 28, 2016, 05:02:17 am »
hello,
can you put your zipped project (lpi,lpr,pas,lfm files) in attachments to see what is wrong.
Friendly, J.P
Logged
Jurassic computer : Sinclair ZX81 - Zilog Z80A à 3,25 MHz - RAM 1 Ko - ROM 8 Ko
tsr
New Member
Posts: 21
[SOLVED] TDBMemo basic usage not works in runtime (MySQL)
«
Reply #4 on:
January 28, 2016, 10:34:24 pm »
Sorry for confusion. I think that I isolate basic example but if I make new application project from scratch it works like it should.
The problem is in TFrame approach. If you make one frame with DBGrid and DataSource, and then use that frame on some other frame and add DBMemo then strange things occurs. Do not place TDataSource alone in TFrame.
Thank you for your willingness to help!
Logged
Ubuntu 64bit
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Databases
»
[SOLVED] TDBMemo basic usage not works in runtime (MySQL)
TinyPortal
© 2005-2018