Hi,
I have inserted Data into Table into Name filed with special characters in between name.For Example:Chaitan'ya.When iam trying to retriev the Data with that name.Iam getting exceptions.Please Help WithThsi.I want a query to retriev the Data
Thank You
Loading
Roei BarPosted Oct 2, 2009, 5:04 AM
what you can try todo is for each line you read you will run in all returned columns
and run this command
this will make the returned text valid for you to select
use for exmaple SQLReader:
Chaitanya Reddy VonajaPosted Oct 2, 2009, 5:25 AM