First off, I'd just like to say that I'm not (usually) a VB or ASP programmer, but I was given this problem to try and solve.
The end-user of this system wants to be able to enter a variable length text message that will be stored into (multiple) text columns in an Access Database. I can accomplish this with Perl and PHP, but have yet to find something that will do a similar function in ASP. Below are the requirements this must fall into.
1) String will be a variable length
2) String needs to be split on the space prior to the 255th character
3) The resulting strings need to be placed into an array that can be read and parsed for database insertion in a looped manner.
As always, if you could comment any code, that would be appreciated!
- Rieekan
The end-user of this system wants to be able to enter a variable length text message that will be stored into (multiple) text columns in an Access Database. I can accomplish this with Perl and PHP, but have yet to find something that will do a similar function in ASP. Below are the requirements this must fall into.
1) String will be a variable length
2) String needs to be split on the space prior to the 255th character
3) The resulting strings need to be placed into an array that can be read and parsed for database insertion in a looped manner.
As always, if you could comment any code, that would be appreciated!
- Rieekan