Home > Archive > Clarion > September 2006 > Clarion With Oracle
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Clarion With Oracle
|
|
|
| can i make application with clarion and link with oracle 10g database
without odbc,, i did that but if i choose driver oracle and start the
program in a pc without odbc configuration and without oracle client
does not work please someone tell me
| |
| jonwaterhouse@gov.nl.ca 2006-09-12, 6:55 pm |
|
karim wrote:
> can i make application with clarion and link with oracle 10g database
> without odbc,, i did that but if i choose driver oracle and start the
> program in a pc without odbc configuration and without oracle client
> does not work please someone tell me
You can do it using the direct Oracle driver rather than ODBC, but you
cannot do anything without an Oracle client installed on the client
machine. Oracle 10g has an "Instant Client" that is much smaller, and
allows you to access using fully specified database information rather
than TNS names. I have not managed to get that working with Clarion.
Jon
| |
| iremediakis@gmail.com 2006-09-15, 6:55 pm |
| Hi,
You can not connect to oracle from clarion app, unless you install ODBC
or oracle client.
So, if you want to use clarion's oracle native driver, that means you
must have on the PC you run the application oracle client that can talk
to your database.
Otherwise, you can use clarion ODBC driver where you need to setup the
ODBC connection to your server.
If you can use the oracle client offcourse, that will be the your
natural choice (over ODBC)
Regards
Yannis Remediakis
yannis_r at yahoo dot com
karim wrote:
> can i make application with clarion and link with oracle 10g database
> without odbc,, i did that but if i choose driver oracle and start the
> program in a pc without odbc configuration and without oracle client
> does not work please someone tell me
| |
| katarinasamardzic@yahoo.com 2006-09-26, 7:55 am |
|
karim wrote:
> can i make application with clarion and link with oracle 10g database
> without odbc,, i did that but if i choose driver oracle and start the
> program in a pc without odbc configuration and without oracle client
> does not work please someone tell me
Yes, You can, open driver registry, and select oracle driver, then
register. Wen you sincrhronize dictionari with oracle, choose oracle
driver and database XE?. Create application and try.
I buena vista.
Catrin
|
|
|
|
|