Results 1 to 2 of 2

Thread: Tornado - error updating memo fields containind "," or ";"

  1. #1
    Join Date
    Jul 2004
    Posts
    2

    Tornado - error updating memo fields containind "," or ";"

    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

  2. #2
    Join Date
    Oct 2002
    Posts
    933
    confirmed and fixed. send me an email and I'll send you the patch realease to confirmt he fix. PLease specify 1.0, 1.0 vb or C# or ALL.

    Thanks,

    Frank

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •