2

Before I go starting to write the functions to connect to, retrieve the rows from my MS SQL database, I was wondering if there is already a publicly available class that wraps this functionality into a class object.

3
  • php.net/manual/en/ref.pdo-dblib.php Commented Jul 16, 2012 at 23:42
  • You actually probably want to be directed toward PDO as opposed the answer you accepted Devcoder. Commented Jul 18, 2012 at 5:32
  • @Anther - Can you please explain in more detail. Commented Jul 18, 2012 at 15:56

2 Answers 2

4

Yes there is. You can just use PHP's PDO classes.There is a PDO driver available for MS SQL server.

Sign up to request clarification or add additional context in comments.

Comments

2

something like this? SQL PHP Class

1 Comment

Yes that's along the lines of what I was looking for.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.