What is the benefit of using Oracle Database forms VS using C#(VB) or like this for programming? from academic view
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its a flexibility vs speed of development comparison. The forms package will be less flexible I would have thought but the barrier to entry for someone who doesn’t programming is probably lower. Depends what you need. If its simply a learning exercise then a forms approach to explain generating a UI from a DB should be fine. You can lead to how to program a more complex GUI from the DB using a programming language such as C#