Extracting whole string out from Access database..

xin1117

Member
Joined
Dec 17, 2003
Messages
20
Hi,

Ive a slight problem with my ASP.Net application. Im 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 doesnt apply to the words after the spacing in between Hello! and How... . Do I have to Dim the space as nothing or?

Pls help!!!!
 
Back
Top