https://bugs.documentfoundation.org/show_bug.cgi?id=146281

--- Comment #16 from Julien Nabet <serval2...@yahoo.fr> ---
(In reply to Andreas Heinisch from comment #15)
> Tried to add a test case but I can't recreate the error on a smaller scale.
> Somehow in the assignment (_CheckArgument = False) the literal gets an empty
> parameter info and then it will overwrite the information about the
> parameters in _CheckArgument leading to that error.

At least, I can tell that Access2Base works now thanks to your patch!

Jean-Pierre:
I gave a try to BaseDocumenter first with Firebird, it seems the only pb is in
BD_Scan.xba
Commenting lines 386 to 389 included prevents from having an error:
386 ' _BD_.DatabaseRecord.SetProperty(&quot;JavaDriverClass&quot;, _
387 '       UtilProperty._GetPropertyValue(.MetaData.ConnectionInfo,
&quot;JavaDriverClass&quot;, &quot;&quot;))
388 ' _BD_.DatabaseRecord.SetProperty(&quot;JavaDriverClassPath&quot;, _
389 '       UtilProperty._GetPropertyValue(.MetaData.ConnectionInfo,
&quot;JavaDriverClassPath&quot;, &quot;&quot;))

I didn't see the report but I had this same pb with HSQLDB embedded ; I think
it's just because I didn't configure something but didn't find a way to do it
even after having taken a look at
http://www.access2base.com/basedocumenter/basedocumenter.html. Anyway it's
another story.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to