; {
>> table.addRow( i, "some text" );
>> }
>>
>> log.info( "Reading data" );
>> int count = 0;
>> while ( ( row = table.getNextRow() ) != null )
>> {
>>
ed, Jul 21, 2010 at 3:42 AM, Ime Asangansi
> wrote:
> >>>
> >>> Impressive!
> >>> First time seeing that clean functionality!
> >>> I see potential there to move data between both systems :)
> >>>
> >>> Ime
> >>&
hile ( ( row = table.getNextRow() ) != null )
> {
> count++;
> log.debug( row );
> Integer id = (Integer) row.get( "id" );
> String value = (String) row.get( "value" );
>
>
ue" );
System.err.println( id + " : " + value );
}
log.info( count + " datavalues" );
} catch ( IOException ex )
{
log.info("Ouch: "+ex);
}
}
}
>
> Thanks.
>
> Im
Hi Bob,
Mmmm..interesting.
Just to be sure.
Were you reading from 1.4 and writing to 2.0? mysql or postgres?
Were you writing the other way (to access)?
Thanks.
Ime
--- On Fri, 7/23/10, Bob Jolliffe wrote:
> From: Bob Jolliffe
> Subject: Re: [Dhis2-devs] dhis14 import
> To: &q
between both systems :)
>>>
>>> Ime
>>>
>>>
>>> --- On Tue, 7/20/10, Knut Staring wrote:
>>>
>>> > From: Knut Staring
>>> > Subject: Re: [Dhis2-devs] dhis14 import
>>> > To: "Bob Jolliffe"
>>>
>>
>> Impressive!
>> First time seeing that clean functionality!
>> I see potential there to move data between both systems :)
>>
>> Ime
>>
>>
>> --- On Tue, 7/20/10, Knut Staring wrote:
>>
>> > From: Knut Staring
>> > Sub
sive!
> >> First time seeing that clean functionality!
> >> I see potential there to move data between both systems :)
> >>
> >> Ime
> >>
> >>
> >> --- On Tue, 7/20/10, Knut Staring wrote:
> >>
> >> > From: Knut St
>>
>> Impressive!
>> First time seeing that clean functionality!
>> I see potential there to move data between both systems :)
>>
>> Ime
>>
>>
>> --- On Tue, 7/20/10, Knut Staring wrote:
>>
>> > From: Knut Staring
>> > Su
ial there to move data between both systems :)
>
> Ime
>
>
> --- On Tue, 7/20/10, Knut Staring wrote:
>
> > From: Knut Staring
> > Subject: Re: [Dhis2-devs] dhis14 import
> > To: "Bob Jolliffe"
> > Cc: "dhis2-devs"
> > Date
Impressive!
First time seeing that clean functionality!
I see potential there to move data between both systems :)
Ime
--- On Tue, 7/20/10, Knut Staring wrote:
> From: Knut Staring
> Subject: Re: [Dhis2-devs] dhis14 import
> To: "Bob Jolliffe"
> Cc: "dhis2-devs
I am really impressed with that news.
Caveman
On Tue, Jul 20, 2010 at 3:23 PM, Bob Jolliffe wrote:
> Just some throwaway code testing out jackcess for reading dhis14 (and
> potentially modulo basico files):
>
> http://pastebin.com/wMv1SZqq
>
> I'm pretty impressed. It works well and I suspect
That sounds really great - it has been problematic to require Windows for this.
k
On Tue, Jul 20, 2010 at 3:23 PM, Bob Jolliffe wrote:
> Just some throwaway code testing out jackcess for reading dhis14 (and
> potentially modulo basico files):
>
> http://pastebin.com/wMv1SZqq
>
> I'm pretty impre
Just some throwaway code testing out jackcess for reading dhis14 (and
potentially modulo basico files):
http://pastebin.com/wMv1SZqq
I'm pretty impressed. It works well and I suspect also much faster
than accessing via odbc/ibatis or whatever it is. Never mind the
nonsense of what this code act
14 matches
Mail list logo