Collections:
SQL Server FAQs - PHP MSSQL Functions - Managing Tables and Data Rows
A collection of 17 FAQs on using PHP MSSQL functions to connect to manage tables and data rows. Clear explanations and tutorial exercises are provided on creating tables; inserting multiple data rows; updating and deleting data rows; searching data from multiple tables; looping through result sets; working with dates. Topics included in this collections:
PHP MSSQL - Creating a New Table
PHP MSSQL - Dropping an Existing Table
PHP MSSQL - Inserting Data into an Existing Table
PHP MSSQL - Making Columns to Take NULL
PHP MSSQL - Inserting Data with NULL Values
PHP MSSQL - Inserting Multiple Rows with a Subquery
PHP MSSQL - mssql_rows_affected() - Number of Affected Rows
PHP MSSQL - Returning Result Set Objects
PHP MSSQL - mssql_fetch_array() - Looping through Returning Rows
PHP MSSQL - Updating Existing Rows in a Table
PHP MSSQL - Deleting Existing Rows in a Table
PHP MSSQL - Including Text Values in SQL Statements
PHP MSSQL - Including Date and Time Values in SQL Statements
PHP MSSQL - Computing Date and Time Differences
PHP MSSQL - Searching Records by Keywords
Please note that all answers and tutorials are based on SQL Server 2005 Express Edition and PHP 5 on Windows XP. To follow tutorial exercises in this collection, you need to use test tables created from previous tutorial collections.
⇒ PHP MSSQL - Creating a New Table
✍: Guest
2024-03-07, 1362🔥, 0💬
Popular Posts:
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
Where to find answers to frequently asked questions on Storage Engines: MyISAM, InnoDB and BDB in My...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...
How To Present a Past Time in Hours, Minutes and Seconds in MySQL? If you want show an article was p...
How To Connect the Oracle Server as SYSDBA in Oracle? This is Step 4. The best way to connect to the...