[V4MD2] Strings still broken in 2.0.4 fc7?

Heinrich Ruoff heinrichruoff at gmail.com
Sat Jun 18 14:34:31 CDT 2005


Checked the example and it works.

In the example the values are retrieved using 
gCursor.nextRecord(), gCursor.lastRecord(), ...
and then put gCursor.field("fld_VarChar").value into field "fld_VarChar"

I use instead:
query = "SELECT * FROM tb_names"
curs = gDb.sqlSelect(query)
put "table data:" && ProduceCursorData(curs)


On 6/18/05, Ruslan Zasukhin <sunshine at public.kherson.ua> wrote:
> On 6/18/05 2:09 PM, "Heinrich Ruoff" <heinrichruoff at gmail.com> wrote:
> 
> > Hi to all!
> >
> > Just installed the new beta,
> > but retrieving stings via sqlSelect still doesn't work
> > when the field type is VarChar.
> 
> Have you check our example
> 
>     SQL_way/Records_AddDeleteUpdate
> 
> I know that here present all fields types.
> 
> 
> --
> Best regards,
> 
> Ruslan Zasukhin
> VP Engineering and New Technology
> Paradigma Software, Inc
> 
> Valentina - Joining Worlds of Information
> http://www.paradigmasoft.com
> 
> [I feel the need: the need for speed]
> 
> 
> _______________________________________________
> Valentina-beta mailing list
> Valentina-beta at lists.macserve.net
> http://lists.macserve.net/mailman/listinfo/valentina-beta
>


More information about the Valentina-beta mailing list