Results 1 to 2 of 2

Thread: converting 2Tier Applicatio to 3Tier

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2001
    Location
    Pakistan (Sahiwal)
    Posts
    1
    converting 2Tier Applicatio to 3Tier

    I am programmer and assigned a assignment.
    In my organization there are 200 users working in a client server architecture.Front end application is developed using VB 6.0 and at the back end we are using Oracle 8.The database connectivity is done using DAO ODBC Direct.
    every user first connect to the Oracle Server and then he operate his work.
    we want such a middle tier server which only connect the database with oracle server and all the users only connect the middle tier and so they can save thier time of connection and also they use only internet browser to work with our application i.e there is no need to install all the software on every user's machine.
    please tell me which type of middle tier we need?????????
    and what is complete method and solution of this problem??????

    Kashif Khan
    Email [email protected]

  2. #2
    Fanatic Member
    Join Date
    Jan 2001
    Location
    Vietnam
    Posts
    613
    You need to build MTS object ie. ActiveX DLL to allow
    connection to the Database. This ActiveX DLL will
    provide all the functions to retrieve and modify the
    database.

    Your client machine needs only register the MTS objects
    and use it.

    Regards,
    TheBao

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width