[dba-issues] [Issue 116523] Firebird ODBC error in Base

2011-02-10 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116523


User oj changed the following:

What|Old value |New value

   Status whiteboard|  |reviewed





--- Additional comments from o...@openoffice.org Thu Feb 10 08:52:13 + 
2011 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 116523] Firebird ODBC error in Base

2011-02-01 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116523


User oj changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Tue Feb  1 12:50:06 + 
2011 ---
Fixed in cws dba34d.

You need the newest ODBC driver from firebird or see
http://tracker.firebirdsql.org/browse/ODBC-106 for more information.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 116523] Firebird ODBC error in Base

2011-01-26 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116523





--- Additional comments from o...@openoffice.org Wed Jan 26 14:23:28 + 
2011 ---
What is the trick to see the tables in OOo? I've started odbctest and try to
retrieve all tables but what I got are the system tables. I see the table with
flamerobin where I created it.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 116523] Firebird ODBC error in Base

2011-01-26 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116523





--- Additional comments from r4z...@openoffice.org Wed Jan 26 12:48:07 
+ 2011 ---
The right issue number is 15113.
I tested on win7 with OOo 3.3RC10.
I not use macro at all, only copied into macro editor, and try to run. 

The downloaded macro fails when I run it, with 

Basic runtime error
Property or method not found

The line of code "highlighted"  in the macro is

oDB.Store()

as in original issue.

If I use instead oDB.Store()
the suggested in 15113: oDB.DatabaseDocument.store()

another error 

Basic runtime error
An exception occurred,  I/O exception



-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 116523] Firebird ODBC error in Base

2011-01-26 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116523





--- Additional comments from o...@openoffice.org Wed Jan 26 11:30:59 + 
2011 ---
Could someone please it test again when running the macro attached to issue 5113

http://www.openoffice.org/nonav/issues/showattachment.cgi/22423/Universe%20settings.bas

This should take the driver result set type into account.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 116523] Firebird ODBC error in Base

2011-01-23 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116523





--- Additional comments from r4z...@openoffice.org Sun Jan 23 19:54:31 
+ 2011 ---
Similar fetching problem with other database type, see forum posts:
http://user.services.openoffice.org/en/forum/viewtopic.php?f=40&t=36844&p=173032#p173032

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 116523] Firebird ODBC error in Base

2011-01-20 Thread r4zoli
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116523


User r4zoli changed the following:

What|Old value |New value

  CC|''|'r4zoli'

 Assigned to|dbaneedsconfirm   |oj

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa, regression





--- Additional comments from r4z...@openoffice.org Thu Jan 20 12:01:06 
+ 2011 ---
Can confirm it.

I tested on Win7 with FB 2.5 and FB ODBC 2.0.0.150Win32 downloadable today from
FB site.

OOo 3.3RC10 and DEV300m96 works same gives  Data content could not be loaded
error message, when clicks on tables to open, after I added the password.

More on error message:
SQL status: HY106
[ODBC Firebird Driver]Fetch type out of range

Feom Tools>SQL... command window I can run SELECT * FROM "Table" without any 
error.

It is a regression, when I use OOo 3.2.1 when I click on tables opens without
problem.

Workaround use JDBC 2.2.0snapshot20060810JDK1_5 driver with Java 1.6 described 
in: 
http://jaybirdwiki.firebirdsql.org/jaybird/doku.php?id=config:oobase


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org



[dba-issues] [Issue 116523] Firebird ODBC error in Base

2011-01-19 Thread dbarbul
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=116523
 Issue #|116523
 Summary|Firebird ODBC error in Base
   Component|Database access
 Version|OOO330m9
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|dbarbul





--- Additional comments from dbar...@openoffice.org Wed Jan 19 21:17:01 
+ 2011 ---
When I try to open any table from database connected by Firebird ODBC source I
get an error:

Data content could not be loaded
[ODBC Firebird driver]Fetch Type out of range

In earlier versions including 3.20 and 3.21 everything was working OK.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org