<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12802</id>
	<title>Nabble - openoffice - dba users</title>
	<updated>2009-11-16T11:21:45Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/openoffice---dba-users-f12802.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/openoffice---dba-users-f12802.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26377847</id>
	<title>Re: MySQL Connector for OpenOffice.org 1.0</title>
	<published>2009-11-16T11:21:45Z</published>
	<updated>2009-11-16T11:21:45Z</updated>
	<author>
		<name>Frank Schoenheit, Sun Microsystems Germany</name>
	</author>
	<content type="html">Hi Peter,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I just installed the MySQL Connector for OpenOffice.org 1.0 on
&lt;br&gt;&amp;gt; OpenOffice.org (version 3.1.1) on two differenent computers with
&lt;br&gt;&amp;gt; Windows XP. On both machines I restarted OpenOffice.org (as your Wiki
&lt;br&gt;&amp;gt; recommands), in one case also restarted the computer itself.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But when I start Base, I don't so any MySQL connector in de Wizard
&lt;br&gt;&amp;gt; (as shown on the Wiki)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; BTW I use the Dutch version of OpenOffice
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Did I something wrong, or is the MySQL Connector only working well in
&lt;br&gt;&amp;gt; the English OpenOffice?
&lt;/div&gt;&lt;br&gt;No, the connector should work regardless of the locale of your OOo.
&lt;br&gt;&lt;br&gt;I assume you use the official build from www.openoffice.org, yes?
&lt;br&gt;&lt;br&gt;If you execute this Basic script
&lt;br&gt;&amp;nbsp; Sub Test
&lt;br&gt;&amp;nbsp; &amp;nbsp; orb = GetProcessServiceManager()
&lt;br&gt;&amp;nbsp; &amp;nbsp; enumDrivers = orb.createContentEnumeration( _
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;com.sun.star.sdbc.Driver&amp;quot; )
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; sDrivers = &amp;quot;&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; While enumDrivers.hasMoreElements
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; sDrivers = sDrivers + enumDrivers.nextElement.ImplementationName _
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; + chr(13)
&lt;br&gt;&amp;nbsp; &amp;nbsp; Wend
&lt;br&gt;&amp;nbsp; &amp;nbsp; MsgBox sDrivers
&lt;br&gt;&amp;nbsp; End Sub
&lt;br&gt;&lt;br&gt;&lt;br&gt;, does it display a line ending with &amp;quot;.MysqCDriver&amp;quot;?
&lt;br&gt;&lt;br&gt;Ciao
&lt;br&gt;Frank
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;- Frank Schönheit, Software Engineer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377847&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frank.schoenheit@...&lt;/a&gt; -
&lt;br&gt;- Sun Microsystems &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- OpenOffice.org Base &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://dba.openoffice.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dba.openoffice.org&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377847&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26377847&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MySQL-Connector-for-OpenOffice.org-1.0-tp26369757p26377847.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26369757</id>
	<title>MySQL Connector for OpenOffice.org 1.0</title>
	<published>2009-11-16T01:09:40Z</published>
	<updated>2009-11-16T01:09:40Z</updated>
	<author>
		<name>Peter Bakker</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I just installed the MySQL Connector for OpenOffice.org 1.0 on OpenOffice.org (version 3.1.1) on two differenent computers with Windows XP.
&lt;br&gt;On both machines I restarted OpenOffice.org (as your Wiki recommands), in one case also restarted the computer itself.
&lt;br&gt;&lt;br&gt;But when I start Base, I don't so any MySQL connector in de Wizard (as shown on the Wiki)
&lt;br&gt;&lt;br&gt;BTW I use the Dutch version of OpenOffice
&lt;br&gt;&lt;br&gt;Did I something wrong, or is the MySQL Connector only working well in the English OpenOffice?
&lt;br&gt;&lt;br&gt;Hope you can help me.
&lt;br&gt;&lt;br&gt;Regards, Peter
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;br&gt;__________________________
&lt;br&gt;Peter Bakker Informatisering
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26369757&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;peter@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://peter.bakker.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://peter.bakker.name&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26369757&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26369757&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MySQL-Connector-for-OpenOffice.org-1.0-tp26369757p26369757.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228834</id>
	<title>Re: SRB for m4?</title>
	<published>2009-11-06T01:09:47Z</published>
	<updated>2009-11-06T01:09:47Z</updated>
	<author>
		<name>Ocke Janssen</name>
	</author>
	<content type="html">Upload done.
&lt;br&gt;&lt;br&gt;- oj
&lt;br&gt;&lt;br&gt;On 11/06/09 09:01, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt; Hi All,
&lt;br&gt;&amp;gt; Needs new modified SRB 1.2 beta for OOO320_m4 testing.
&lt;br&gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228834&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228834&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ocke Janssen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 40 23646 661, x66661
&lt;br&gt;Dipl. Inf(FH) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax: +49 40 23646 550
&lt;br&gt;Sun Microsystems Inc.
&lt;br&gt;Nagelsweg 55 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228834&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ocke.Janssen@...&lt;/a&gt;
&lt;br&gt;D-20097 Hamburg &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sitz der Gesellschaft:
&lt;br&gt;Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
&lt;br&gt;Amtsgericht Muenchen: HRB 161028
&lt;br&gt;Geschaeftsfuehrer: Thomas Schr?der, Wolfgang Engels, Wolf Frenkel
&lt;br&gt;Vorsitzender des Aufsichtsrates: Martin Haering
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228834&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228834&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SRB-for-m4--tp26228139p26228834.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228139</id>
	<title>SRB for m4?</title>
	<published>2009-11-06T00:01:55Z</published>
	<updated>2009-11-06T00:01:55Z</updated>
	<author>
		<name>Reizinger Zoltán</name>
	</author>
	<content type="html">Hi All,
&lt;br&gt;Needs new modified SRB 1.2 beta for OOO320_m4 testing.
&lt;br&gt;Zoltan
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228139&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26228139&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SRB-for-m4--tp26228139p26228139.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26143475</id>
	<title>Re: ResultSet.absolute with MySQL</title>
	<published>2009-10-31T08:44:32Z</published>
	<updated>2009-10-31T08:44:32Z</updated>
	<author>
		<name>Sergio Corato</name>
	</author>
	<content type="html">Frank Schoenheit, Sun Microsystems Germany ha scritto:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Sergio,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I pass the same variable, taken with ResultSet.getRow() to MySQL and 
&lt;br&gt;&amp;gt;&amp;gt; Hsqldb, but with MySQL this don't work, giving False, while with HsqlDB 
&lt;br&gt;&amp;gt;&amp;gt; it works.
&lt;br&gt;&amp;gt;&amp;gt; Why?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since you meanwhile asked this question in dev@api, with more details, I
&lt;br&gt;&amp;gt; answered it over there. Bottom line: chances are the driver supports
&lt;br&gt;&amp;gt; FORWARD_ONLY cursors only, while your code requires a freely scrollable
&lt;br&gt;&amp;gt; cursor. For details, see my other mail, please.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ciao
&lt;br&gt;&amp;gt; Frank
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;Thanks
&lt;br&gt;Ciao
&lt;br&gt;Sergio
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143475&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26143475&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ResultSet.absolute-with-MySQL-tp26076747p26143475.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26122080</id>
	<title>Re: Mailmerge crash (and I have to send out a mailing tomorrow!!!!)</title>
	<published>2009-10-29T15:39:33Z</published>
	<updated>2009-10-29T15:39:33Z</updated>
	<author>
		<name>Norbert Zawodsky</name>
	</author>
	<content type="html">Hi Frank,
