Results 1 to 5 of 5

Thread: Problem with a ' in a databasefield. (SOLVED)

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2004
    Location
    Earth 4 now.
    Posts
    27

    Problem with a ' in a databasefield. (SOLVED)

    Hello,

    I had a problem and I couldn't figure out what it was.
    But after many mindbreaking I found out it was about a ' in a particular field.

    I've got a Access database and in there is a table with a field of the Memo type. Now this field for example contyains the following text:

    Many COA's have not been booked properly.
    Result: A COA without values


    Now it has an end of line but that isn't the problem I'm facing it's the '.

    Microsoft OLE DB Provider for ODBC Drivers error '80040e14'

    [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression ''Test' Test' Test''.

    /Kamsystem/include/connect.asp, line 29
    line 29 is the submitting of the Update querry.


    I'm doing an UPDATE on a table with the memo field. If that field contains a ' it gives an error, I think it's because all the dfata behind the comma isn't inserted anywhere. So it cancels the update.

    Shouldn't it be possble to have ' inserted and updated in a memo field?

    I can't figure out how.

    Thanks.
    Last edited by ShotokanTuning; Jul 23rd, 2004 at 08:37 AM.

Posting Permissions

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



Click Here to Expand Forum to Full Width