Issue 27012 - Unknown sbx-Type!
Summary: Unknown sbx-Type!
Status: CLOSED FIXED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 1.1.1RC
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: ab
QA Contact: issues@dba
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-27 08:42 UTC by amoroder2
Modified: 2006-05-31 14:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description amoroder2 2004-03-27 08:42:00 UTC
This small code

DatabaseContext = createUnoService("com.sun.star.sdb.DatabaseContext")
DataSource = DatabaseContext.getByName("mydb")

MsgBox Datasource.dbg_methods

shows me a list of methods.
One of them has the following text

Unknown Sbx-Type! getSomething(SbxArray)

Because of the strange message I thought I should post this.

Bye
Andreas
Comment 1 Frank Schönheit 2004-03-29 07:05:50 UTC
fs->ab: sounds like the diagnostics code in Basic doesn't not int64's, yet.
Comment 2 ab 2004-03-31 13:15:05 UTC
Accepted
Comment 3 ab 2004-05-06 09:25:31 UTC
P4 -> P3 to avoid OOo later as this is very easy to fix
Comment 4 ab 2004-07-29 14:39:19 UTC
.
Comment 5 ab 2004-08-20 12:52:19 UTC
A shorter version without context needed is:

sub main
	DataSource = createUnoService("com.sun.star.sdb.DataSource")
	MsgBox Datasource.dbg_methods
end sub

Unfortunately the getSomething() method is not supported any more in m50.

  RowSet = createUnoService("com.sun.star.sdb.RowSet")

can be used instead. It also contains hyper types that now are displayed correctly.
Comment 6 b.osi.ooo 2004-08-26 17:47:00 UTC
verified in CWS on linux, no "Unknown" anymore.
Comment 7 ab 2005-01-04 14:19:37 UTC
Checked in src680 m66