&lt;br&gt;&lt;br&gt;Frank Schoenheit, Sun Microsystems Germany schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Norbert,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I got the mailing out using the windows version of OO which doesn't seem
&lt;br&gt;&amp;gt;&amp;gt; to have that problem.
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Sending the mails manually wasn't such a good idea. &amp;gt;2.000 mails !!!!
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ooops.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; I didn't let OO to send a crash report because it didn't ask me!
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hmm, that's sad, crash reports can often give a good first idea what's
&lt;br&gt;&amp;gt; going wrong.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; If I find some time, I'll try to track down this problem to a more
&lt;br&gt;&amp;gt;&amp;gt; informative point.
&lt;br&gt;&amp;gt;&amp;gt; Is there a way (maybe some hidden commandline option) to start OO to let
&lt;br&gt;&amp;gt;&amp;gt; it produce some trace / debug output ??
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; None that I know, sorry.
&lt;br&gt;&amp;gt; Since you're not using the Windows version, I assume we talk 'bout
&lt;br&gt;&amp;gt; Linux? In this case, if you feel halfway familiar with it, you might
&lt;br&gt;&amp;gt; want to attach gdb to the soffice.bin process, until it crashs, and then
&lt;br&gt;&amp;gt; see if gdb is able to produce a meaningful backtrace. Sometimes, seeing
&lt;br&gt;&amp;gt; this also helps knowing what's wrong.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ciao
&lt;br&gt;&amp;gt; Frank
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;Intresting! That problem seems to exist only under KDE 3. I did a logout
&lt;br&gt;(from KDE3) / login (into KDE 4) and was able to send an email without
&lt;br&gt;chrashing OO.
&lt;br&gt;&lt;br&gt;(If it's of any interest: SuSE Linux 11.1, 64bit)
&lt;br&gt;&lt;br&gt;Norbert
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26122080&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26122080&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailmerge-crash-%28and-I-have-to-send-out-a-mailing-tomorrow%21%21%21%21%29-tp26065735p26122080.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26121059</id>
	<title>Re: Mailmerge crash (and I have to send out a mailing tomorrow!!!!)</title>
	<published>2009-10-29T14:23:51Z</published>
	<updated>2009-10-29T14:23:51Z</updated>
	<author>
		<name>Cor Nouws</name>
	</author>
	<content type="html">PS.
&lt;br&gt;&lt;br&gt;Norbert Zawodsky wrote (26-10-2009 20:15)
&lt;br&gt;&amp;gt; I sucessfully got through all the steps of the form-letter assistant
&lt;br&gt;&amp;gt; dialog. 
&lt;br&gt;&lt;br&gt;What works fine, if you have your document ready when you start the 
&lt;br&gt;wizrd, is jumping from step 1 to 8 immediately.
&lt;br&gt;&lt;br&gt;Cor
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Cor Nouws
&lt;br&gt;&amp;nbsp; &amp;nbsp;- nl.OpenOffice.org marketing contact
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Community Contributor Representative in the Community Council
&lt;br&gt;Gevoel niet vrij te zijn? Zie www.nieuwsteversie.nl
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26121059&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26121059&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailmerge-crash-%28and-I-have-to-send-out-a-mailing-tomorrow%21%21%21%21%29-tp26065735p26121059.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26120984</id>
	<title>Re: Mailmerge crash (and I have to send out a mailing tomorrow!!!!)</title>
	<published>2009-10-29T14:17:31Z</published>
	<updated>2009-10-29T14:17:31Z</updated>
	<author>
		<name>Cor Nouws</name>
	</author>
	<content type="html">Hi Norbert,
&lt;br&gt;&lt;br&gt;Apart from the assistance that Frank already has given, the following:
&lt;br&gt;&lt;br&gt;Norbert Zawodsky wrote (26-10-2009 20:15)
&lt;br&gt;&lt;br&gt;&amp;gt; I've been working with OO 3.1.0.6 for quite a long time now. Since this
&lt;br&gt;&amp;gt; problem hit me this evening, I upgraded to 3.1.1.1. But got the same
&lt;br&gt;&amp;gt; crash...
&lt;br&gt;&lt;br&gt;I guess that is a version from a Linux distro?
&lt;br&gt;&lt;br&gt;&amp;gt; As always, I created a .odt document containing form letter fields. (I
&lt;br&gt;&amp;gt; did many many mailings in the past). Printing to paper works. I tried
&lt;br&gt;&amp;gt; that with 2 or 3 recipients. But sending as email crashes.
&lt;br&gt;&amp;gt; If you want to send a form letter as email, you have to use the
&lt;br&gt;&amp;gt; Assistant. (Simply pressing Ctrl-P doesn't work because &amp;quot;as e-mail&amp;quot;
&lt;br&gt;&amp;gt; doesn't exist there. BTW why ???????)
&lt;br&gt;&lt;br&gt;Ctrl-P offers to open the mail merge window from before OpenOffice.org 2.
&lt;br&gt;The e-mail has been built in later, as a Python function, on top of the 
&lt;br&gt;mail merge wizard that was created for OOo 2. If I am correct, it was 
&lt;br&gt;done and is maintained by Caolan McNamara.
&lt;br&gt;&lt;br&gt;&amp;gt; I sucessfully got through all the steps of the form-letter assistant
&lt;br&gt;&amp;gt; dialog. But when I press the &amp;quot;Send&amp;quot; button in the last step, all windows
&lt;br&gt;&amp;gt; disappear and the document-recreation dialog pops up. No error mesage.
&lt;br&gt;&amp;gt; Nothing....
&lt;br&gt;&lt;br&gt;Pls follow Franks advice wrt reproducing the bug. That is really helpful 
&lt;br&gt;in repairing the problem.
&lt;br&gt;You may also try the Vanilla OpenOffice.org on Linux. Maybe that does 
&lt;br&gt;make a difference.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Cor
&lt;br&gt;-- 
&lt;br&gt;Cor Nouws
&lt;br&gt;&amp;nbsp; &amp;nbsp;- nl.OpenOffice.org marketing contact
&lt;br&gt;&amp;nbsp; &amp;nbsp;- Community Contributor Representative in the Community Council
&lt;br&gt;Gevoel niet vrij te zijn? Zie www.nieuwsteversie.nl
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120984&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26120984&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailmerge-crash-%28and-I-have-to-send-out-a-mailing-tomorrow%21%21%21%21%29-tp26065735p26120984.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26113452</id>
	<title>Re: Mailmerge crash (and I have to send out a mailing tomorrow!!!!)</title>
	<published>2009-10-29T06:52:43Z</published>
	<updated>2009-10-29T06:52:43Z</updated>
	<author>
		<name>Frank Schoenheit, Sun Microsystems Germany</name>
	</author>
	<content type="html">Hi Norbert,
&lt;br&gt;&lt;br&gt;&amp;gt; I got the mailing out using the windows version of OO which doesn't seem
&lt;br&gt;&amp;gt; to have that problem.
&lt;br&gt;&lt;br&gt;Fine.
&lt;br&gt;&lt;br&gt;&amp;gt; Sending the mails manually wasn't such a good idea. &amp;gt;2.000 mails !!!!
&lt;br&gt;&lt;br&gt;Ooops.
&lt;br&gt;&lt;br&gt;&amp;gt; I didn't let OO to send a crash report because it didn't ask me!
&lt;br&gt;&lt;br&gt;Hmm, that's sad, crash reports can often give a good first idea what's
&lt;br&gt;going wrong.
&lt;br&gt;&lt;br&gt;&amp;gt; If I find some time, I'll try to track down this problem to a more
&lt;br&gt;&amp;gt; informative point.
&lt;br&gt;&amp;gt; Is there a way (maybe some hidden commandline option) to start OO to let
&lt;br&gt;&amp;gt; it produce some trace / debug output ??
&lt;br&gt;&lt;br&gt;None that I know, sorry.
&lt;br&gt;Since you're not using the Windows version, I assume we talk 'bout
&lt;br&gt;Linux? In this case, if you feel halfway familiar with it, you might
&lt;br&gt;want to attach gdb to the soffice.bin process, until it crashs, and then
&lt;br&gt;see if gdb is able to produce a meaningful backtrace. Sometimes, seeing
&lt;br&gt;this also helps knowing what's wrong.
&lt;br&gt;&lt;br&gt;Ciao
&lt;br&gt;Frank
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;- Frank Schönheit, Software Engineer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113452&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frank.schoenheit@...&lt;/a&gt; -
&lt;br&gt;- Sun Microsystems &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- OpenOffice.org Base &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://dba.openoffice.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dba.openoffice.org&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113452&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26113452&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailmerge-crash-%28and-I-have-to-send-out-a-mailing-tomorrow%21%21%21%21%29-tp26065735p26113452.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26112732</id>
	<title>Re: Mailmerge crash (and I have to send out a mailing tomorrow!!!!)</title>
	<published>2009-10-29T06:07:40Z</published>
	<updated>2009-10-29T06:07:40Z</updated>
	<author>
		<name>Norbert Zawodsky</name>
	</author>
	<content type="html">Hi Frank,
&lt;br&gt;&lt;br&gt;I got the mailing out using the windows version of OO which doesn't seem
&lt;br&gt;to have that problem.
&lt;br&gt;Sending the mails manually wasn't such a good idea. &amp;gt;2.000 mails !!!!
&lt;br&gt;&lt;br&gt;I didn't let OO to send a crash report because it didn't ask me! Just
&lt;br&gt;all open windows disappear and the
&lt;br&gt;&amp;quot;Dokument Wiederherstellung&amp;quot; Dialog pops up...
&lt;br&gt;&lt;br&gt;If I find some time, I'll try to track down this problem to a more
&lt;br&gt;informative point.
&lt;br&gt;Is there a way (maybe some hidden commandline option) to start OO to let
&lt;br&gt;it produce some trace / debug output ??
&lt;br&gt;&lt;br&gt;thanks for your help!
&lt;br&gt;&lt;br&gt;Norbert
&lt;br&gt;&lt;br&gt;Frank Schoenheit, Sun Microsystems Germany schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Norbert,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; sorry for the late response, hope you got your mails out nonetheless ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; (I'm not quite sure if this is the right mailing list for my issue. But
&lt;br&gt;&amp;gt;&amp;gt; I think, since mail-merge is somehow related to base ... &amp;nbsp;;-) )
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In general you're in the right place here. At least, asking won't hurt,
&lt;br&gt;&amp;gt; though ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; As always, I created a .odt document containing form letter fields. (I
&lt;br&gt;&amp;gt;&amp;gt; did many many mailings in the past). Printing to paper works. I tried
&lt;br&gt;&amp;gt;&amp;gt; that with 2 or 3 recipients. But sending as email crashes.
&lt;br&gt;&amp;gt;&amp;gt; If you want to send a form letter as email, you have to use the
&lt;br&gt;&amp;gt;&amp;gt; Assistant. (Simply pressing Ctrl-P doesn't work because &amp;quot;as e-mail&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt; doesn't exist there. BTW why ???????)
&lt;br&gt;&amp;gt;&amp;gt; I sucessfully got through all the steps of the form-letter assistant
&lt;br&gt;&amp;gt;&amp;gt; dialog. But when I press the &amp;quot;Send&amp;quot; button in the last step, all windows
&lt;br&gt;&amp;gt;&amp;gt; disappear and the document-recreation dialog pops up. No error mesage.
&lt;br&gt;&amp;gt;&amp;gt; Nothing....
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ... in some cases, such as the one you describe, Base hasn't stakes in
&lt;br&gt;&amp;gt; the problem, it seems. Well, that's an educated guess, without
&lt;br&gt;&amp;gt; reproducing the issue, or at least seeing more information about the
&lt;br&gt;&amp;gt; crash (did you let OOo send a crash report?, one cannot say more.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If the problem is reproducible for you, with a certain document and
&lt;br&gt;&amp;gt; database, I suggest you submit an issue, so the problem can be looked
&lt;br&gt;&amp;gt; into more thoroughly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt;&amp;gt; Any ideas what I could do?
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Save the single documents to a temporary location, and mail them manually.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ciao
&lt;br&gt;&amp;gt; Frank
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112732&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26112732&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailmerge-crash-%28and-I-have-to-send-out-a-mailing-tomorrow%21%21%21%21%29-tp26065735p26112732.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26107825</id>
	<title>Re: Mailmerge crash (and I have to send out a mailing tomorrow!!!!)</title>
	<published>2009-10-29T00:14:45Z</published>
	<updated>2009-10-29T00:14:45Z</updated>
	<author>
		<name>Frank Schoenheit, Sun Microsystems Germany</name>
	</author>
	<content type="html">Hi Norbert,
&lt;br&gt;&lt;br&gt;sorry for the late response, hope you got your mails out nonetheless ...
&lt;br&gt;&lt;br&gt;&amp;gt; (I'm not quite sure if this is the right mailing list for my issue. But
&lt;br&gt;&amp;gt; I think, since mail-merge is somehow related to base ... &amp;nbsp;;-) )
&lt;br&gt;&lt;br&gt;In general you're in the right place here. At least, asking won't hurt,
&lt;br&gt;though ...
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; As always, I created a .odt document containing form letter fields. (I
&lt;br&gt;&amp;gt; did many many mailings in the past). Printing to paper works. I tried
&lt;br&gt;&amp;gt; that with 2 or 3 recipients. But sending as email crashes.
&lt;br&gt;&amp;gt; If you want to send a form letter as email, you have to use the
&lt;br&gt;&amp;gt; Assistant. (Simply pressing Ctrl-P doesn't work because &amp;quot;as e-mail&amp;quot;
&lt;br&gt;&amp;gt; doesn't exist there. BTW why ???????)
&lt;br&gt;&amp;gt; I sucessfully got through all the steps of the form-letter assistant
&lt;br&gt;&amp;gt; dialog. But when I press the &amp;quot;Send&amp;quot; button in the last step, all windows
&lt;br&gt;&amp;gt; disappear and the document-recreation dialog pops up. No error mesage.
&lt;br&gt;&amp;gt; Nothing....
&lt;/div&gt;&lt;br&gt;... in some cases, such as the one you describe, Base hasn't stakes in
&lt;br&gt;the problem, it seems. Well, that's an educated guess, without
&lt;br&gt;reproducing the issue, or at least seeing more information about the
&lt;br&gt;crash (did you let OOo send a crash report?, one cannot say more.
&lt;br&gt;&lt;br&gt;If the problem is reproducible for you, with a certain document and
&lt;br&gt;database, I suggest you submit an issue, so the problem can be looked
&lt;br&gt;into more thoroughly.
&lt;br&gt;&lt;br&gt;&amp;gt; Any ideas what I could do?
&lt;br&gt;&lt;br&gt;Save the single documents to a temporary location, and mail them manually.
&lt;br&gt;&lt;br&gt;Ciao
&lt;br&gt;Frank
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;- Frank Schönheit, Software Engineer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26107825&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frank.schoenheit@...&lt;/a&gt; -
&lt;br&gt;- Sun Microsystems &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- OpenOffice.org Base &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://dba.openoffice.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dba.openoffice.org&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26107825&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26107825&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailmerge-crash-%28and-I-have-to-send-out-a-mailing-tomorrow%21%21%21%21%29-tp26065735p26107825.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26107773</id>
	<title>Re: ResultSet.absolute with MySQL</title>
	<published>2009-10-29T00:10:32Z</published>
	<updated>2009-10-29T00:10:32Z</updated>
	<author>
		<name>Frank Schoenheit, Sun Microsystems Germany</name>
	</author>
	<content type="html">Hi Sergio,
&lt;br&gt;&lt;br&gt;&amp;gt; I pass the same variable, taken with ResultSet.getRow() to MySQL and 
&lt;br&gt;&amp;gt; Hsqldb, but with MySQL this don't work, giving False, while with HsqlDB 
&lt;br&gt;&amp;gt; it works.
&lt;br&gt;&amp;gt; Why?
&lt;br&gt;&lt;br&gt;Since you meanwhile asked this question in dev@api, with more details, I
&lt;br&gt;answered it over there. Bottom line: chances are the driver supports
&lt;br&gt;FORWARD_ONLY cursors only, while your code requires a freely scrollable
&lt;br&gt;cursor. For details, see my other mail, please.
&lt;br&gt;&lt;br&gt;Ciao
&lt;br&gt;Frank
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;- Frank Schönheit, Software Engineer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26107773&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frank.schoenheit@...&lt;/a&gt; -
&lt;br&gt;- Sun Microsystems &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- OpenOffice.org Base &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://dba.openoffice.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dba.openoffice.org&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26107773&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26107773&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ResultSet.absolute-with-MySQL-tp26076747p26107773.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26079060</id>
	<title>Re: Template tables source</title>
	<published>2009-10-27T07:47:35Z</published>
	<updated>2009-10-27T07:47:35Z</updated>
	<author>
		<name>Reizinger Zoltán</name>
	</author>
	<content type="html">Ocke Janssen írta:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 10/27/09 12:53, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt; Ocke Janssen írta:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 10/27/09 07:33, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Moin Ocke,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Ocke Janssen írta:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Moin Zoltan,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On 10/26/09 10:53, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I prepare for OOo Base Guide some source documents.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I found Standards Distributed Schema wiki page:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My question that how can I easily retrieve the tables 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; definitions. I need fields, data types and sizes etc.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Create a new db and start the table wizard and create the table 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; you are interested in. :-)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; This way is known for me. &amp;nbsp;;-)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I like to see all data in one text file, to pick up what me needs. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; It is possible?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Yes. Do you like xml?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.services.openoffice.org/opengrok/xref/Current%20(trunk)/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.services.openoffice.org/opengrok/xref/Current%20(trunk)/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Not so much, can live with it.
&lt;br&gt;&amp;gt;&amp;gt; One question only, where can I find Type value decipher.
&lt;br&gt;&amp;gt;&amp;gt; For example, what data type value 4 meas, my guess is integer, 
&lt;br&gt;&amp;gt;&amp;gt; because it is an ID field :
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 64 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;prop oor:name=&amp;quot;Type&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 65 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;4&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 66 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/prop&amp;gt;
&lt;br&gt;&amp;gt; Yes, you are right. Please have a look at 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/DataType.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/DataType.html&lt;/a&gt;&lt;br&gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; PS: By the way. Another way to create a list of all tables for hsqldb 
&lt;br&gt;&amp;gt; could be to create all tables with the wizard and after that just copy 
&lt;br&gt;&amp;gt; the script file.
&lt;/div&gt;This is the best solution. I did it with hsqldb19 version yesterday, 
&lt;br&gt;when checked it.
&lt;br&gt;I think this part not changed when csw hsqldb19 was created.
&lt;br&gt;&lt;br&gt;Zoltan
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26079060&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26079060&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Template-tables-source-tp26056878p26079060.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26077236</id>
	<title>Re: Template tables source</title>
	<published>2009-10-27T05:56:47Z</published>
	<updated>2009-10-27T05:56:47Z</updated>
	<author>
		<name>Ocke Janssen</name>
	</author>
	<content type="html">&lt;br&gt;On 10/27/09 12:53, Reizinger Zoltán wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Ocke Janssen írta:
&lt;br&gt;&amp;gt;&amp;gt; On 10/27/09 07:33, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Moin Ocke,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ocke Janssen írta:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Moin Zoltan,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On 10/26/09 10:53, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I prepare for OOo Base Guide some source documents.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I found Standards Distributed Schema wiki page:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My question that how can I easily retrieve the tables definitions. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I need fields, data types and sizes etc.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Create a new db and start the table wizard and create the table you 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; are interested in. :-)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; This way is known for me. &amp;nbsp;;-)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I like to see all data in one text file, to pick up what me needs. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It is possible?
&lt;br&gt;&amp;gt;&amp;gt; Yes. Do you like xml?
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://svn.services.openoffice.org/opengrok/xref/Current%20(trunk)/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.services.openoffice.org/opengrok/xref/Current%20(trunk)/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; Not so much, can live with it.
&lt;br&gt;&amp;gt; One question only, where can I find Type value decipher.
&lt;br&gt;&amp;gt; For example, what data type value 4 meas, my guess is integer, because 
&lt;br&gt;&amp;gt; it is an ID field :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 64 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;prop oor:name=&amp;quot;Type&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 65 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;4&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; 66 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/prop&amp;gt;
&lt;/div&gt;Yes, you are right. Please have a look at 
&lt;br&gt;&lt;a href=&quot;http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/DataType.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://api.openoffice.org/docs/common/ref/com/sun/star/sdbc/DataType.html&lt;/a&gt;&lt;br&gt;- oj
&lt;br&gt;&lt;br&gt;PS: By the way. Another way to create a list of all tables for hsqldb 
&lt;br&gt;could be to create all tables with the wizard and after that just copy 
&lt;br&gt;the script file.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Zoltan
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ocke Janssen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 40 23646 661, x66661
&lt;br&gt;Dipl. Inf(FH) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax: +49 40 23646 550
&lt;br&gt;Sun Microsystems Inc.
&lt;br&gt;Nagelsweg 55 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26077236&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ocke.Janssen@...&lt;/a&gt;
&lt;br&gt;D-20097 Hamburg &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sitz der Gesellschaft:
&lt;br&gt;Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
&lt;br&gt;Amtsgericht Muenchen: HRB 161028
&lt;br&gt;Geschaeftsfuehrer: Thomas Schr?der, Wolfgang Engels, Wolf Frenkel
&lt;br&gt;Vorsitzender des Aufsichtsrates: Martin Haering
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26077236&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26077236&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Template-tables-source-tp26056878p26077236.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26076747</id>
	<title>ResultSet.absolute with MySQL</title>
	<published>2009-10-27T05:24:48Z</published>
	<updated>2009-10-27T05:24:48Z</updated>
	<author>
		<name>Sergio Corato</name>
	</author>
	<content type="html">I pass the same variable, taken with ResultSet.getRow() to MySQL and 
