Hi all,
I have a database which consists of address data. so there will be duplicate value of postal code. how ever each postal code contains different x and y value.
what i want to do is to retrieve all the data by the building name and if there are similar building name i want to display it only once. i try to group it but since each record has different x and y...it return me error message.
which is as follows:
PHP Warning: mssql_fetch_arr ay(): supplied argument is not a valid MS SQL-result resource
any idea of this?
thank you
regards,
Kencana
I have a database which consists of address data. so there will be duplicate value of postal code. how ever each postal code contains different x and y value.
what i want to do is to retrieve all the data by the building name and if there are similar building name i want to display it only once. i try to group it but since each record has different x and y...it return me error message.
which is as follows:
PHP Warning: mssql_fetch_arr ay(): supplied argument is not a valid MS SQL-result resource
any idea of this?
thank you
regards,
Kencana
Comment