User Tools

Site Tools


database:pdo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
database:pdo [2022/10/11 12:44] – removed - external edit (Unknown date) 127.0.0.1database:pdo [2022/10/11 12:44] (current) – ↷ Page moved from programming:pdo to database:pdo peter
Line 1: Line 1:
 +====== PDO ======
 +
 +PDO also has different drivers for different SQL database vendors which will allow you to easily use other vendors without having to relearn a different interface.
 +
 +----
 +
 +[[PDO:Connecting to MySQL|Connecting to MySQL]]
 +
 +[[PDO:Delete Statements|Delete Statements]]
 +
 +[[PDO:Exception Handling|Exception Handling]]
 +
 +[[PDO:Get the Last Insert Id|Get the Last Insert Id]]
 +
 +[[PDO:Get row count|Get row count]]
 +
 +[[PDO:Insert Statements|Insert Statements]]
 +
 +[[PDO:Select Statements|Select Statements]]
 +
 +[[PDO:Transactions|Transactions]]
 +
 +[[PDO:Update Statements|Update Statements]]
 +
 +[[PDO:Using Prepared Statements to Stop Injection Attacks|Using Prepared Statements to Stop Injection Attacks]]
 +
  

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki