Ooooh!!!! Silly me, how many times have I fallen for this ????

Thanks!


On Tue, Oct 30, 2012 at 7:58 PM, Mark Miesfeld <miesf...@gmail.com> wrote:

>
>
> On Tue, Oct 30, 2012 at 11:37 AM, Staffan Tylen 
> <staffan.ty...@gmail.com>wrote:
>
>>
>> Thanks HÃ¥kan, but I get this:
>>
>>
>>      2 *-*
>> a=.oosqliteconnection~new("test.db",,.ooSQLite~OO_STEM_OF_STEMS)
>>        >>>   "an ooSQLiteConnection"
>> +++ Interactive trace. "Trace Off" to end debug, ENTER to Continue. +++
>>
>>      3 *-* rows.=a~exec("SELECT * FROM TBL;",.TRUE)
>>        >>>   "records"
>> say rows.0
>> 2
>> say rows.1
>> record
>> w.=rows.1
>> say w.
>> record
>> say w.0
>> record0
>> say w.A
>> recordan ooSQLiteConnection
>> say w.B
>> B1
>>
>> Column B looks OK but column A looks very odd, doesn't it?
>
>
>
> You assigned a vale to a, so if your column name is a, w.a is now screwed
> up, right?  That's the problem with using stems.
>
> --
> Mark Miesfeld
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_sfd2d_oct
> _______________________________________________
> Oorexx-users mailing list
> Oorexx-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-users
>
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to