|
-
Jan 16th, 2004, 08:48 AM
#1
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|