|
-
Jun 20th, 2002, 12:04 AM
#1
Thread Starter
Member
can't we run the VB application with out installing oracle in the client system
hi,
i created setup for my application and configured in all client machines ...
but when i want run that exe in client sys then iam getting of oracle error.
it means...i need to install oracle also in all my client machines.
is there any way without installing the oracle, my application has to be executed ....
i used adodb in my application and created connection to oracle database to get data.......
thank u
rojasree.
-
Jun 20th, 2002, 12:27 AM
#2
Addicted Member
Is there any Oracle components (not database) you need to install?
Such as SQL*Net in 7.3 or any drivers?
-
Jun 20th, 2002, 12:29 AM
#3
d000000d...
In your ADO Connection string, you should verify that it referneces the single server which HAS oracle on it.
http://www.able-consulting.com/ado_conn.htm
Get your connection string checked here.
Also make sure the computers are all networked properly.
-
Jun 20th, 2002, 02:15 AM
#4
Thread Starter
Member
hi,
Thank u Mr.Mendhak.
rojasree.
-
Jun 20th, 2002, 02:26 AM
#5
no problem Mr. Rojasree.
-
Jun 20th, 2002, 02:55 AM
#6
Lively Member
Oracle Client
I have just finish a project using VB as frontr end and Oracle atr Back end.
I use same ADODB and I have insatlle oracle at the client machine. There is need for this because using your connecting stirng you will need oracle driver tobe able to create you DSN. Also the TSName will have to be configured to point to the oracle data base. The other way is to install a driver for the ODBC. If it is SQL or its compactibilites you did not need this because window has all the driver it it.
As far as I am concern there is need for a driver to do this not necessarily insalling a client side oracle.
-
Jun 20th, 2002, 03:13 AM
#7
Thread Starter
Member
hi,
yes Mr.asj.
i needto install net8 or sql * net.
so how to getrid of this....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|