Hi and thanks for checking out my post.
My problem is connecting to a remote oracle database from my unix machine. The remote database is on the network and I typicaly connect to it using an alias, username and password.
In the past I have connected to the database using sqldeveloper. The connection type is TNS and the network alias is abc123(for example)I also supply my username and password.
I have also connected...
Search Result
Collapse
14 results in 0.0042 seconds.
Keywords
Members
Tags
-
Connecting to Oracle Database from Unix?
-
Not able to connect Sub-Forms
Hi,
I have a main form and three subforms [Form A], [Form B] and [Form C].
The underlying relationships of the tables are
[Maintable] 1:M [Table A] 1:M [TableB]
[Mainform], [Form A], [Form B] are based on the corresponding tables above.
Form C is based on fields from the above tables.
I created the main form, Form A and Form B using the Form Wizard and they are well... -
DMSII database connection for an ASP.NET site
I am currently attempting to convert my Classic ASP site to a ASP.Net site. The current .asp site connects to a DMSii Unisys database, so I am having trouble converting to asp.net so I can connect to the database and retrieve all the info.
This is my current connection using Classic ASP.
Code:<% 'Constant declarations Const CstrConn = "Location=8.8.1.122;Port=1601;Data Source=DBWEB;UID=SHADY22;Password=PASSWORD;Provider=Unisys.DMSii;OLE
-
JDBC Connection
This worked fine the first time I ran it. The next day, it couldn't connect. It looks like MySQL drops the connection during the night, and then I can't get it back. My question is, is there something wrong in my code, or is the error due to the way the server handles the connection?
Code://code snippet public class MyClass{ InitialContext ic; DataSource ds; Connection conn; PreparedStatement stmt;
-
Why does php page output full source code when run in browser?
i have create a register page in php and connect to a database using phpmyadmin in my personal pc and its works perfectly but when i transfer the same page into another pc and connect the it to the same database it does not work...the page open and all the php code appears above the table form
below is the php code
Code:<?php echo "<h1>register</h1>"; $submit=$_POST['submit'];
-
getobject() opens another instance of the db
not sure which code you will need. I have an access 2007 database which opens an excel file to receive information. In the excel file I am trying to call an access function which will close the excel file and then preform some calculations.
When I had both access and excel in 2010 it worked great. But when I go to run the same thing in 2007, when I use the getobject("acce ss.accdb")to run the function, it actually opens another... -
connection to sql 2005 failed
hello every body
i did an application with c# to connect to sql server and it worked well on my local machine (to connect to my sql server 2005 on my computer),
but now i want to connect to a remote sql server 2005 which is on another computer, but it failed to connect through the application and even the my sql server management studio express 2005 and i failed to connect through visual studio 2008 servers part.... -
How to correct SqlConnection.Timeout value?
Hi, i got a bug on a C# application, the problem is that i have a static class to manage all transactions with a database, and the application should try for itself to connect to defined SQL Server IP's. Everything is fine except that when i try to connect to any of the IP's the timeout specified in the Connection string is ignored, instead takes the default value (30 secs) and this is a pain. If the app can“t connect to any of the specified IPs... -
Remote Connection From Windows to Mac OS X
Is it possible to use the windows RDP protocol to remotely connect to a mac without downloading or using any other software?? So could it be as easy as changing the settings in mac to allow remote connections and then using the macs IP address in windows remote desktop to connect and control? Or do you have to mess with port forwarding and firewall stuff? Thanks -
php connection problem
Here is my problem. I have a small php page that has a search function that returns the table that you search. It works fine . but my problem is that i dont want the data to show up until the user hits search. as of now when you go to the webpage all of the data tables are displayed and dont change untill you submit a new search. Any Ideas on how to fix this..
Thanks. -
OLE DB connection pooling
I would like to use a client-side connection pool with my VB.NET application. MS Access is used for the database. One user (a V.P.) is running the applicationvia Parallels on a Mac, which makes any delay much more noticeable.
However, the interwebs are a little sparse on implementation information for OLE DB connection pooling.As far as I can tell, the key here is to enable connection pooling with ODBC 3.0, via SQLSetEnvAttr.
... -
network error has corrupted database
Hi
I'm implementing a really simple access DB on a server. Every once in a while, an error will occur that appears to cause an unrecoverable flaw in the program code. This error crashes the DB. It deactivates control buttons and does not allow me to add new controls to existing forms. I'm getting the message:
"error accessing file. Network connection may have been lost"
i've tried compacting... -
Detect if connection was closed on remote side
Hi there. I'm writing a tool, which must detect is connection was terminated on remote side.
Every action on network, I'm fetching with select(). And I want in some place check if connection still active.
There are code:
Code:while (1) { tv.tv_sec = 1; tv.tv_usec = 0; FD_ZERO (&readfds); FD_SET (priv->socket, &readfds); rc = select
-
VB Oracle Connection Data Retrieval
I have a VB 6 application to connect to a Oracle database using ADO Connection. It works fine with Access. But when I try with my Oracle Database it does not retrieve any data. It can only show the Structure of the Tables. But no. of Rows is always 0. I have used Datagrid but only column names are displayed. Please help me. Its urgent for my exam also I m New to VB. The Connection Codes are given Below.
Option Explicit
Public...