Results 1 to 5 of 5

Thread: RESOLVED: URGENT please, select from datatable?

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    top of the mountain
    Posts
    234

    Question RESOLVED: URGENT please, select from datatable?

    I have one datatable DT (id, name) and I want with dataview DW to select records:
    dim DW =new DataView(DT)
    dw.RowFilter="name='exp's'"

    I got error because in rowfiler has apostrophe ( in datatable there is names with apostrophe). How to present apostrophe in rowfilter string?

    Thanks in advance.

    regard j
    Last edited by janis; Jan 16th, 2004 at 10:31 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