0
Do you know how to make access database in java application to client (in another computer) ?
I made an application with database oracle, it success running in my computer. but in another computer (computer client) the application can't access database Oracle. Do you know how to resolve this problem ?
2 Respuestas
+ 3
Makes sure your database accepts other connections. It may be only localhost is allowed
0
do you know how to do that ?