&lt;br&gt;Hsqldb, but with MySQL this don't work, giving False, while with HsqlDB 
&lt;br&gt;it works.
&lt;br&gt;Why?
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076747&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ResultSet.absolute-with-MySQL-tp26076747p26076747.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26076342</id>
	<title>Re: Template tables source</title>
	<published>2009-10-27T04:53:22Z</published>
	<updated>2009-10-27T04:53:22Z</updated>
	<author>
		<name>Reizinger Zoltán</name>
	</author>
	<content type="html">Ocke Janssen írta:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 10/27/09 07:33, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt; Moin Ocke,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ocke Janssen írta:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Moin Zoltan,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 10/26/09 10:53, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I prepare for OOo Base Guide some source documents.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I found Standards Distributed Schema wiki page:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; My question that how can I easily retrieve the tables definitions. 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I need fields, data types and sizes etc.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Create a new db and start the table wizard and create the table you 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; are interested in. :-)
&lt;br&gt;&amp;gt;&amp;gt; This way is known for me. &amp;nbsp;;-)
&lt;br&gt;&amp;gt;&amp;gt; I like to see all data in one text file, to pick up what me needs. It 
&lt;br&gt;&amp;gt;&amp;gt; is possible?
&lt;br&gt;&amp;gt; Yes. Do you like xml?
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://svn.services.openoffice.org/opengrok/xref/Current%20(trunk)/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.services.openoffice.org/opengrok/xref/Current%20(trunk)/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;Not so much, can live with it.
&lt;br&gt;One question only, where can I find Type value decipher.
&lt;br&gt;For example, what data type value 4 meas, my guess is integer, because 
&lt;br&gt;it is an ID field :
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;64 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;prop oor:name=&amp;quot;Type&amp;quot;&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;65 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;value&amp;gt;4&amp;lt;/value&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;66 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/prop&amp;gt;
&lt;br&gt;&lt;br&gt;Zoltan
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076342&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076342&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076342&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076342&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076342&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26076342&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Template-tables-source-tp26056878p26076342.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26072893</id>
	<title>Re: Template tables source</title>
	<published>2009-10-26T23:49:44Z</published>
	<updated>2009-10-26T23:49:44Z</updated>
	<author>
		<name>Ocke Janssen</name>
	</author>
	<content type="html">On 10/27/09 07:33, Reizinger Zoltán wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Moin Ocke,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ocke Janssen írta:
&lt;br&gt;&amp;gt;&amp;gt; Moin Zoltan,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 10/26/09 10:53, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I prepare for OOo Base Guide some source documents.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I found Standards Distributed Schema wiki page:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; My question that how can I easily retrieve the tables definitions. I 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; need fields, data types and sizes etc.
&lt;br&gt;&amp;gt;&amp;gt; Create a new db and start the table wizard and create the table you 
&lt;br&gt;&amp;gt;&amp;gt; are interested in. :-)
&lt;br&gt;&amp;gt; This way is known for me. &amp;nbsp;;-)
&lt;br&gt;&amp;gt; I like to see all data in one text file, to pick up what me needs. It 
&lt;br&gt;&amp;gt; is possible?
&lt;/div&gt;Yes. Do you like xml?
&lt;br&gt;&lt;a href=&quot;http://svn.services.openoffice.org/opengrok/xref/Current%20(trunk)/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.services.openoffice.org/opengrok/xref/Current%20(trunk)/officecfg/registry/data/org/openoffice/Office/TableWizard.xcu&lt;/a&gt;&lt;br&gt;&lt;br&gt;- oj
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072893&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072893&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072893&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072893&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ocke Janssen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 40 23646 661, x66661
&lt;br&gt;Dipl. Inf(FH) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax: +49 40 23646 550
&lt;br&gt;Sun Microsystems Inc.
&lt;br&gt;Nagelsweg 55 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072893&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ocke.Janssen@...&lt;/a&gt;
&lt;br&gt;D-20097 Hamburg &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sitz der Gesellschaft:
&lt;br&gt;Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
&lt;br&gt;Amtsgericht Muenchen: HRB 161028
&lt;br&gt;Geschaeftsfuehrer: Thomas Schr?der, Wolfgang Engels, Wolf Frenkel
&lt;br&gt;Vorsitzender des Aufsichtsrates: Martin Haering
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072893&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072893&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Template-tables-source-tp26056878p26072893.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26072758</id>
	<title>Re: Template tables source</title>
	<published>2009-10-26T23:33:51Z</published>
	<updated>2009-10-26T23:33:51Z</updated>
	<author>
		<name>Reizinger Zoltán</name>
	</author>
	<content type="html">Moin Ocke,
