Translate date to swedish
I have this query working in english. But now I want it to be translated into Swedish. Then I write the queries in phpMyAdmin it generates correct. But I dont know how to change the query in my page.
I have this query working in english. But now I want it to be translated into Swedish. Then I write the queries in phpMyAdmin it generates correct. But I dont know how to change the query in my page.
You can't use separate setQuery() calls to run twice. The second call overwrites the first before the execute() is called.
You could try adding it all in a single Query with a semicolon separating.
The other option would be to use the "Execute Query" server behavior in the Data Management section to run the SET statement before the Recordset code runs.
Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.
These out-of-the-box solutions provide you proven, tested applications that can be up and running now. Build a store, a gallery, or a web-based email solution.