Am Freitag, den 10.06.2005, 17:33 +0000 schrieb Uwe Brauer:
> >>>>> "Marc" == Marc Santhoff <[EMAIL PROTECTED]> writes:
>
>
> Marc> Maybe enabling logging on the mysql server daemon gives you
> Marc> some hints about what is (not) happening and why. You can
> Marc> see the sql there and how it is processed.
> That is a thought.
>
> But I would like to start with a simpler question. When I run the
> macro which name I am supposed to insert for the name of the database?
What macro? However, normally if you use somthing like:
oEnv = createUnoService("com.sun.star.sdb.DatabaseContext")
oConnection = Env.getByName(sDBName).getConnection("uwe","secret")
the name is the display name in the database browser (the window opening
on F4).
If you have made a permanent connection shown as "Uwes Big Data Barrel"
you have to do this before calling the liones above:
sDBName = "Uwes Big Data Barrel"
There are other ways IIRC but I only use this one.
HTH,
Marc
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]