In the documentation for the GetDatabaseString() etc. functions states the following:
Does this restriction only apply to ODBC connections? I am using Postgres which I believe is not using ODBC so does this restriction still apply?Note: This function can be called only once for each column. Therefore if this value needs to be used more than once, the data has to be stored in a variable, since all subsequent calls will return the wrong value. This is an ODBC limitation.
Thanks,
Simon