ReadOnly - Cursor when ReadWrite requested

Ruslan Zasukhin sunshine at public.kherson.ua
Sat Feb 24 05:22:25 CST 2007


On 24/2/07 11:31 AM, "Thorsten Hohage" <thohage at objectmanufactur.com> wrote:

Hi Thorsten,  

> second (minor) problem
> 
>      sqlStatement = "select * "
>      sqlStatement = sqlStatement + " from " + pDataName +" "
> 
>      serial = pDataList.Value(pSerialName).IntegerValue
>      sqlStatement = sqlStatement + " where " + pSerialName + " = " +
> Str(serial)
> 
>      myCursor = myValentinaDB.SQLSelect(sqlStatement,
> EVCursorLocation.kClientSide, EVLockType.kReadWrite,  
> EVCursorDirection.kForwardOnly)
> 
> return a readOnly-Cursor ?!?!?!? Where is my error?

* Client-side cursor ALWAYS is read only.

* cursor built on SELECT with joins ALWAYS is read-only.

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