Describe the importance of DABA BASE ABSTRACTION LAYERS in
PHP and database connection?



Describe the importance of DABA BASE ABSTRACTION LAYERS in PHP and database connection?..

Answer / vijaya

Database abstraction means using a common db function for
querying. This would be great when you are switching from
one database to another. You won't have to change each and
every database function. Instead of that you can simply
change the database function names in one file. This should
be considerable, if in future you are planning to change the
database. The disadvantage of this is, it will slower down
the performance.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More PHP Interview Questions

how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question

1 Answers   iCynergy,


What is php and its uses?

0 Answers  


What is meant by urlencode and urldocode?

2 Answers  


Tell me how to set a page as a home page in a php based site?

0 Answers  


What is prepare in php?

0 Answers  






Seeking a PHP skilled programmer, with knowledge of MySQL Database, Javascript and AJAX. CSS and HTML is a plus. Temporary job for 2 months. Possibility of extending the contract (depending on how good you are). Location: Delhi. Start: ASAP Contact me at boney@portlane.com together with your CV.

0 Answers   Eniro,


Which programming language does php resemble?

0 Answers  


How can we submit a form without a submit button?

2 Answers   Rushmore Consultancy,


Is it possible to get the screen resolution and like with php?

1 Answers  


Why overriding is called runtime polymorphism?

0 Answers  


when we use ob_start() function in php then the header() and session_start() does not gives the error like header already sent,please explain in brief

2 Answers  


Tell us what is the difference between session_unregister() and session_unset()?

0 Answers  


Categories