hi people,
i am currently doing database C# using visual C sharp express and i am really new towards database programming. I actually taken my database from mc access using oledbconnection.
One of the column in my database contain many words seperated by a comma in each particular row. I am currently using oledbdatareader to read my database but i realise i only can read the whole column at a time instead of row by row.
Can anyone teach me how to obtain the words from my database and count the number of words i have per row after connection? Thanks in advance.