For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > August 2006 > Re: [PHP-DB] SQL Server COM question









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] SQL Server COM question
Chris

2006-08-08, 9:56 pm

Todd Cary wrote:
> [Sorry - I misposted this in the General group]
>
> I am in the process of converting my clients PHP scripts that are using
> Firebird so they will work with SQL Server (their request; not mine).
>
> Is there a reference where I can get the COM Methods and Properties?


The php website maybe? http://php.net/com

> Also, without loading the large AdoDb library, is there a Prepare()
> method if I use the
>
> $db = new COM("ADODB.Connection")
>
> connection?


If you want to use adodb methods, you need to load it all up properly,
same as anything else.

--
Postgresql & php tutorials
http://www.designmagick.com/
Todd Cary

2006-08-09, 3:57 am

Chris wrote:
> Todd Cary wrote:
>
> The php website maybe? http://php.net/com
>
>
> If you want to use adodb methods, you need to load it all up properly,
> same as anything else.
>


I checked the http://php.net/com site initially and there is a
couple of examples, however there is not a list of all COM
methods and properties for SQL Server. Does anyone know where
such a list might exist?
Chris

2006-08-09, 3:57 am

Todd Cary wrote:
> Chris wrote:
>
> I checked the http://php.net/com site initially and there is a couple of
> examples, however there is not a list of all COM methods and properties
> for SQL Server. Does anyone know where such a list might exist?
>


You could always get the freetds stuff working:

http://php.net/mssql

--
Postgresql & php tutorials
http://www.designmagick.com/
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com