I have a BIG problem. I am trying to develop a MySQL/MSSQL Library which act exactely alike. I am close to success BUT:
MSSQL7 has nothing like mysql_table_field... also getting the field-info using mssql_fetch_field and trying to recieve the column_source
In the php-docs it says that this is a bug with MSSQL7 but knowing that does not exactely help :-( I need a workaround.
All I have for parameters is a ressource-id, a fieldname and field-offset.
Now I know that's not much. But I desperately need help on that, and unfortunately I got people sitting in my back for me to get this done...
MSSQL7 has nothing like mysql_table_field... also getting the field-info using mssql_fetch_field and trying to recieve the column_source
In the php-docs it says that this is a bug with MSSQL7 but knowing that does not exactely help :-( I need a workaround.
All I have for parameters is a ressource-id, a fieldname and field-offset.
Now I know that's not much. But I desperately need help on that, and unfortunately I got people sitting in my back for me to get this done...