&lt;br&gt;&lt;br&gt;Ocke Janssen írta:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Moin Zoltan,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 10/26/09 10:53, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt; I prepare for OOo Base Guide some source documents.
&lt;br&gt;&amp;gt;&amp;gt; I found Standards Distributed Schema wiki page:
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; My question that how can I easily retrieve the tables definitions. I 
&lt;br&gt;&amp;gt;&amp;gt; need fields, data types and sizes etc.
&lt;br&gt;&amp;gt; Create a new db and start the table wizard and create the table you 
&lt;br&gt;&amp;gt; are interested in. :-)
&lt;/div&gt;This way is known for me. &amp;nbsp;;-)
&lt;br&gt;I like to see all data in one text file, to pick up what me needs. It is 
&lt;br&gt;possible?
&lt;br&gt;Zoltan
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072758&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072758&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072758&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072758&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Template-tables-source-tp26056878p26072758.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26072677</id>
	<title>Re: Template tables source</title>
	<published>2009-10-26T23:24:00Z</published>
	<updated>2009-10-26T23:24:00Z</updated>
	<author>
		<name>Ocke Janssen</name>
	</author>
	<content type="html">Moin Zoltan,
&lt;br&gt;&lt;br&gt;On 10/26/09 10:53, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I prepare for OOo Base Guide some source documents.
&lt;br&gt;&amp;gt; I found Standards Distributed Schema wiki page:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My question that how can I easily retrieve the tables definitions. I 
&lt;br&gt;&amp;gt; need fields, data types and sizes etc.
&lt;br&gt;Create a new db and start the table wizard and create the table you are 
&lt;br&gt;interested in. :-)
&lt;br&gt;&lt;br&gt;- oj
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072677&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072677&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ocke Janssen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 40 23646 661, x66661
&lt;br&gt;Dipl. Inf(FH) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax: +49 40 23646 550
&lt;br&gt;Sun Microsystems Inc.
&lt;br&gt;Nagelsweg 55 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072677&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ocke.Janssen@...&lt;/a&gt;
&lt;br&gt;D-20097 Hamburg &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sitz der Gesellschaft:
&lt;br&gt;Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
&lt;br&gt;Amtsgericht Muenchen: HRB 161028
&lt;br&gt;Geschaeftsfuehrer: Thomas Schr?der, Wolfgang Engels, Wolf Frenkel
&lt;br&gt;Vorsitzender des Aufsichtsrates: Martin Haering
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072677&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26072677&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Template-tables-source-tp26056878p26072677.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26065735</id>
	<title>Mailmerge crash (and I have to send out a mailing tomorrow!!!!)</title>
	<published>2009-10-26T12:15:50Z</published>
	<updated>2009-10-26T12:15:50Z</updated>
	<author>
		<name>Norbert Zawodsky</name>
	</author>
	<content type="html">Hello everybody!
