I am currently building a web application with PHP, MSSQL and a lot of javascript.
I have a problem on one of my pages.
The query:
exec spCCH_ChapterAta_List 'Hercules01'
Does not run in the PHP, no error is returned, just "Query failed", but it runs in query analyzer; however I can run:
exec spCCH_ChapterAta_List 'BenTest'
Just fine, works in both.
Anyone had any problems like this before?
Thanks
--BB
I have a problem on one of my pages.
The query:
exec spCCH_ChapterAta_List 'Hercules01'
Does not run in the PHP, no error is returned, just "Query failed", but it runs in query analyzer; however I can run:
exec spCCH_ChapterAta_List 'BenTest'
Just fine, works in both.
Anyone had any problems like this before?
Thanks
--BB