CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Filter property

  1. #1
    Join Date
    Jul 2001
    Location
    TX
    Posts
    1

    Filter property

    I need to filter an ADO recordset by the name of a company that contains more than one apostrophe in their name. Even though I replace the single apostrophes with double apostrophes my code errors out. Help.


  2. #2
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: Filter property

    Can you post the statement that your using?

    David Paulson

  3. #3
    Join Date
    Jun 2000
    Location
    Jhb, Gauteng RSA
    Posts
    21

    Re: Filter property

    Hi there ,
    I don't kmow if this will help, but I started using the accent ` chr(96) instead of the single quote '
    Visually it looks the same and I use the Replace() func to screen incoming records to convert B4 saving to the DB.

    Thanks RobZ





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

Featured