04-21-2021, 05:07 PM
(04-21-2021, 01:12 PM)clarencemartin Wrote: Linda,
The one problem that exists now is there is a hyphen in the cdbUsers table Name
if I do a answer cdb_tablename("dd07bc8c-1ec5-473b-aabb-5271c60a9bb6") in the message box it shows the table name as USMDdata-
The full name of the cdbUsers table should be "cdbUsers-" + the project ID it belongs to. For example, if your project ID was "8fc03fe9-cd65-5358-hjk6-df85eb363984", the cdbUsers table name would be "cdbUsers-8fc03fe9-cd65-5358-hjk6-df85eb363984".
If you call cdb_userTableName() or cdb_tableName() on the cdbUsers table of another project, it should return in the same format but with that project's ID.