You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using your code on a Azure SQL db, and it worked great, but seems to have somehow missed two references. Take a look: this is the output when I develop dm using this function:
The little red diamonds added by me so you can see the affected fields.
I have gone through and developed the dm using this query: 'SELECT *, CONVERT(varchar(8000), AccessProperties) as AcProp FROM "AccessSystem"."GetFieldSchemaCache"' which gives me:
(I'm hiding the ID field... so don't worry bout it) Bizzare, no? What could it be?
The text was updated successfully, but these errors were encountered:
Hi, I am using your code on a Azure SQL db, and it worked great, but seems to have somehow missed two references. Take a look: this is the output when I develop
dm
using this function:The little red diamonds added by me so you can see the affected fields.
I have gone through and developed the
dm
using this query:'SELECT *, CONVERT(varchar(8000), AccessProperties) as AcProp FROM "AccessSystem"."GetFieldSchemaCache"'
which gives me:(I'm hiding the ID field... so don't worry bout it) Bizzare, no? What could it be?
The text was updated successfully, but these errors were encountered: