One for support. I have not looked at your code but we should not have changed anything here.

Llu�s wrote:
Hi at all,
We have a VB6 application that uses CacheFactory to connect to our Database (Cache 4.1.9)
This application uses the code below to succesfully fill a %Library.Steam (Character Stream)
Set Taula = BDades.New("Spasat.Utilidades")
i = 0
Do
a = CLng(32000) * i
Tros = Mid(con, a + 1, 32000)
If Tros = "" Then Exit Do
Taula.Memo1.Write Tros
i = i + 1
Loop
Taula.sys_Save
IDMemo1 = Taula.sys_ID
Taula.sys_Close
Set Taula = Nothing
The problem appears when we use this application against Cache 5 (v. 5.0.4.829.0), we get the error *Error 9990, Message Exceed 32K, Unable to Send.*
** If I decrease the 32000 for another number lower than 31979 it works, but higher of 31979 it crashes.
** I wonder if in Cache 5 this type of properties or the way to handle it has changed ??
Many thks

Reply via email to