Re: a SQL Server database in php



kesarr@xxxxxxxxx wrote:

Does anyone know of a web based tool that allows a SQL Server database
to be
adminstered from the Internet? (in php)

There seems to be one still in development.
http://mssql-wa.leprado.com/website/

I have no idea how far in development that project is, though. The
latest stable version (0.0.1) is from February 2004.

If thinking outside PHP, this tool might be for you:
http://blogs.msdn.com/vsdata/archive/2004/03/07/85541.aspx

Since it's a Microsoft product, I believe it either needs to be
installed on a server that has contains the SQL Server software or at
least on a server with IIS and access to a SQL Server.

--
Kim André Akerø
- kimandre@xxxxxxxxxxxxxxxxxx
(remove NOSPAM to contact me directly)
.



Relevant Pages

  • Re: Who is using PHP today?
    ... The Object Oriented functionality new to PHP since I used it ... sense that our server is Windows 2003 and our DB is SQL Server. ... Regards the finger pointing thing....have you ever dealt with Microsoft to ... ASP, half that, C# about 100 million. ...
    (comp.lang.php)
  • Re: [PHP] ODBC and long text fields
    ... We've a PHP app that uses ODBC to talk to a MS SQL server. ... The internal code for a query is ...
    (php.general)
  • Re: ODBC, Linux, Win2k - how to automate DSN setup?
    ... > I need to access databases on both win2k and Linux systems but I have to set ... TDS is the native protocol of SQL Server 6.5, 7, and 2K. ... have another database out there on the Windows platform that you ... You'll need to find out how to recompile PHP and Apache with mssql ...
    (comp.lang.php)
  • about SQL authentication on PHP
    ... I'm trying to connect to a SQL Server database with PHP using windows auth. ... public function GetType() ... class Child implements Parent ...
    (php.general)
  • Re: Cant alter data in primary key fields
    ... When you say you're trying to update it, is that just within PHP pages? ... >> Now if I try to alter the 0.33 to any value it just reverts back to the ... what SQL server do you use? ... > You can try the ALTER to modify the table so that the column no longer ...
    (alt.php)