Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread fredvs
Re-re hello Med and others. Voila, I think that FireBird 3 is correctly installed. With your demo I can access employee database. But, sadly, when trying to set tmsesqlquery1.active := true there is that error message: Field 'EMP_NO' expected ftsmallint Actual: unknown. See picture:

Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread fredvs
Hello Med. After a very hard fight I was able to install MySql on Linux 64 bit. Also here /mseuniverse/samples/db/simplemysql demo is working with fpc 320 and msegui 5.2. Are you able to make it work too? I had to create a test.sql database and a table using command line: $ mysql -uroot

Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread mohamed hamza
Hello Fred, I am using mseIde ver 4.6.3 msegui 4.7 on Windows7 system and I had not Problem installing Firebird3 and Flamerobin. Regards. De : fredvs Envoyé : mardi 4 mai 2021 10:29 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re:

Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread fredvs
Re-hello Med. > This sample works with Ver 4.6. and FPC 3.20. I just try to compile your demo with mseide + msegui Ver 4.6. and FPC 3.20 but without luck, here is the error at compilation: msegraphedits.pas(126,19) Error: No matching implementation for interface method

Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread fredvs
Hello Med. > This sample works with Ver 4.6. and FPC 3.20. Ha, that is excellent news. Yesterday I spent many hours to try to install FireBird and MySql on my Linux 64 bit Debian machine. Without luck ;-(. Do you have some advices how to install those programs? For example, with the demo

Re: [MSEide-MSEgui-talk] tmsesql

2021-05-04 Thread mohamed hamza
This sample works with Ver 4.6. and FPC 3.20. Med De : fredvs Envoyé : lundi 3 mai 2021 18:05 À : mseide-msegui-talk@lists.sourceforge.net Objet : Re: [MSEide-MSEgui-talk] tmsesql >From Pat: > Search for "FIRST_NAME" and delete the 'size = 15' line below