&lt;br&gt;&lt;br&gt;(I'm not quite sure if this is the right mailing list for my issue. But
&lt;br&gt;I think, since mail-merge is somehow related to base ... &amp;nbsp;;-) )
&lt;br&gt;&lt;br&gt;I've been working with OO 3.1.0.6 for quite a long time now. Since this
&lt;br&gt;problem hit me this evening, I upgraded to 3.1.1.1. But got the same
&lt;br&gt;crash...
&lt;br&gt;&lt;br&gt;As always, I created a .odt document containing form letter fields. (I
&lt;br&gt;did many many mailings in the past). Printing to paper works. I tried
&lt;br&gt;that with 2 or 3 recipients. But sending as email crashes.
&lt;br&gt;If you want to send a form letter as email, you have to use the
&lt;br&gt;Assistant. (Simply pressing Ctrl-P doesn't work because &amp;quot;as e-mail&amp;quot;
&lt;br&gt;doesn't exist there. BTW why ???????)
&lt;br&gt;I sucessfully got through all the steps of the form-letter assistant
&lt;br&gt;dialog. But when I press the &amp;quot;Send&amp;quot; button in the last step, all windows
&lt;br&gt;disappear and the document-recreation dialog pops up. No error mesage.
&lt;br&gt;Nothing....
&lt;br&gt;&lt;br&gt;This is even more a big problem to me now, because a have to send out a
&lt;br&gt;mailing by tomorrow!!!
&lt;br&gt;&lt;br&gt;Any ideas what I could do?
&lt;br&gt;&lt;br&gt;Norbert
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065735&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26065735&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mailmerge-crash-%28and-I-have-to-send-out-a-mailing-tomorrow%21%21%21%21%29-tp26065735p26065735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26062760</id>
	<title>Re: Template tables source</title>
	<published>2009-10-26T09:16:33Z</published>
	<updated>2009-10-26T09:16:33Z</updated>
	<author>
		<name>Drew Jensen</name>
	</author>
	<content type="html">Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I prepare for OOo Base Guide some source documents.
&lt;br&gt;&amp;gt; I found Standards Distributed Schema wiki page:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;OK
&lt;br&gt;&lt;br&gt;Drew
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26062760&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26062760&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Template-tables-source-tp26056878p26062760.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26056878</id>
	<title>Template tables source</title>
	<published>2009-10-26T02:53:52Z</published>
	<updated>2009-10-26T02:53:52Z</updated>
	<author>
		<name>Reizinger Zoltán</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I prepare for OOo Base Guide some source documents.
&lt;br&gt;I found Standards Distributed Schema wiki page:
&lt;br&gt;&lt;a href=&quot;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.services.openoffice.org/wiki/Standard_Distributed_Schema&lt;/a&gt;&lt;br&gt;&lt;br&gt;My question that how can I easily retrieve the tables definitions. I 
&lt;br&gt;need fields, data types and sizes etc.
&lt;br&gt;Regards,
&lt;br&gt;Zoltan
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26056878&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26056878&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Template-tables-source-tp26056878p26056878.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25982916</id>
	<title>Re: MySQL Connector for OpenOffice.org 1.0 - what about old versions of MySQL?</title>
	<published>2009-10-20T07:58:56Z</published>
	<updated>2009-10-20T07:58:56Z</updated>
	<author>
		<name>Georg Richter-3</name>
	</author>
	<content type="html">Clemens Molinari wrote:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Here in Germany we have an extremely popular opensource business
&lt;br&gt;&amp;gt; application named &amp;quot;CAO-Faktura&amp;quot;. It only uses MySQL &amp;lt;5 and does not work
&lt;br&gt;&amp;gt; with 5.x, and because of the new licensing policy many people would like
&lt;br&gt;&amp;gt; to continue with their old MySQL versions. Many, many small to medium
&lt;br&gt;&amp;gt; companies use CAO and would love to use an elegant connector for
&lt;br&gt;&amp;gt; mailmerge, reporting etc.
&lt;br&gt;&lt;br&gt;According to &lt;a href=&quot;http://www.cao-faktura.de/content/view/24/42/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cao-faktura.de/content/view/24/42/&lt;/a&gt;&amp;nbsp;the free
&lt;br&gt;version is under GPL, like MySQL is - so there shouldn't be a problem
&lt;br&gt;using an actual MySQL verison. Likely they have a close sourced version
&lt;br&gt;and prefer not pay for OEM licenses.
&lt;br&gt;&lt;br&gt;MySQL 3.23 is too old and not supported anymore - it lacks of several
&lt;br&gt;features like character set support, prepared statements etc. which are
&lt;br&gt;essential for OpenOffice Base.
&lt;br&gt;&lt;br&gt;/Georg
&lt;br&gt;-- 
&lt;br&gt;Sun Microsystems GmbH &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Georg Richter
&lt;br&gt;Sonnenallee 1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Senior Engineering Manager
&lt;br&gt;85551 Kirchheim-Heimstetten &amp;nbsp;mailto: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25982916&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Georg.Richter@...&lt;/a&gt;
&lt;br&gt;Germany
&lt;br&gt;&lt;a href=&quot;http://www.sun.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.de&lt;/a&gt;&lt;br&gt;&lt;br&gt;Amtsgericht Muenchen: HRB161028
&lt;br&gt;Geschaeftsfuehrer: Thomas Schroeder, Wolfgang Engels, Wolf Frenkel
&lt;br&gt;Vorsitzender des Aufsichtsrates: Martin Haering
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25982916&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25982916&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MySQL-Connector-for-OpenOffice.org-1.0---what-about-old-versions-of-MySQL--tp25964728p25982916.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25964728</id>
	<title>MySQL Connector for OpenOffice.org 1.0 - what about old versions of MySQL?</title>
	<published>2009-10-18T19:07:25Z</published>
	<updated>2009-10-18T19:07:25Z</updated>
	<author>
		<name>Clemens Molinari</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I just installed the connector and tried to connect to my local host,
&lt;br&gt;but it didn't work - I had not noticed that the connector needs MySQL
&lt;br&gt;5.1, and mine is 3.23.
&lt;br&gt;&lt;br&gt;Normally I wouldn't care and just update, but there is a reason why I
&lt;br&gt;write this mail.
&lt;br&gt;&lt;br&gt;Here in Germany we have an extremely popular opensource business
&lt;br&gt;application named &amp;quot;CAO-Faktura&amp;quot;. It only uses MySQL &amp;lt;5 and does not work
&lt;br&gt;with 5.x, and because of the new licensing policy many people would like
&lt;br&gt;to continue with their old MySQL versions. Many, many small to medium
&lt;br&gt;companies use CAO and would love to use an elegant connector for
&lt;br&gt;mailmerge, reporting etc.
&lt;br&gt;&lt;br&gt;Is there a way to make the connector work with old MySQL versions?
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Clemens
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25964728&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25964728&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MySQL-Connector-for-OpenOffice.org-1.0---what-about-old-versions-of-MySQL--tp25964728p25964728.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25926825</id>
	<title>Re: SRB for OOO320_m2?</title>
	<published>2009-10-16T07:58:48Z</published>
	<updated>2009-10-16T07:58:48Z</updated>
	<author>
		<name>Mechtilde Stehmann-2</name>
	</author>
	<content type="html">Sorry i wanted to forward this message to one of the German tester
&lt;br&gt;&lt;br&gt;&lt;br&gt;Mechtilde
&lt;br&gt;&lt;br&gt;&lt;br&gt;Mechtilde schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hallo Wolfgang,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Dir zur Information.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; hier auch der Link. ftp://qa-upload.services.openoffice.org/SRB/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Gruß
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Mechtilde
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ocke Janssen schrieb:
&lt;br&gt;&amp;gt;&amp;gt; Hi Zoltan,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; New version uploaded.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;&amp;gt; On 10/16/09 13:21, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Frank,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I &amp;nbsp;checked &amp;nbsp;for changes in m2, and I think that some changes in SRB 
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; happened, that means new SRB &amp;nbsp;needs for OOO320_m2 version, to test
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; fixed issues.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dipl. Ing. Mechtilde Stehmann
&lt;br&gt;## &lt;a href=&quot;http://de.openoffice.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://de.openoffice.org&lt;/a&gt;&lt;br&gt;## Ansprechpartnerin für die deutschsprachige QA
&lt;br&gt;## Freie Office-Suite für Linux, Mac, Windows, Solaris
&lt;br&gt;## Meine Seite &lt;a href=&quot;http://www.mechtilde.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mechtilde.de&lt;/a&gt;&lt;br&gt;## PGP encryption welcome! Key-ID: 0x53B3892B
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25926825&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25926825&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SRB-for-OOO320_m2--tp25923774p25926825.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25926687</id>
	<title>Re: SRB for OOO320_m2?</title>
	<published>2009-10-16T07:49:38Z</published>
	<updated>2009-10-16T07:49:38Z</updated>
	<author>
		<name>Mechtilde Stehmann-2</name>
	</author>
	<content type="html">Hallo Wolfgang,
&lt;br&gt;&lt;br&gt;Dir zur Information.
&lt;br&gt;&lt;br&gt;hier auch der Link. ftp://qa-upload.services.openoffice.org/SRB/
&lt;br&gt;&lt;br&gt;Gruß
&lt;br&gt;&lt;br&gt;Mechtilde
&lt;br&gt;&lt;br&gt;Ocke Janssen schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Zoltan,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; New version uploaded.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; - oj
&lt;br&gt;&amp;gt; On 10/16/09 13:21, Reizinger Zoltán wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Frank,
&lt;br&gt;&amp;gt;&amp;gt; I &amp;nbsp;checked &amp;nbsp;for changes in m2, and I think that some changes in SRB 
&lt;br&gt;&amp;gt;&amp;gt; happened, that means new SRB &amp;nbsp;needs for OOO320_m2 version, to test
&lt;br&gt;&amp;gt;&amp;gt; fixed issues.
&lt;br&gt;&amp;gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25926687&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25926687&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Dipl. Ing. Mechtilde Stehmann
&lt;br&gt;## &lt;a href=&quot;http://de.openoffice.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://de.openoffice.org&lt;/a&gt;&lt;br&gt;## Ansprechpartnerin für die deutschsprachige QA
&lt;br&gt;## Freie Office-Suite für Linux, Mac, Windows, Solaris
&lt;br&gt;## Meine Seite &lt;a href=&quot;http://www.mechtilde.de&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mechtilde.de&lt;/a&gt;&lt;br&gt;## PGP encryption welcome! Key-ID: 0x53B3892B
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25926687&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25926687&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SRB-for-OOO320_m2--tp25923774p25926687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25925278</id>
	<title>Re: SRB for OOO320_m2?</title>
	<published>2009-10-16T06:14:22Z</published>
	<updated>2009-10-16T06:14:22Z</updated>
	<author>
		<name>Ocke Janssen</name>
	</author>
	<content type="html">Hi Zoltan,
&lt;br&gt;&lt;br&gt;New version uploaded.
&lt;br&gt;&lt;br&gt;- oj
&lt;br&gt;On 10/16/09 13:21, Reizinger Zoltán wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Frank,
&lt;br&gt;&amp;gt; I &amp;nbsp;checked &amp;nbsp;for changes in m2, and I think that some changes in SRB &amp;nbsp;
&lt;br&gt;&amp;gt; happened, that means new SRB &amp;nbsp;needs for OOO320_m2 version, to test 
&lt;br&gt;&amp;gt; fixed issues.
&lt;br&gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25925278&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25925278&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ocke Janssen &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Tel: +49 40 23646 661, x66661
&lt;br&gt;Dipl. Inf(FH) &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Fax: +49 40 23646 550
&lt;br&gt;Sun Microsystems Inc.
&lt;br&gt;Nagelsweg 55 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25925278&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Ocke.Janssen@...&lt;/a&gt;
&lt;br&gt;D-20097 Hamburg &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&lt;br&gt;&lt;br&gt;Sitz der Gesellschaft:
&lt;br&gt;Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
&lt;br&gt;Amtsgericht Muenchen: HRB 161028
&lt;br&gt;Geschaeftsfuehrer: Thomas Schr?der, Wolfgang Engels, Wolf Frenkel
&lt;br&gt;Vorsitzender des Aufsichtsrates: Martin Haering
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25925278&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25925278&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SRB-for-OOO320_m2--tp25923774p25925278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25923774</id>
	<title>SRB for OOO320_m2?</title>
	<published>2009-10-16T04:21:17Z</published>
	<updated>2009-10-16T04:21:17Z</updated>
	<author>
		<name>Reizinger Zoltán</name>
	</author>
	<content type="html">Hi Frank,
&lt;br&gt;I &amp;nbsp;checked &amp;nbsp;for changes in m2, and I think that some changes in SRB &amp;nbsp;
&lt;br&gt;happened, that means new SRB &amp;nbsp;needs for OOO320_m2 version, to test fixed 
&lt;br&gt;issues.
&lt;br&gt;Zoltan
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25923774&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25923774&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SRB-for-OOO320_m2--tp25923774p25923774.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25882399</id>
	<title>Re: fileds data type</title>
	<published>2009-10-13T15:54:31Z</published>
	<updated>2009-10-13T15:54:31Z</updated>
	<author>
		<name>Sergio Corato</name>
	</author>
	<content type="html">Corghi Stefano ha scritto:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Good Morning,
&lt;br&gt;&amp;gt; i'm searching a solution to insert entire file of different format ( 
&lt;br&gt;&amp;gt; jpeg image, calc sheet, write document and so on ) into base database.
&lt;br&gt;&amp;gt; Someone can help me on this matter?
&lt;br&gt;&amp;gt; My first choice is for standard file base format HSQLDB, Mysql or 
&lt;br&gt;&amp;gt; postgres can be more productive for this use?
&lt;br&gt;&amp;gt; Many thanks
&lt;br&gt;&amp;gt; Stefano
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25882399&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25882399&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;If you refer to BLOB data type, you can try the AndrewBase.odt tutorial, 
&lt;br&gt;2.5 Accessing the binary data.
&lt;br&gt;Bye.
&lt;br&gt;Sergio
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25882399&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25882399&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fileds-data-type-tp25841639p25882399.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25852205</id>
	<title>Re: mysql connector for openoffice.org</title>
	<published>2009-10-12T01:35:02Z</published>
	<updated>2009-10-12T01:35:02Z</updated>
	<author>
		<name>Marcus Lange-2</name>
	</author>
	<content type="html">Sr. Dorothy Robinson, OSB wrote:
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;&amp;gt; I'm interested in downloading mysql connector for openoffice.org 3.1 --but
&lt;br&gt;&amp;gt; when I click on the Windows button &amp;quot;Get it!&amp;quot; I get an empty page and no
&lt;br&gt;&amp;gt; download. &amp;nbsp;I tried other buttons with the same result...
&lt;br&gt;&lt;br&gt;that's strange. When I click on [Get it] there is a &amp;quot;Thank you&amp;quot; page and 
&lt;br&gt;then the extension can be saved locally. Can you download the file directly?
&lt;br&gt;&lt;a href=&quot;http://extensions.services.openoffice.org/files/2415/11/mysql-connector-ooo-1.0.0-windows-intel.oxt&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://extensions.services.openoffice.org/files/2415/11/mysql-connector-ooo-1.0.0-windows-intel.oxt&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; In fact almost *all the links on the page*
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://extensions.services.openoffice.org/project/mysql_connector&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://extensions.services.openoffice.org/project/mysql_connector&lt;/a&gt;&amp;nbsp;lead only
&lt;br&gt;&amp;gt; to an empty page.
&lt;br&gt;&lt;br&gt;You mean that also the link for license and more details lead to a white 
&lt;br&gt;page in your internet browser? Or is there any content on the page?
&lt;br&gt;&lt;br&gt;&amp;gt; Can you please help? &amp;nbsp;I tried the &amp;quot;Contact us&amp;quot; link at the bottom--empty
&lt;br&gt;&amp;gt; page. &amp;nbsp;Your email is the only avenue open...
&lt;br&gt;&lt;br&gt;Right, the link points to this mailing list where more people are 
&lt;br&gt;subscribed than to a mail address for a single person only.
&lt;br&gt;&lt;br&gt;Best regards
&lt;br&gt;&lt;br&gt;Marcus
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25852205&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25852205&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mysql-connector-for-openoffice.org-tp25847239p25852205.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25851415</id>
	<title>Re: Sun MySQL Connector/OOo (Beta) - code page + queries path</title>
	<published>2009-10-12T00:14:42Z</published>
	<updated>2009-10-12T00:14:42Z</updated>
	<author>
		<name>Frank Schoenheit, Sun Microsystems Germany</name>
	</author>
	<content type="html">Hi Jakub,
