[V4MD] Importing text with high ASCII chars

Ruslan Zasukhin sunshine at public.kherson.ua
Wed Oct 1 00:48:03 CDT 2008


On 10/1/08 1:16 AM, "Irv Kalb" <Irv at furrypants.com> wrote:

>    curs = gDB.SqlSelect( "SELECT * FROM " & sTableName, #kClientSide,
> #kNoLocks )

Just a point

Combination    #kClientSide, #kNoLocks
    is prohibited in fact.

In 4.0 this will be refused by error.
Because ClientSide can be only ReadOnly.

Just write 

   curs = gDB.SqlSelect( "SELECT * FROM " & sTableName, #kClientSide )

Now this is not a problem, just warning on future


>    if CheckValError() then exit
>    curs.importText(sFileName, TAB, RETURN, "", TRUE)
>    if CheckValError() then exit

-- 
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]




More information about the Valentina mailing list