phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] adodb - mssql


From: sigurdne
Subject: Re: [Phpgroupware-developers] adodb - mssql
Date: Mon, 24 Jan 2005 09:48:48 +0100

The Fields array in the resultSet for mssql does not contain the field names.
Below is the result from "SELECT * FROM phpgw_applications" for mssql and 
mysql:

    [resultSet] => adorecordset_mssql Object
        (
            [dataProvider] => native
            [fields] => Array
                (
                    [0] => 1
                    [1] => phpgwapi
                    [2] => 3
                    [3] => 1
                    [4] => phpgw_config,phpgw_applications...
                    [5] => 0.9.17.500
                )

    [resultSet] => adorecordset_mysql Object
        (
            [dataProvider] => native
            [fields] => Array
                (
                    [0] => 1
                    [app_id] => 1
                    [1] => phpgwapi
                    [app_name] => phpgwapi
                    [2] => 3
                    [app_enabled] => 3
                    [3] => 1
                    [app_order] => 1
                    [4] => phpgw_config,phpgw_applications...
                    [app_tables] => phpgw_config,phpgw_applications...
                    [5] => 0.9.17.500
                    [app_version] => 0.9.17.500
                )

Sigurd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]