&lt;br&gt;&lt;br&gt;&amp;gt; I changed database properties to below settings:
&lt;br&gt;&amp;gt; Character set: utf8 -- UTF-8 Unicode
&lt;br&gt;&amp;gt; Collation: utf8_polish_ci
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Quite obvious!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; and now I have polish letters using all three connectors (native, ODBC
&lt;br&gt;&amp;gt; and JDBC).
&lt;br&gt;&lt;br&gt;great to hear, thanks for reporting this back.
&lt;br&gt;&lt;br&gt;Ciao
&lt;br&gt;Frank
&lt;br&gt;-- 
&lt;br&gt;- Frank Schönheit, Software Engineer &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25851415&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;frank.schoenheit@...&lt;/a&gt; -
&lt;br&gt;- Sun Microsystems &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://www.sun.com/staroffice&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.sun.com/staroffice&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- OpenOffice.org Base &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://dba.openoffice.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://dba.openoffice.org&lt;/a&gt;&amp;nbsp;-
&lt;br&gt;- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25851415&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25851415&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Sun-MySQL-Connector-OOo-%28Beta%29---code-page-%2B-queries-path-tp25784344p25851415.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25850935</id>
	<title>Re: Sun MySQL Connector/OOo (Beta) - code page + queries path</title>
	<published>2009-10-11T23:06:55Z</published>
	<updated>2009-10-11T23:06:55Z</updated>
	<author>
		<name>Jakub Zębalski</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;OK, now I have polish letters (ąśćźżęłóń) in OpenOffice when using MySql
