Cannot insert into Oracle 11g R2
-
Hi sir, i'm already developement console application using vb.net 2010 and run smoothly in windows 10 / 7 desktop. Unfortunately when install this console application on my Windows Server 2008 , it running but when to insert into Oracle database 11g R2 it fail. Already install oracle client 32 / 64 bit on server, when i try to connect using ODBC Administrator it can be done... anyone got idea how to settle this issues? .. thank you in advance..
-
Hi sir, i'm already developement console application using vb.net 2010 and run smoothly in windows 10 / 7 desktop. Unfortunately when install this console application on my Windows Server 2008 , it running but when to insert into Oracle database 11g R2 it fail. Already install oracle client 32 / 64 bit on server, when i try to connect using ODBC Administrator it can be done... anyone got idea how to settle this issues? .. thank you in advance..
kerek2 wrote:
it running but when to insert into Oracle database 11g R2 it fail.
Define "it fail".
-
kerek2 wrote:
it running but when to insert into Oracle database 11g R2 it fail.
Define "it fail".
-
It fail means : cannot insert into Oracle database table. i'm suspect configuration for oracle in my server...any one can guide me plzz..tq
There's only about two dozen things that can be wrong and without any error messages and the code you're using to insert into the database, it's pretty much impossible to tell you what's going wrong.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak -
It fail means : cannot insert into Oracle database table. i'm suspect configuration for oracle in my server...any one can guide me plzz..tq
Does it connect to the Oracle DB?
-
Does it connect to the Oracle DB?
-
He was referring to your code. Does that connect to the database? You're not supplying any information about your code and any error messages. That stuff is THE MOST IMPORTANT pieces of information you can supply to get any help from anyone on this.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak