database interaction thru client/server?

webmasterbeta

New Member
What kind of database format can Java access? .mdb,.dbf?I am creating a client/server application. My client will make request(aquery) to the server to retrieve a set of records.How do I program my client application so that the records can the datareceived from the server won't be jumbled up? The data should be displayedin a listbox or gridbox with mutiple columns and rows.Any sample codes for both the client and the server? I'm using JDK 1.3 now.Thanks.--Best Regards,Wing Hoe---------------------------------------------------------------Email1: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->2: <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --> no: 2213281www: <!-- m --><a class="postlink" href="http://pwp.maxis.net.my/winghoe---------------------------------------------------------------">http://pwp.maxis.net.my/winghoe-------- ... ----------</a><!-- m -->
 
Back
Top