Re: [dba-dev] Can not delete a previously opened Base document

2005-10-31 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Andrew, You got me there I have not tried this on my Linux computer, only on a Windows XP Professional computer. I have noticed that on Windows, if a Write document is open, I can not attach it to email. It is probably the same problem. I can probably disable this behavior on

Re: [dba-dev] Base connections

2005-10-31 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Matthew, My question: Is there any way to connect Base to a native xml database such as BerkeleyDB XML? No, currently not. Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - -

Re: [dba-dev] Re: [users] OO 2.0 Base

2005-10-31 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Andrew/Richard, If I open a report, add in doc properties save it, then save the base document reopen the report the doc properties have been removed - is this a bug? Definately. Is it already in IZ? Thanks Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL

Re: [dba-dev] Adding tables using SQL does not update a Base document immediately.

2005-10-31 Thread Andrew Douglas Pitonyak
Ocke Janssen wrote: Hi, Wolfgang Schaible wrote: hi, Am Sonntag 30 Oktober 2005 02.57 schrieb Andrew Douglas Pitonyak: I load a Base document. I add a table using a macro (and the API). The Base document shows the new tables. If my macro uses SQL to create the table, then the tables are

Re: [dba-dev] Can not delete a previously opened Base document

2005-10-31 Thread Andrew Douglas Pitonyak
Frank Schönheit - Sun Microsystems Germany wrote: Hi Andrew, You got me there I have not tried this on my Linux computer, only on a Windows XP Professional computer. I have noticed that on Windows, if a Write document is open, I can not attach it to email. It is probably the same

Re: [dba-dev] Can not delete a previously opened Base document

2005-10-31 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Andrew, I will perform some more complete checks and come up with a minimal set of steps to reproduce the problem. I am using macros, which means that I am using a database context to get the database. I then obtain a connection. I close the connection, but I do not dispose the

Re: [dba-dev] Adding tables using SQL does not update a Base document immediately.

2005-10-31 Thread Wolfgang Schaible
hi, Am Montag 31 Oktober 2005 14.38 schrieb Andrew Douglas Pitonyak: Ocke Janssen wrote: Wolfgang Schaible wrote: Am Sonntag 30 Oktober 2005 02.57 schrieb Andrew Douglas Pitonyak: I load a Base document. I add a table using a macro (and the API). The Base document shows the new tables.

Re: [dba-dev] create new form from scratch in BASIC

2005-10-31 Thread Marc Santhoff
Hi Andrew, thanks for replying. Am Samstag, den 29.10.2005, 23:57 -0400 schrieb Andrew Douglas Pitonyak: Marc Santhoff wrote: Hi, I'm diggin to the new things in the base module and it's api: The form wizard shows how to create a new form from an url, it creates a temporary writer doc

Re: [dba-dev] Adding tables using SQL does not update a Base document immediately.

2005-10-31 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Wolfgang, Sounds good, but running a macro (with Base-Doc not open), how can I obtain a controller of the document and dispatch the command .uno:DBRefreshTables ? Ocke's last sentence Normally it should be enough to query for the XRefresh interface and call a refresh. was referring

Re: [dba-dev] Can not delete a previously opened Base document

2005-10-31 Thread Andrew Douglas Pitonyak
Frank Schönheit - Sun Microsystems Germany wrote: Hi Andrew, I will perform some more complete checks and come up with a minimal set of steps to reproduce the problem. I am using macros, which means that I am using a database context to get the database. I then obtain a connection. I

Re: [dba-dev] Adding tables using SQL does not update a Base document immediately.

2005-10-31 Thread Andrew Douglas Pitonyak
Frank Schönheit - Sun Microsystems Germany wrote: Hi Wolfgang, Sounds good, but running a macro (with Base-Doc not open), how can I obtain a controller of the document and dispatch the command .uno:DBRefreshTables ? Ocke's last sentence Normally it should be enough to query

Re: [dba-dev] Can not delete a previously opened Base document

2005-10-31 Thread Andrew Jensen
Andrew Douglas Pitonyak wrote: Frank Schönheit - Sun Microsystems Germany wrote: Hi Andrew, I will perform some more complete checks and come up with a minimal set of steps to reproduce the problem. I am using macros, which means that I am using a database context to get the database.

Re: [dba-dev] Can not delete a previously opened Base document

2005-10-31 Thread Frank Schönheit - Sun Microsystems Germa ny
Hi Andrew, Something simple like this causes a problem: oDBContext = createUnoService( com.sun.star.sdb.DatabaseContext ) oDB = oDBContext.createInstance() oDB.URL = sdbc:embedded:hsqldb oDB.DatabaseDocument.storeAsURL(dbURL, Array()) Yes, exactly this caused an ownership

[dba-dev] Re: Oracle ODBC not working in RC 2 - ping dbaneedsconfirm

2005-10-31 Thread Chuck
Marc Santhoff wrote: Am Freitag, den 21.10.2005, 19:57 +0200 schrieb Alex Thurgood: As a member of OOoQA I have trawled through some of the issues in dba, but there are many db engines to which I simply do not have access. Oracle is but one of them. For the tough guys there is still