Jump to content

plimpton

New Members
  • Posts

    7
  • Joined

  • Last visited

    Never

Everything posted by plimpton

  1. For any new work, especially when working with SQL Server 2k8 you should be using the new sqlsrv driver instead of the community mssql driver. You can find out more here: http://blogs.msdn.com/sqlphp/
  2. Another option would be to use the sqlsrv driver available directly from microsoft: http://blogs.msdn.com/sqlphp/
  3. Sounds like you should be using the threadsafe (ts) version of the sqlsrv file since you're running it under apache
  4. What is the name of your server you are connecting to? "(local)\SQLEXPRESS" works for me using the sqlsrv driver (not mssql)
  5. You can try to use the new sqlsrv driver created by microsoft and get support from them: http://blogs.msdn.com/sqlphp/
  6. you'll need to post more of the code, you didn't show how those variables you use are populated
  7. Generally you only store the path to the images in the database but you can create a binary column to put the data in, but that's much harder and slower to actually have the image data in the database
×
×
  • 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.