backend-frontend tool in clientserver technology

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kaustubha B S
    New Member
    • Jan 2007
    • 1

    backend-frontend tool in clientserver technology

    hi! this is Kaustubha from BLR , INDIA

    i had a doubt about Client/server technology
    1) how does a backend-frontend tool in clientserver technology work
    and what are the differrent software tools that are used to
    make this thing work
    for example: RDBMS (oracle) and FORMS are used as
    backend-frontend tool in clientserver technology
    similarly MS-Access and Visual Basic is used
    for the same purpose

    and i want to know the knowhow of this and various other software tools which is made to use in software programming field
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by Kaustubha B S
    hi! this is Kaustubha from BLR , INDIA

    i had a doubt about Client/server technology
    1) how does a backend-frontend tool in clientserver technology work
    and what are the differrent software tools that are used to
    make this thing work
    for example: RDBMS (oracle) and FORMS are used as
    backend-frontend tool in clientserver technology
    similarly MS-Access and Visual Basic is used
    for the same purpose

    and i want to know the knowhow of this and various other software tools which is made to use in software programming field
    This is an extreamly larget topic that you are asking about. It is hard to know what to tell you. First, any server style database engine should provide libraries for connecting to it and using the database services. Above you talk about Access, but access not only works with VB it also works with every other Microsoft technology like C# and J# and cpp. The trick is you have to know what library to use. If you have a particular database solution that you want to use, you should google for a matching connector or framework for allowing your application to "talk to" that database engine.

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by RedSon
      This is an extreamly larget topic that you are asking about. It is hard to know what to tell you. First, any server style database engine should provide libraries for connecting to it and using the database services. Above you talk about Access, but access not only works with VB it also works with every other Microsoft technology like C# and J# and cpp. The trick is you have to know what library to use. If you have a particular database solution that you want to use, you should google for a matching connector or framework for allowing your application to \"talk to\" that database engine.


      You can connect to an access database from Java and other non Microsoft technologies as well.

      Comment

      Working...