Re: About remote database access

2000-11-08 Thread Luis Javier Beltran
<[EMAIL PROTECTED]> Sent: Wednesday, November 08, 2000 4:01 PM Subject: Re: About remote database access I haven't tried odbc, but for oracle jdbc connection, the url would be url = "jdbc:oracle:thin:@hpcad145:1521:fe_d"; so for the odbc, it could be protocol followed by subpro

Re: About remote database access

2000-11-08 Thread Zheng, Jennifer
EMAIL PROTECTED]] Sent: Wednesday, November 08, 2000 3:02 PM To: [EMAIL PROTECTED] Subject: Re: About remote database access Hello, I am doing something similar and I wrote a dataserver that runs as a java application on the machine that contains the database. I also wrote a client that connects

Re: About remote database access

2000-11-08 Thread Brad Webb
Hello, I am doing something similar and I wrote a dataserver that runs as a java application on the machine that contains the database. I also wrote a client that connects via sockets to this dataserver. I subclass the client and describe my request and the client sends the request to the dataserv

About remote database access

2000-10-23 Thread Celal Ceken
Hi everybody, I want to use a remote database(For example my Database is in another server ). How can I connect this database. (Database that I use is an access file. I use ODBC ). String url="jdbc:odbc:Veri"; When the database is in my server there is no problem. If the database is in "http://lab