[Gambas-user] Comments in MySQL problem

Dag Jarle Nerland Johansen - Gambas gambas at cd-bahia.com
Sat Feb 27 18:01:15 CET 2021


Hi,
the comments I get with Gambas does not correspondence with the comments 
in the MySQL table.
Doing this in Gambas:
/
   SQL="SHOW FULL COLUMNS FROM gentbl//"
//  data = ma.$Con.Exec(SQL)//
////
//  For i = 0 To data.Count - 1//
//      Print data!Field, data!Comment//
      data.MoveNext
//  Next/

gives another result than if I call
SHOW FULL COLUMNS FROM gentbl
in PHPMyAdmin on the server (correctly on the server)

Some comments missing, some even on the wrong place.
Grateful for any help. (As always try on my own too).
Dag
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210227/64d15ede/attachment.htm>


More information about the User mailing list