No habia visto la imagen de pantalla que habias puesto en este mensaje. Que bonita!
Has tenido que cambiar mucho código en relación al FiveDBU actual ?
Enhorabuena
Antonio
cnavarro wrote:[ESPAÑOL]
Buenas noches
Ya he avanzado un poco en el tema, pero no se como solucionar los siguientes temas:
He conseguido llegar a poder seleccionar y abrir una Tabla:oMdbTable := AdoOpenTable( oCon, cTblMdb )
1.- Lo he hecho con .Schema(20), hay otra forma?, puede servir ADOX.Table?
2.- ¿Cómo puedo cerrar la tabla sin tener que cerrar la conexion?
3.- Estoy investigando cual es el comando ADO que realiza la funcion AdoOpenTable ( dónde encuentro su código? )
4.- Cómo puedo saber la estructura de la tabla activa?
Creo que es con el ADODB.RecorSet y ejecutando una sentencia a través de ADODB.Command
pero eso es ya bastante complicado para mí. Hay otra forma?
5.- Cuáles son los tipos de campos más habituales para su importación de DBF ?, ya que he estado leyendo y hay muchos tipos de campos en ACCESS
Disculpen tantas preguntas
Adjunto una imagen de mis "progresos"
[ENGLISH]
Good night
I've made a little progress on the issue, but not how to solve the following topics:
I managed to get to be able to select and open a table:oMdbTable: = AdoOpenTable (oCon, cTblMdb)
1. - I've done it. Schema (20), there is another way?, Can serve ADOX.Table?
2. - How I can close the table without having to close the connection?
3. - I'm investigating what ADO command that performs this function AdoOpenTable (where I find your code?)
4. - How I can know the structure of the active table?
I think it's with ADODB.RecorSet and executing an ADODB.Command through
but it is already quite complicated for me. Is there another way?
5. - What are the most common field types for import of DBF?, Since I've been reading and there are many types of fields in ACCESS
Sorry for so many questions
Attached is a picture of my "progress"