A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
search
AI OnAI Off
I am working on a temporary administrative tool and need to scan all properties on a page given its pageid and workpageid. It is just a small windows forms program so my first thought was to read from the database directly without worrying for web context etc. But I am confused over the tables tblProperty and tblWorkProperty. How do I find the post that relate to a certain pageid and workpageid?