Ask a Question related to Dreamweaver AppDev, Design and Development.
-
asatru #1
sql error in bindings
hallo, i've an complex sql. it works on recordset 'testing' and also in
sql-plus. but in bindings there are not the resulting columns. i get an error
message ora00907 missing right parenthesis. what's wrong?
SELECT b.nachrichttyp,substr(a.inhalt, 5, 2) fk,sum(1) anzahl
FROM gesamt a, (select datnr,verskvnr,versname,vdatum,substr(inhalt,11,4)
nachrichttyp,to_number(znr)+1 zahl from gesamt
WHERE gesamt.ik=? and to_number(gesamt.vdatum)>=? and
to_number(gesamt.vdatum)<=? and gesamt.inhalt like 'UNH%') b where
b.zahl=to_number(a.znr) and b.datnr=a.datnr and b.verskvnr=a.verskvnr
and b.versname=a.versname and b.vdatum=a.vdatum
GROUP BY b.nachrichttyp,substr(a.inhalt, 5, 2)
asatru Guest
-
Bindings
Please Help... Ive linked an access database to an asp file. Then created a table within the asp page and named the fields but when i go to choose... -
Custom Bindings
I'm having issues with custom bindings. I defined a template and I'm manipulating the results before displaying - this part works fine by defining... -
PHP/MySQL Connection fine, Bindings / testing recordsetleads to HTTP Error Code 500
Hi all, I'm having this weird problem with my MySQL-connection INSIDE Dreamweaver. The pages that I create work fine online. I have made a... -
How to use Bindings?
In DreamweaverMX,what's the Request Variable, Session Variable and Application variable. What can I do with them? How to use them? I'm from... -
Missing Bindings
open the network connections. Click on Advance and goto advance settings. There you will two top level tabs. Adapters/bindings and provider order.



Reply With Quote

