Sign in
MSDN Blogs
Microsoft Blog Images
More ...
At the Intersection of PHP and Microsoft
February, 2011
MSDN Blogs
>
Brian Swan
>
February, 2011
Tags
AppFabric
Azure
connection options
cursors
Drupal
DrupalCon
IIS
Interviews
Java
JDBC
JumpIn Camp
Link List
OData
ODBC
paging
PDO
Reporting Services (SSRS)
Resources
SQL Azure
SQL Server Driver for PHP
SQL Server Express
SQL Server Migration Assistant
sqlsrv
SSMA
WebMatrix
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Archive
Archives
April 2012
(1)
March 2012
(5)
January 2012
(1)
November 2011
(1)
October 2011
(2)
September 2011
(1)
August 2011
(1)
July 2011
(6)
June 2011
(5)
May 2011
(7)
April 2011
(9)
March 2011
(10)
February 2011
(9)
January 2011
(9)
December 2010
(10)
November 2010
(6)
October 2010
(8)
September 2010
(12)
August 2010
(10)
July 2010
(11)
June 2010
(10)
May 2010
(10)
April 2010
(15)
March 2010
(13)
February 2010
(6)
January 2010
(2)
Blogs I Read
Interoperability Team Blog
SQL Server Driver for PHP Team Blog
Ruslan Yakushev's Blog
Josh Holme's Blog
Kanwaljeet Singla's Blog
Zach Owen's Blog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Brian Swan
This Week’s Link List (February 25, 2011)
Posted
over 2 years ago
by
Brian Swan - MSFT
0
Comments
With all the snow in Seattle this week (I know people in the mid-west and on the east coast are laughing at me when I say that), I feel out of sync. I’m sure I’ve missed lots of interesting links this week…I should have plenty of time...
Brian Swan
SQL Server Driver for PHP Connection Options: CharacterSet
Posted
over 2 years ago
by
Brian Swan - MSFT
4
Comments
In this post, I’ll add to my slowly growing series that elaborates on the connection options for the SQL Server Driver for PHP . This time I’ll focus on the CharacterSet option. This is the option that specifies how data will be encoded when...
Brian Swan
This Week’s Link List (February 18, 2011)
Posted
over 2 years ago
by
Brian Swan - MSFT
0
Comments
In this week’s list, be sure to look at the comprehensive list of conferences if you haven’t already made your conference plans for the year. There’s also some good links that are helpful in learning about testing, but maybe nobody needs...
Brian Swan
Do Stored Procedures Protect Against SQL Injection?
Posted
over 2 years ago
by
Brian Swan - MSFT
10
Comments
When I’ve asked people about their strategies for preventing SQL injection, one response is sometimes “I use stored procedures.” But, stored procedures do not , by themselves, necessarily protect against SQL injection . The usefulness...
Brian Swan
Three Components of a Successful Project
Posted
over 2 years ago
by
Brian Swan - MSFT
7
Comments
Earlier this month I attended the monthly meeting of the Seattle PHP Meetup Group . In ways I didn’t expect, it was a very interesting meeting. The content itself was interesting enough (we were talking about database design), but what I found even...
Brian Swan
This Week’s Link List (February 11, 2011)
Posted
over 2 years ago
by
Brian Swan - MSFT
0
Comments
In categorizing this week’s links, I was reluctant to put so many interesting links into the Miscellaneous category because I sometimes think of miscellaneous as implying a lack of importance . But note, that thought is wrong! Miscellaneous means...
Brian Swan
SQL Server Driver for PHP Connection Options: ReturnDatesAsStrings
Posted
over 2 years ago
by
Brian Swan - MSFT
4
Comments
This is short post to address a frustration I’ve seen mentioned on Twitter and in forums a lot: By default, the SQL Server Driver for PHP returns datetime columns as PHP DateTime objects, not strings. This can be especially frustrating if you are...
Brian Swan
This Week’s Link List (February 4, 2011)
Posted
over 2 years ago
by
Brian Swan - MSFT
0
Comments
Once again, here’s the highlights of what I read this week. As I call out in one point below, I’m sure I’m missing some good stuff…would be interested in what readers have come across this week they find worth sharing. Microsoft...
Brian Swan
Paging Data with Different Cursor Types
Posted
over 2 years ago
by
Brian Swan - MSFT
0
Comments
This post is a follow up to a post I did last week: Paging Data with the SQL Server Drivers for PHP: Simplified . In that post, I showed how to leverage scrollable cursors to simplify code for paging data. However, my investigation used only one type...
Page 1 of 1 (9 items)