Christopher TruLove
Member since Dec 11, 2008
- Profile: /members/1147-christopher-trulove.htm
- URL: http://www.introprod.com
- Comments: 1
Recent Blog Comments By Christopher TruLove
-
QueryNew() Type Casting Issues With Manually Altered Queries
Posted on Jun 19, 2008 at 5:30 PM
Just had this after some seemingly minor changes to a page... it turns out, moving a query object from the unnamed scope to the session makes then entire structure more type-sensitive. I got a "Error casting..." message for: SELECT * FROM session.st_invoice.query WHERE division_code > 0; ...de... read more »