MirageLab :: Why don't my SQL statements display the fields or tables named?

FAQs

PostNuke Development
Browse in : All > FAQs > PostNuke Development
Why don't my SQL statements display the fields or tables named?


If you encounter SQL statements that do not translate pntables data, it is because the information for the tables was not loaded before pntables was built. Check your code. In many cases, the issue is caused by not calling pnModAPILoad for the appropriate module before assigning pnDBGetTables to pntables.

< prev     next >

Options:
View Article Map