Jump to content

abaddon5586

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by abaddon5586

  1. You were correct, it was using a return set from "USE database". Thanks for all the help with this. -Ben
  2. Looks like it matches from http://msdn.microsoft.com/en-us/library/cc296200%28SQL.90%29.aspx but I can't seem to find what the error code -28 means for this driver. (Edit:: other than the brief description of course) -Ben
  3. Oh, and right before the error in the previous post I run this which makes it through with no error
  4. Correct, I connected with php_sqlsrv.dll . I am running into an issue with sqlsrv_fetch though. I'm passing it a valid query in the form of but am receiving the following error in the code segment Ignore incorrect brackets/parentheses combination. [] was messing up the post so I changed it to [) But yea, the sqlsrv driver works great so far. A bit of an adjustment since most examples are mssql related.
  5. I was able to connect to the DB. Thanks for the info, fun read For anyone interested, I had to add the extensions to my C:\php\ext directory and the php.ini file, from there just use the new functions as described in http://blogs.msdn.com/b/brian_swan/archive/2010/03/10/mssql-vs-sqlsrv-what-s-the-difference-part-2.aspx and if you're using mixed authentication here is the format, as this function uses Windows authentication by default.
  6. I have a new install of PHP with Apache 2.2 on a Windows XP box and am getting the following error when using this line of PHP: I have the latest version of ntwdblib.dll from http://www.helpspot.com/helpdesk/index.php?pg=kb.page&id=13 The following returns Multiple locations is odd but all relevant files (identical) are in both locations Uncommented in php.ini (both C:\Windows and C:\php Tested connection using MSSQL Management Studio, login/pwd works. Have tested this with 2008 SQL Express and 2005 SQL Full, neither works. I do have this install working with MySQL. Any ideas?
×
×
  • 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.