DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 8 of 8

Thread: jre

Hybrid View

  1. #1
    a Guest

    jre


    is it an absolute must for clients to have the jre installed to run win apps.
    or can it be installed on a server w/ the class files and read from there?
    i've tried it and it doesn't work. just trying to keep em happy, and reduce
    installations.......

  2. #2
    a Guest

    Re: jre


    "a" <albert77@rocketmail.com> wrote:
    >
    >is it an absolute must for clients to have the jre installed to run win

    apps.
    >or can it be installed on a server w/ the class files and read from there?
    > i've tried it and it doesn't work. just trying to keep em happy, and reduce
    >installations.......


    correction-- i meant it to say ODBC connections onthe actual client without
    using applets or jsp files


  3. #3
    w Guest

    Re: jre


    Does your question says that you do not want a multi tired client server architecture
    but have typical client/server architecture instead? Explain more what do
    you want to do? That will help to answer your question

  4. #4
    a Guest

    Re: jre


    "w" <mymail@mymail.com> wrote:
    >
    >Does your question says that you do not want a multi tired client server

    architecture
    >but have typical client/server architecture instead? Explain more what do
    >you want to do? That will help to answer your question



    i want my DB applications accessed w/o a browser but connecting to a database
    without having to go to each client to put an ODBC connection (sounds dumb)

  5. #5
    Paul Clapham Guest

    Re: jre

    > i want my DB applications accessed w/o a browser but connecting to a
    database
    > without having to go to each client to put an ODBC connection (sounds

    dumb)

    If you don't want to use ODBC, then don't use it. (And this is a good
    reason to not want to use it.) Just use a JDBC driver that doesn't require
    ODBC.




  6. #6
    a Guest

    Re: jre


    "Paul Clapham" <pclapham@core-mark.com> wrote:
    >> i want my DB applications accessed w/o a browser but connecting to a

    >database
    >> without having to go to each client to put an ODBC connection (sounds

    >dumb)
    >
    >If you don't want to use ODBC, then don't use it. (And this is a good
    >reason to not want to use it.) Just use a JDBC driver that doesn't require
    >ODBC.
    >
    >
    >

    Let me see if i have this correct. If I use the following URL, as well as
    the following driver:
    sun.jdbc.odbc.JdbcOdbcDriver
    jdbcdbc:students

    I will not need to go to each machinge and do a manual "odbc connection?"
    without having to use servlets/ or jsp. is it too good to be true?

  7. #7
    Paul Clapham Guest

    Re: jre


    a <albert77@rocketmail.com> wrote in message
    news:3a2ba6d3$1@news.devx.com...
    >
    > Let me see if i have this correct. If I use the following URL, as well as
    > the following driver:
    > sun.jdbc.odbc.JdbcOdbcDriver
    > jdbcdbc:students
    >
    > I will not need to go to each machinge and do a manual "odbc connection?"
    > without having to use servlets/ or jsp. is it too good to be true?


    No. If you don't want to use ODBC, use a different driver.




  8. #8
    a Guest

    Re: jre


    "Paul Clapham" <pclapham@core-mark.com> wrote:
    >
    >a <albert77@rocketmail.com> wrote in message
    >news:3a2ba6d3$1@news.devx.com...
    >>
    >> Let me see if i have this correct. If I use the following URL, as well

    as
    >> the following driver:
    >> sun.jdbc.odbc.JdbcOdbcDriver
    >> jdbcdbc:students
    >>
    >> I will not need to go to each machinge and do a manual "odbc connection?"
    >> without having to use servlets/ or jsp. is it too good to be true?

    >
    >No. If you don't want to use ODBC, use a different driver.
    >
    >
    >

    thank u so much..i am sluggish and i was under the impression that sun.odb.etc.
    which is what i had been using was a pure java thing. thanks again! it is
    all clear. on to my next adventure ...servlets!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links