Re: Database Connectivity Problems

2001-05-09 Thread ItsMyMind
Thanks for pointing me in the right direction.  The network adapter error came from the way Oracle MTS handle JDBC calls.  Even if you call it by using an IP Address, when it responds back with the connection information it sends a hostname even if the JDBC driver made the original call using an

RE: Database Connectivity Problems

2001-05-03 Thread Claudio Cordova
TECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > [EMAIL PROTECTED] > Sent: Thursday, May 03, 2001 2:35 PM > To: Orion-Interest > Subject: Database Connectivity Problems > > > Ok I am completely baffled by this. We are running orion 1.4.4 > and I am having severe problems

RE: Database Connectivity Problems

2001-05-03 Thread elephantwalker
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Thursday, May 03, 2001 2:35 PM To: Orion-Interest Subject: Database Connectivity Problems Ok I am completely baffled by this. We are running orion 1.4.4 and I am having severe problems connecting to

Database Connectivity Problems

2001-05-03 Thread ItsMyMind
Ok I am completely baffled by this. We are running orion 1.4.4 and I am having severe problems connecting to my Oracle database. Actually modifying the connection to my database. I have 2 Oracle Databases running on different servers. One is our production server and the other is a standb

RE: database connectivity

2000-09-01 Thread Holmes, George (TWIi London)
, George (TWIi London) [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 31, 2000 4:50 PMTo: Orion-InterestSubject: RE: database connectivity Derek,   The Sprinta driver connects directly to the SQL Server and does not utilise an ODBC data source.   The url string should

Re: database connectivity

2000-08-31 Thread Derek Akers
Thanks George, I think i am almost there...  It does look like I am getting towards the database, but when trying to "list tables" in the console, I get no output in the console window, but in the DOS window the following error comes up:   java.lang.NullPointerException    at com.evermi

Re: database connectivity

2000-08-31 Thread Shayne Hughes
I think you need to change the url line to add the port number...   url="jdbc:inetdae:localhost:1433?database=dBTest"   Shayne   - Original Message - From: Derek Akers To: Orion-Interest Sent: Thursday, August 31, 2000 7:52 AM Subject: database connectiv

RE: database connectivity

2000-08-31 Thread Holmes, George (TWIi London)
, August 31, 2000 3:52 PMTo: Orion-InterestSubject: database connectivity I am having a problem connecting to a database for some reason.  I am using MS SQL server 7 and have obtained the proper driver (SPRINTA2000) and set up the ODBC data source, however Console has a problem displ

database connectivity

2000-08-31 Thread Derek Akers
I am having a problem connecting to a database for some reason.  I am using MS SQL server 7 and have obtained the proper driver (SPRINTA2000) and set up the ODBC data source, however Console has a problem displaying the tables of the DB.  I have tried it this way and using the generic JDBC:O