Hi Andrew,

database of Harvey is MariaDB. So it has been quoted a littel bit different:

SELECT `Name` FROM `Table`

This kind of qouting could be used in Basic macros without any problems:

stSql = "SELECT `Name` FROM `Table`"

If there are double qoutes like in internal HSQLDB it looks a littel bit different:

SELECT "Name" FROM "Table"

and in Basic:

stSql = "SELECT ""Name"" FROM ""Table"""

Regards

Robert
--
Homepage: https://www.familiegrosskopf.de/robert


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to