Hi there,
I need to get the MySQL db name I'm connected to.
MySQL command below gets pre-compiler error, "Incorrect SQL statement syntax near: database".
exec sql select database() into :aName from aTable end-exec.
'Select schema()...' gets same error, while 'select whatever()...' is fine.
Seems to be a reserved word problem? How to solve?
Thanks,
Linden