Subject | Re: [Firebird-Java] Re: Eclipse DTP with Firebird |
---|---|
Author | Mark Rotteveel |
Post date | 2011-06-02T06:58:06Z |
Could you mail the spamcop message and the original attachment to my
other mailaddress: Avalanche1979@...?
other mailaddress: Avalanche1979@...?
On 2-6-2011 0:58, reg_hill_labs wrote:
>
>
> Hi Mark,
>
> Sent the following message but it somehow got rejected by SPAMCOP.
>
> So here it is again in the list.
> --------------------------
>
> Hi Mark,
>
> This is re the Eclipse DTP plugins and Firebird as discussed on the
> Firebird Java Yahoo news group.
>
> Thanks for taking the time to look into this.
>
> I have included an example database's meta data at the bottom of this
> email (could not see how to attach in this email client).
>
> The steps to reproduce the problem are shown below:
>
> * Step 1: Go to Data Source Explorer in Eclipse (I am using Helios Mac
> 64 version, have also tested on Galileo Windows 32 bit version)
> * Step 2: Create a new Database Connection (I called it TestConnection)
> * Step 3: Select Firebird for connection type, and fill in the details
> (I have tested Jaybird version 2.2.0 and 2.1.6)
> * Step 4: Expand the newly created connection:
> * TestConnection -> testdb -> Schemas -> USER -> Tables -> TEST_TABLE ->
> Columns
>
> Result: You will see columns FIELD_1, FIELD_2, FIELD_3 and FIELD_4. You
> should also see FIELD_5, 6, 7, 8, 9 and FIELD_10, but it stops at
> FIELD_4 because FIELD_5 is a BLOB (well, that is why I think it stops).
>
> I hope it is a reasonably easy fix, thanks again for providing this
> functionality, definitely useful.
>
> Regards
> Colin
> ------------------------------
> CREATE DATABASE '/Path/To/Database/Test.fdb'
> USER 'SYSDBA' PASSWORD 'masterkey'
> PAGE_SIZE 16384
> DEFAULT CHARACTER SET NONE;
>
> CREATE TABLE TEST_TABLE (
> FIELD_1 INTEGER,
> FIELD_2 INTEGER,
> FIELD_3 VARCHAR(10),
> FIELD_4 VARCHAR(10),
> FIELD_5 BLOB SUB_TYPE 1 SEGMENT SIZE 80,
> FIELD_6 INTEGER,
> FIELD_7 INTEGER,
> FIELD_8 VARCHAR(10),
> FIELD_9 INTEGER,
> FIELD_10 INTEGER
> );
--
Mark Rotteveel
--
Mark Rotteveel