[Libreoffice-bugs] [Bug 115988] "DataSource.ConnectWithCompletion" function not working since 6.x

2018-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115988

Aron Budea  changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #6 from Aron Budea  ---
Let's use status WORKSFORME, since the fixing change is unknown.

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


[Libreoffice-bugs] [Bug 115988] "DataSource.ConnectWithCompletion" function not working since 6.x

2018-03-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115988

Alessandro Tassi  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Alessandro Tassi  ---
Hi, I've upgraded to Version: 6.0.2.1.0+ Build ID: 6.0.2-1 and the problem
seems solved.
Maybe you don't find any matter because you let LO to find the connection by
itself and to ask for password?
The problem appeared launching a startup script (Tools > Customize > Events >
associating script to "Document Loading Finished" event) or running it from a
button.
But now it seems working.
Thanks a lot.
Alessandro

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


[Libreoffice-bugs] [Bug 115988] "DataSource.ConnectWithCompletion" function not working since 6.x

2018-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115988

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 CC||rob...@familiegrosskopf.de

--- Comment #4 from rob...@familiegrosskopf.de ---
Have tried this one with OpenSUSE 42.3 64bit rpm Linux and LO 6.0.0.3, LO
6.0.1.1 and LO 6.0.2.1

I changed the code, because there are many lines without any function for the
bug-description:

SUB ConnectDB
oDatasource = ThisComponent.DataSource
If Not oDatasource.IsPasswordRequired Then
Connection = oDatasource.GetConnection("","")
Else
InteractionHandler = createUnoService("com.sun.star.sdb.InteractionHandler")
Connection = oDatasource.ConnectWithCompletion(InteractionHandler) 
End If
END SUB

There must be an external database, which needs a username and password. I
tried with MariaDB on my system.

I put the code into the *.odb-file, started the code and got the dialog for
input password. No problems here with any tested LO-version to connect to the
MariaDB this way.

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


[Libreoffice-bugs] [Bug 115988] "DataSource.ConnectWithCompletion" function not working since 6.x

2018-02-26 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115988

Xisco FaulĂ­  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #3 from Xisco FaulĂ­  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.

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


[Libreoffice-bugs] [Bug 115988] "DataSource.ConnectWithCompletion" function not working since 6.x

2018-02-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115988

--- Comment #1 from Alessandro Tassi  ---
Hi, I forgot to specify the type of DB: it's MariaDB 10.1.31-1 on x86_64 Arch
Linux laptop, connected by Oracle Mysql Connector Java:
mysql-connector-java-5.1.38-bin.jar .
Upgrading to mysql-connector-java-5.1.45.zip doesn't solve anything, the same
using the development version 8.0.9-rc.
Thanks again
Alessandro

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


[Libreoffice-bugs] [Bug 115988] "DataSource.ConnectWithCompletion" function not working since 6.x

2018-02-25 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=115988

--- Comment #2 from Alessandro Tassi  ---
I've tryed also using MariaDB java connection
(https://mariadb.com/kb/en/library/about-mariadb-connector-j/#getting-a-new-connection),
 
changing the connection class from "com.mysql.jdbc.Driver" to
"org.mariadb.jdbc.Driver".
The problem i still there.

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