You are not logged in.
Pages: 1
I used this sample to test my connection with ZEOS.MySQL (thanks for it). In Delphi (D10 seattle) it works like a charm. But I need a lazarus/fpc environment for wince.
I create the same sample in Lazarus. But when compiiling, it occurs an error
mORMoti18n.pas(895,19) Error: Illegal qualifier
What's the difference between those two?
Offline
Okay, the problem relies on mORMotUI.pas. Is lazarus 1.6RC still depending on the RTTI patch? I've got an connection now, but can't using the DBGrid to show data.
Offline
Look at mORMotMidasVCL.pas (http://synopse.info/fossil/finfo?name=S … dasVCL.pas)
You can use a dataset to fill a DBGrid in Lazarus.
I use this very often. Works 100%.
Offline
Pages: 1