Saving content of editor in database.

  •  06-22-2010, 2:39 PM

    Saving content of editor in database.

    Hello I just started to use the editor but i cant figure out how to save the editors text into a database.
     
     The next error I get is:
     
     
    Exception Details: System.Data.SqlClient.SqlException: Incorrect syntax near the keyword 'WHERE'.
     
                               Dim returnValue As Integer
    Line 956:            Try
    Line 957:                returnValue = command.ExecuteNonQuery
    Line 958:            Finally
    Line 959:                If (previousConnectionState = Global.System.Data.ConnectionState.Closed) Then
     
    Can someone help me with this? Im just using an normal updatequery to add the editor.text to database.
     
    Thx
    Yours,
     
    Nigel
View Complete Thread