https://bugs.freedesktop.org/show_bug.cgi?id=81883
--- Comment #2 from BlueEyes73 <[email protected]> --- Thanks for your replay. I have tested now with libo 4.3.2.2 and the problem persist. BASIC syntax error. is caused by a problem with copy and past of "" try this code: Sub TEST Dim DatabaseContext As Object Dim DataSource As Object DatabaseContext = CreateUnoService("com.sun.star.sdb.DatabaseContext") DataSource = DatabaseContext.getByName("TEST") If Not DataSource.IsPasswordRequired Then Connection = DataSource.GetConnection("","") Else InteractionHandler = createUnoService("com.sun.star.sdb.InteractionHandler") Connection = DataSource.ConnectWithCompletion(InteractionHandler) End If end sub If problem persist rewrite "". Thanks and sorry for my english. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
