Posts by Marco Mannes • 96 points
2 posts
-
8
votes1
answer3362
viewsA: Ajax navigation error ("Xmlhttprequest cannot load...")
The error is happening because you are accessing the URL as a simple path on your computer. If you put these scripts inside a webserver (Apache, IIS) this error will not occur. Browsers have…
-
0
votes5
answers508
viewsA: Query error with WHERE AND COUNT on Oracle. "SQL command not properly ended"
For a record to be entered only if it does not yet exist, the databases have unique key restrictions. In your example, just turn the TXT_DESCRICAO field into a single key using the command: ALTER…