Ver Mensaje Individual
  #5 (permalink)  
Antiguo 10/08/2005, 11:21
Avatar de Andres95
Andres95
Colaborador
 
Fecha de Ingreso: diciembre-2004
Mensajes: 1.802
Antigüedad: 19 años, 4 meses
Puntos: 38
Los Formularios

Bueno, la verdad no se si se pueda abrir el archivo MDE con algun otro editor y ver el código, porque no lo he intentado.

A lo que me refiero con compilar es que si abres ese mismo archivo : MIAPLICACION.MDE con access, ya no será posible acceder al codigo.

Las opciones de editar aparecen deshabilitadas.

Y bueno de hecho en access se refiere a esta operacion como "Compilación". Y comentan que es la mejor opcion para realizar aplicaciones clientes ya que solo tendrias estos Formularios "compilados" en cada uno, accediendo a una base de datos centralizada (ahi estarian las tablas y demas).

----------------------------
A modo de referencia (obtenido de la ayuda de Access):



About MDE files (MDB)

If your database contains Microsoft Visual Basic for Applications (VBA) (Visual Basic for Applications (VBA): A macro-language version of Microsoft Visual Basic that is used to program Windows applications and is included with several Microsoft applications.) code, saving your Microsoft Access database (database: A collection of data related to a particular subject or purpose. Within a database, information about a particular entity, such as an employee or order, is categorized into tables, records, and fields.) as an MDE file compiles all modules, removes all editable source code, and compacts the destination database. Your Visual Basic code will continue to run, but it cannot be viewed or edited. Your database will continue to function as it did — you can still update data and run reports.

Saving your Access database as an MDE file does not prevent changes to the database design. However, you will notice the following:

The user interface for modifying or creating forms, reports, or modules will be disabled.
The VBA References dialog box will not allow adding, deleting, or changing references to object libraries or databases.
The source code will not be available.
The importing and exporting commands will be disabled for forms, reports, or modules. However, tables, queries, data access pages, and macros can be imported from or exported to non-MDE databases.

Última edición por Andres95; 10/08/2005 a las 11:23 Razón: Ortografia