On Sun, 9 May 1999, Ong Boon Wee wrote:

> Hi
>       I am new to Java. However, I have an application which I intend to write in 
>Java under Linux. This is an enterprise application, which means that many users will 
>be accessing the main server from remote site through a virtual private network at on 
>64kps lease line. The number of records to be retrieved to the client will grow as 
>well. The user will access the information through a thin client. I do not want the 
>performance of my application to degrade as the volumn of data increases. The records 
>are currently sitting on Microsoft Access database. What are the Java components that 
>are needed to build these application? 
> 
> Ong Boon Wee
> 
> 
> ----------------------------------------------------------------------
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
> 

Hey,

        to write such an application, you will need the jdbc interface.
The is some java sql standards (this comes with jdk). The thing you will
need to install is a Driver for your sql server, so java can access it.
The problem is that I am not sure that access has any server capabilities.

        Maybe they say something about it at java.sun.com...


                                        Papi



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to