BU5010 DATABASE APPLICATION FOR MANAGERS

Back To Main Menu.

JANUARY 27, 2005

1. What programs are part of Microsoft Visual Studio .net ?

  • Visual Basic Project
  • Visual C# Projects
  • Visual J# Projects
  • Visual C++ Projects
  • 2. db2

    3. PHP Langauage Tutorial.
  • PHP stands for PHP: Hypertext Preprocessor
  • PHP is a server-side scripting language, like ASP
  • PHP scripts are executed on the server
  • PHP supports many databases (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
  • PHP is an open source software(OSS)
  • PHP is free to download and use

  • 4. PHP Looping - In PHP we have the following looping statements:
  • while - loops through a block of code if and as long as a specified condition is true
  • do...while - loops through a block of code once, and then repeats the loop as long as a special condition is true
  • for - loops through a block of code a specified number of times
  • foreach - loops through a block of code for each element in an array
  • 5. What is MySQL? MySQL Langauage Tutorial.
  • MySQL is a small database server
  • MySQL is ideal for small and medium applications
  • MySQL supports standard SQL
  • MySQL compiles on a number of platforms
  • MySQL is free to download and use
  • 6. PHP combined with MySQL are cross-platform (means that you can develop in Windows and serve on a Unix platform)

    7. PHP is imbedded in HTML and vise versa

    8. PHP is really PERL

    9. Echo is equal to Cout

    10. $ = means nothing (there to describe a variable)

    11. What is the difference between a Server and an Operating System?

    12. What is PERL DATABASE? PERL Langauage Tutorial.

    13. One way to talk to your database and retrieve information is called CGI (technique)