Results 1 to 3 of 3

Thread: double quotes [RESOLVED]

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    double quotes [RESOLVED]

    I'm taking a string from a textbox and inserting it into an Oracle DB. If the user puts double quotes in the textbox, it messes up my string and the DB returns an error. Does someone have an example on how to deal with this...thanks
    Last edited by EyeTalion; Feb 5th, 2003 at 11:39 AM.

  2. #2
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Question

    Give us an example of how you are inserting the data. It may be the method you are using.
    ~Peter


  3. #3

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075
    I resolved this...I just used the VBReplace funtion and replaced the double quotes with single quotes...thanks

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