Usually, we connect ODBC driver using BI applications on our local machine,
Just imagine I created an ODBC driver for PostgreSQL in the remote machine at my home (Windows 10), I want to connect that ODBC driver (remotely) from my office workstation (windows 8) using any BI application (such as Excel, power Bi). For this, I have to find the solution to update the driver for the remote concept. so that please refer any technology that does this.
Note: the PostgreSQL can be on any machine like the same windows 10 machine or any other server machine.
Reference
Related
I have installed rstudio server on WSL on my host computer.
When i try to access to the rstudio server with my another computer, the access is being denied.
I can access to the server with my host computer either using "http://localhost:8787" or "http://[ip address]:8787", but why can I not access to it with my client device with "http://[ip address]:8787"?
The host computer is connnected to the network in my office and the client is connected to my mobile phone network. Is this perhaps the reason? I thought I would be able to work in exactly the same environment from any device anywhere with rstudio server. But, now I can just use it only with my host computer, which is not really different from using Rstudio desktop app on it.
Host computer:
Windows10
WSL2 (Ubuntu)
Client computer:
Windows11
Is it possible to connect to the derby database through odbc on a windows 10 machine? I have the jdbc-odbc bridge from Java 7. Found this:
Derby network server
The Derby network server provides traditional client/server access to the Derby
engine. The network server lets clients connect over TCP/IP using a subset of
the DRDA protocol. The network server supports connections from networked JDBC,
ODBC/CLI, Perl, and PHP clients.
But can’t find any examples or instructions on how to connect with ODBC/CLI
I have an Oracle Database 11g data on my local PC.
Now I want to import this data to Oracle VirtualBox machine where I also have Oracle Database 11g.
Can somebody suggest me the procedure how can I do it?
I have my solution for my problem. In the virtual box, when I create a new connection in oracle database, I place my local IP address instead of localhost, username and password as it is in my local PC. And it works !
I am trying to connect postgresql server which is running on Linux machine from Windows 7. I have installed windows 64 bit ODBC drivers for postgresql and I changed pg_hba.conf file under IPV4 as 0.0.0.0.0/0 to accept connection from any host. Also, I did make sure that my server is listening on 5432 port to which I am trying to connect. Still I am facing connection failure error. Error is -
"Could not connect to server; A connection attempt failed because the connected party did not properly respond after a period...
I have three systems, Sql Server Express only on one. I would access sql server on main pc from the other two to enter data into a database using a winform application. all three pcs are on LAN. what do i have to do establish connection with sql server on the main pc from the other two pcs? That is, how do i network my sql server express so that it is installed only on one machine but used by two other machines also. What protocols would i have to turn on or off?
All 3 pcs are in a same room. Also, sql remote connection means connecting via internet?