https://bugs.freedesktop.org/show_bug.cgi?id=60217

rob...@familiegrosskopf.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |NEW

--- Comment #5 from rob...@familiegrosskopf.de ---
Have tried it with the macro. Same problem with the dot. Seems to be no
error-message available in the connector. Now we have to look, which connector
we are using. Could you please write down the exact connector?
I have tested with aoo-my-sdbc 1.1.0 - other connectors doesn't work with
OpenSuSE and LO 3.5 or 3.6. Remember, that there is no connector at this moment
working with LO 4.0.
The oracle-mysql-connector shows all databases. But when I try to run the macro
in LO 3.3.4 base crashed immediately.

One hint to the macro:
oStatement.executeQuery(strSQL)
is used for queries, where you should get feedback from the database (See some
content of the tables ...)
oStatement.executeUpdate(strSQL)
is used for actions, which doesn't give back any content. With executeUpdate
the macro works.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to