reverting back to Recoredset
Hie all,
By Using getString(), i am changing the representation of recordset in String. That's fine. But after converting it to a String is there a way for me to revert that particular string back to recordset again? It is just out of my curiousity. I used to do this in Java quite often. So i am wondering if it can be done in VB as well.
If there is an answer to this please post it. I am working with an example. Thank you so much,
Happy New YEar,
dave
I've got something to add.....
Quote:
Originally posted by lengwai
Hie all,
By Using getString(), i am changing the representation of recordset in String. That's fine. But after converting it to a String is there a way for me to revert that particular string back to recordset again? It is just out of my curiousity. I used to do this in Java quite often. So i am wondering if it can be done in VB as well.
If there is an answer to this please post it. I am working with an example. Thank you so much,
Happy New YEar,
dave
In addition to GetString, there is also a GetRecords that will return the recordset as a two dimentional array.....