&lt;br&gt;Native connector. I figured it out, that this connector, the same as
&lt;br&gt;JDBC connector, handles connection's code page different than ODBC
&lt;br&gt;connector.
&lt;br&gt;This is why my database with default charset being latin1 -- cp1252 West
&lt;br&gt;European worked fine with polish letters only when using OpenOffice and
&lt;br&gt;ODBC.
&lt;br&gt;&lt;br&gt;I changed database properties to below settings:
&lt;br&gt;Character set: utf8 -- UTF-8 Unicode
&lt;br&gt;Collation: utf8_polish_ci
&lt;br&gt;&lt;br&gt;Quite obvious!
&lt;br&gt;&lt;br&gt;and now I have polish letters using all three connectors (native, ODBC
&lt;br&gt;and JDBC).
&lt;br&gt;&lt;br&gt;Jakub
&lt;br&gt;&lt;br&gt;&lt;br&gt;Dnia 2009-10-07, śro o godzinie 14:30 +0200, Reizinger Zoltán pisze:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Jakub,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Jakub Zębalski írta:
&lt;br&gt;&amp;gt; &amp;gt; Hi Frank,
&lt;br&gt;&amp;gt; &amp;gt; Thank you for your reply.
&lt;br&gt;&amp;gt; &amp;gt; I'm sorry I am replying so late, but somehow I did not receive your
&lt;br&gt;&amp;gt; &amp;gt; reply by email, but I found it accidentally in google when searching for
&lt;br&gt;&amp;gt; &amp;gt; solution.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; 1. The problem is with some letters typical for polish alfabet like
&lt;br&gt;&amp;gt; &amp;gt; ąśćźżęłóń. 
&lt;br&gt;&amp;gt; &amp;gt; When I use MySql 5.1.5 odbc connector, OpenOffice Base shows these
&lt;br&gt;&amp;gt; &amp;gt; letters properly (I just select UTF8 coding in oo connector properties).
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; When I use MySQL Connector for OpenOffice.org, polish letters are
&lt;br&gt;&amp;gt; &amp;gt; displayed improperly.
&lt;br&gt;&amp;gt; &amp;gt; Also when I type some new polish letters, after updateing the record I
&lt;br&gt;&amp;gt; &amp;gt; see question marks intead of them.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I use Ubuntu Server with default instalation of MySql server, version:
&lt;br&gt;&amp;gt; &amp;gt; MySQL 5.0.51a-3ubuntu5.4
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; Needs MySQL 5.1 or newer version.
&lt;br&gt;&amp;gt; Zoltan
&lt;br&gt;&amp;gt; &amp;gt; 2. I hope you will add this option from my proposal 2 below. For person
&lt;br&gt;&amp;gt; &amp;gt; with really many complicated queries inside macros it is really time
&lt;br&gt;&amp;gt; &amp;gt; consuming to switch to native mysql connector.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thank you in advance &amp;nbsp;for your reply!
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hi Jakub,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; sorry for the late response, but I hope late is better than never :)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 1. I'm having problems with polish letters in my database.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; I'm using Ubuntu with OpenOffice 3.1 which connects to MySql server
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; through ODBC. The code page was set up automatically by OpenOffice and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; only in OpenOffice Base polish letters look fine.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; In MySql Query Browser, for e.g., there is no polish letters in that
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; database.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; When I installed Sun MySQL Connector, I noticed there there were no
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; polish signs and it was not possible to set up the code page.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I do not completely get you here, sorry. Can you please describe in more
&lt;br&gt;&amp;gt; &amp;gt; detail what you're doing? Where do you enter the polish letters (in
&lt;br&gt;&amp;gt; &amp;gt; Base, or by other means)? Also, what does it mean that in Base the
&lt;br&gt;&amp;gt; &amp;gt; polish letters look fine, but with the MySQL Connector, there were no
&lt;br&gt;&amp;gt; &amp;gt; polish signs?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; 2. Query paths comparison: native mysql driver to ODBC.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; When you use OpenOffice and ODBC, when writing queries, there is no
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; neeed to write database name in query. You set it up only once, in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; connection preferences.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; In native mysql connector it works like JDBC, you have to repeat the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; database name in every query.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Would it be possible to skip repeating the database name in query in
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; case when you type the database name in connection preferences?
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Hmm, that'd be difficult. Not necessarily technically difficult, but:
&lt;br&gt;&amp;gt; &amp;gt; With the MySQL Connector, you see all databases on the server (which you
&lt;br&gt;&amp;gt; &amp;gt; have access to, of course). So, a statement like &amp;quot;SELECT * FROM &amp;lt;table&amp;gt;&amp;quot;
&lt;br&gt;&amp;gt; &amp;gt; is potentially ambiguous.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; (Note we prefer so understand this &amp;quot;all databases&amp;quot;-thing a feature, not
&lt;br&gt;&amp;gt; &amp;gt; a bug :), though future versions might allow to optionally disable it.)
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Ciao
&lt;br&gt;&amp;gt; &amp;gt; Frank
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25850935&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25850935&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25850935&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25850935&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Sun-MySQL-Connector-OOo-%28Beta%29---code-page-%2B-queries-path-tp25784344p25850935.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25841639</id>
	<title>fileds data type</title>
	<published>2009-10-11T01:46:35Z</published>
	<updated>2009-10-11T01:46:35Z</updated>
	<author>
		<name>Corghi Stefano</name>
	</author>
	<content type="html">Good Morning,
&lt;br&gt;i'm searching a solution to insert entire file of different format ( 
&lt;br&gt;jpeg image, calc sheet, write document and so on ) into base database.
&lt;br&gt;Someone can help me on this matter?
&lt;br&gt;My first choice is for standard file base format HSQLDB, Mysql or 
&lt;br&gt;postgres can be more productive for this use?
&lt;br&gt;Many thanks
&lt;br&gt;Stefano
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25841639&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25841639&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/fileds-data-type-tp25841639p25841639.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25838103</id>
	<title>Re: conditional print</title>
	<published>2009-10-10T13:28:31Z</published>
	<updated>2009-10-10T13:28:31Z</updated>
	<author>
		<name>Franco Fornari</name>
	</author>
	<content type="html">Hi Ocke,
&lt;br&gt;&lt;br&gt;sorry, but for me it's not a good workaround; it can be acceptable for 
&lt;br&gt;integers, but in case of formatting calculated fields as strings, you 
&lt;br&gt;can easily get too many decimals displayed. I prefer to wait that it 
&lt;br&gt;will be fixed.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Franco
&lt;br&gt;&lt;br&gt;Ocke Janssen ha scritto:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Franco,
&lt;br&gt;&amp;gt; On 09/05/09 18:40, Franco Fornari wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm trying to use conditional print expressions in reports, with no 
&lt;br&gt;&amp;gt;&amp;gt; success. Probably it's a matter of sintax, but I didn't find any 
&lt;br&gt;&amp;gt;&amp;gt; example to understand why it didn't work for me. I attached a sample 
&lt;br&gt;&amp;gt;&amp;gt; db, containing a little table and a very simple report linked to it. 
&lt;br&gt;&amp;gt;&amp;gt; I'd like to make invisible each field when it contain 0 and visible 
&lt;br&gt;&amp;gt;&amp;gt; with any other value. As far as I know, it should be easy to get such 
&lt;br&gt;&amp;gt;&amp;gt; a result, but ..., it's not easy for me. Any help, please?
&lt;br&gt;&amp;gt; The problem is the number format. As a workaround you format your 
&lt;br&gt;&amp;gt; field as string.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - oj
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks in advance,
&lt;br&gt;&amp;gt;&amp;gt; Franco
&lt;br&gt;&amp;gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25838103&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25838103&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nessun virus nel messaggio in arrivo.
&lt;br&gt;&amp;gt; Controllato da AVG - www.avg.com 
&lt;br&gt;&amp;gt; Versione: 8.5.421 / Database dei virus: 270.14.9/2427 - &amp;nbsp;Data di rilascio: 10/10/09 06:39:00
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; 
&lt;/div&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25838103&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25838103&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;users-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/conditional-print-tp25310193p25838103.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25847239</id>
	<title>mysql connector for openoffice.org</title>
	<published>2009-10-09T10:52:16Z</published>
	<updated>2009-10-09T10:52:16Z</updated>
	<author>
		<name>Sister Dorothy Robinson,  OSB at St. Placid Priory</name>
	</author>
	<content type="html">Hello--
&lt;br&gt;&lt;br&gt;I'm interested in downloading mysql connector for openoffice.org 3.1 --but
&lt;br&gt;when I click on the Windows button &amp;quot;Get it!&amp;quot; I get an empty page and no
&lt;br&gt;download. &amp;nbsp;I tried other buttons with the same result...
&lt;br&gt;&lt;br&gt;In fact almost *all the links on the page*
&lt;br&gt;&lt;a href=&quot;http://extensions.services.openoffice.org/project/mysql_connector&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://extensions.services.openoffice.org/project/mysql_connector&lt;/a&gt;&amp;nbsp;lead only
&lt;br&gt;to an empty page.
&lt;br&gt;&lt;br&gt;Can you please help? &amp;nbsp;I tried the &amp;quot;Contact us&amp;quot; link at the bottom--empty
&lt;br&gt;page. &amp;nbsp;Your email is the only avenue open...
&lt;br&gt;&lt;br&gt;thx,
&lt;br&gt;Sr. Dorothy
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mysql-connector-for-openoffice.org-tp25847239p25847239.html" />
</entry>

</feed>
