Jump to content

MySQL DAL


sleepingpeace

Recommended Posts

Good day folks,

 

My class created a DAL with what the instructor gave us but I feel it to be a bit limited. Is there any other ones around that someone can recommend? It has to be able to cover all possible SELECT, INSERT, UPDATE, DELETE variations including adding a WHERE clause such as WHERE 'X' = 'X' AND 1 = 1. The one I have allows only for WHERE 'X' = 'X', and I can't add the AND to it, which limits everything I need to do.

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/233987-mysql-dal/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.