Hi Juangtju:
Sorry, but I think you should start a new thread. The philosophy of the forum is that every thread should have just a question, with a descriptive subject, in order making the searches and help for other people more easy.
You've post three post everyone with differents questions.
You should post the code and logs as text (with [code] ... your code here ... [/code] tags) to make it easier to read.
Said this, if you want to save the list, you should add the rs elements to a list
Dim l as list
list.initialize
do while rs.Nextrow
list.add(rs.GetString(1))
loop
File.WriteList(File.DirApp, "prueba.txt", l)
Creo que deberías crear un nuevo hilo para esta pregunta, ya que la filosfía del foro es que cada hilo tenga una sola pregunta en el primer post, para hacer más fáciles las búsquedas y que puedan ser de ayuda para otros usuarios.
En este hilo ya has puesto varias preguntas sin relación unas con otras.
También deberías poner tu código y los log's como texto (encerrándolo entre etiquetas [code] ... tu código ... [/code]) para hacerlo más legible.