Extracting whole strings from Access Database...
Hi,
I've a slight problem with my ASP.Net application. I'm trying to get a string from an Access Database.
Take an example, the string is :
'Hello! How have you been?'
So far, I have been only able to reterieve a single word from the string, which is 'Hello!'. It seems that the application can only get the first word, and doesn't apply to the words after the spacing in between 'Hello!' and 'How...' . Do I have to Dim the space as nothing or?
Pls help!!!!
:confused: