已答复 ADODB

  • vendredi 25 juillet 2008 20:47
     
     

    Hello,

    I just read a 'the register' article suggesting that Microsoft has submitted a adodb extension for the SQL server driver for php ( http://www.theregister.co.uk/2008/07/25/microsoft_gpl/ )

     

    I've just checked the adodb website and can't find any mention of this - nothing obvious listed under the sourceforge patches, or their forums where they ask for bug reports etc. Additionally nothing listed here or on the Microsoft blogs -

     

    Is this article true? Where should I be looking....? Smile

     

    Paul

Toutes les réponses

  • vendredi 25 juillet 2008 23:14
    Modérateur
     
     Traitée

    The article is true.  The patches have been submitted, but not yet integrated would be my guess.  I would contact the maintainer of ADODB to see what their timeline is for integrating the patches.  They also might be dependent on features in the next release of the SQL Server 2005 Driver for PHP.

     

    Jay

     

     

     

     

  • samedi 26 juillet 2008 11:46
     
     

    Thanks Jay,

     

    as you brought the topic up Smile - Is there a rough eta on the next release?

     

    I'll try to contact the maintainer, but from past experience, if I wanted a solution in a weeks time, i'd probably be better off writing my own patch.

     

    Paul 

  • mardi 29 juillet 2008 00:13
    Modérateur
     
     

    Well, Paul, I guess it wouldn't be too early for me to say that the next release is "real soon now", as in today! Smile

     

    I hope they get the ADODB changes integrated soon.  I know that our team here worked hard to get those changes made in time for this release.

     

    Jay

     

  • jeudi 31 juillet 2008 15:53
     
     
    I've just downloaded the submitted adodb-mssqlnative drivers and tested them out. They do seem very buggy. I've done a lot of fixes to adodb (including the mssql driver) and if i have time I'm going to start submitting patches this week. If you want to have a go yourself, theres no need to wait for a new release, just drop the files in the appropriate adodb directories and change your database connection to

    $db = ADONewConnection('mysqlnative');

  • mardi 12 août 2008 21:45
     
     
    Just thought I'd pop in, I'm the guy with the claim to the ADOdb driver for the sqlsrv driver. Please post any problems or fixes you may have with the ADOdb driver or the sqlsrv driver. Maybe I can help you out
  • jeudi 14 août 2008 13:38
     
     
    Right now, the work I'm doing is halted by the problem described in this thread - http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=3685918&SiteID=1 hopefully this will be fixed in the 1.1 release. I can email you my current work if you wish or simply summarize the fixes I've made here.
  • lundi 11 mai 2009 08:33
     
     

    I'm in charge of porting an existing ADOdb application from Oracle to SQL-Server 2005. Can you please provide a link to the ADOdb driver for sqlsrv ?

    Thanks,
    Stéphane

  • jeudi 1 mars 2012 16:30
     
     
    how can i add adodb in vs2010 ultimate