
April 8th, 2004, 11:07 PM
|
|
Contributing User
|
|
Join Date: Feb 2004
Posts: 31
Time spent in forums: < 1 sec
Reputation Power: 5
|
|
Spliting Data
Hello I am back again to give you all some more questions and answers.
OKok .... I was just doing some of my program just now in VB6.0 and just used the Split command.
And I am starting to wonder does SQL7.0 Query have a split command?
issit something to do with the Parse and or CAST?
Example data: 202;788889;289067;549879475;549869587;59879054;1;0 ;;;64363;
Example Result:
202
788889
289067
549879475
etc....
Ok see above data is split by ';' and in VB6 use the split command and put it into an array. It works like a charm.
How about SQL Query?
|