If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > Respuesta a Consulta

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-11-04, 00:59
ralvarado ralvarado is offline
Registered User
 
Join Date: Mar 2004
Posts: 2
Respuesta a Consulta

Hola

El problema es Simple, la Conexión via ODBC no esta registrada.-

Cuando utilizas Crystal report con Conexion ODBC a oracle utilizando CROR8 , este debe ser agregado en el Registro del Sistema.

Crear Archivo .ini y hacer doble click en ese archivo con el contenido que elija, debe aceptar para que las lineas se inserten en el registro.

Solucion Win95/98
------------------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\CROR8]
"Driver"="C:\\WINDOWS\\System\\Cror814.dll"
"ArraySize"="60000"
"CatalogOptions"="0"
"Description"=""
"LockTimeOut"=""
"LogonID"=""
"ProcedureRetResults"="1"
"ServerName"=""
"EnableStaticCursorsForLongData"="0"
"ApplicationUsingThreads"="1"
"EnableDescribeParam"="0"
"Servers"=""
-------------------------------------------------------------------------------

Solucion Win2K
-------------------------------------------------------------------------------
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\CROR8]
"Driver"="C:\\WINNT\\System32\\Cror814.dll"
"ArraySize"="60000"
"CatalogOptions"="0"
"Description"=""
"LockTimeOut"=""
"LogonID"=""
"ProcedureRetResults"="1"
"ServerName"=""
"EnableStaticCursorsForLongData"="0"
"ApplicationUsingThreads"="1"
"EnableDescribeParam"="0"
"Servers"=""
-------------------------------------------------------------------------------

Atentamente
Rodrigo Alvarado
ralvarad@adsl.tie.cl
Talca-Chile
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On