Ver Mensaje Individual
  #11  
Antiguo 08-07-2013
Avatar de nlsgarcia
[nlsgarcia] nlsgarcia is offline
Miembro Premium
 
Registrado: feb 2007
Ubicación: Caracas, Venezuela
Posts: 2.206
Reputación: 21
nlsgarcia Tiene un aura espectacularnlsgarcia Tiene un aura espectacular
gersojn,

Cita:
Empezado por gersojn
...no se cual pueda ser el problema...
Revisa esta información:
Cita:
Empezado por DevArt:

Deployment

ODAC applications can be built and deployed with or without run-time libraries. Using run-time libraries is managed with the "Build with runtime packages" check box in the Project Options dialog box.

Deploying Win32 applications built without run-time packages

You do not need to deploy any files with ODAC-based applications built without run-time packages, provided you are using a registered version of ODAC. You can check your application does not require run-time packages by making sure the "Build with runtime packages" check box is not selected in the Project Options dialog box.

Trial Limitation Warning

If you are evaluating deploying Win32 applications with ODAC Trial Edition, you will need to deploy the following BPL files and their dependencies (required IDE BPL files) with your application, even if it is built without run-time packages:

dacXX.bpl always
dacXX.bpl always
odacXX.bpl always


Deploying Win32 applications built with run-time packages

You can set your application to be built with run-time packages by selecting the "Build with runtime packages" check box in the Project Options dialog box before compiling your application. In this case, you will also need to deploy the following BPL files with your Win32 application:

dacXX.bpl always
dacXX.bpl always
odacXX.bpl always
dacvclXX.bpl if your application uses the OdacVcl unit
odacvclXX.bpl if your application uses the OdacVcl unit
crcontrolsXX.bpl if your application uses the CRDBGrid component

Tomado del link: http://www.devart.com/odac/docs/
Cita:
Empezado por DevArt:

What software should be installed on a client computer so that my applications that use ODAC can run?

To use the full set of Oracle features, the client computer has to have Oracle client software (OCI) installed. If you do not want to install OCI, you can use Direct mode, in which ODAC communicates with Oracle server without intermediate libraries. In order to use the Direct mode, the operating system on the client computer must have TCP/IP protocol support installed.

Tomado del link: http://www.devart.com/odac/faq.html
En caso de que lo anterior no funcione en tu sistema, te sugiero enviar un email a DevArt detallando el problema y/o consultar los Devart Forums, para ampliar tus posibilidades de encontrar una solución a tu requerimiento.

Espero sea útil

Nelson.
Responder Con Cita