Hello Frank,
We are now using Tornado-Gold-04 version 4.7.29.10
Memo fields are truncated in gridupdate at "," and it gives an error with ";"
Similar problem as in http://forums.databasejournal.com/sh...highlight=memo

Sample:
<%@ Page Language="vb" Debug="true" %>
<script language="vb" runat="server">
Sub Page_Load(Source as Object, E as EventArgs)
Dim EditAll As New Tornado.Z()
With EditAll
.dbQP = "U=627|S=12|ps=30|D=d:\Inetpub\db\nwind.mdb|M=ty=G rid!sysindex=true|ni=gridupdate,cancel|gdf=1,2|mts =-1|Q=Select * From categories order by CategoryName"
Dim EUF as string = "fi=categoryname|tag=size=20|ty=text"
EUF = EUF & ",fi=description|ty=TextArea|Tag=cols=30 rows=3"
.dbEditUpdateFlds = EUF
.dbBookMark = "categories;0"
.ASPdbNET()
End With
End Sub
</script>


Thank you

Thomas