|
Using Text File as Data Source
11/13/2009 2:14:03 PM
(Total replies: 0)
|
| Basically I have developed a form that uses a datagridview. It stores "tokens". Each token can have a list of variants.
<br />
<br />
To put it in simple terms the token is similar to a variable, or an array, with 'x' possible values. So the token "greet" could contain the values hi, hello, welcome, whats up ... etc.
<br />
<br />
The app is simple, so I dont want to store them in a SQL database. Simply because I've not delt much with C Sharp and I don't know much ... |
|