Where do I find the file that (text) datatype points to? I want to make sure that my insert query is inserting all of the data requested to.
******************problem******************************
I am inserting data into MSSQL SERVER 2000 Enterprise with PHP4/HTML scripts. The data is around 16,000 characters. However when I SELECT the data from the data base I am not getting all 16,000+ characters out of the database. I am getting 4022 characters. I need to see if this is a MSSQL SERVER problem or a PHP4/HTML problem. However I con not seem to find where the data is physically located. All I see in the Database field is <Long Text>
My understanding is that (text) datatype points to a file where the data is actually located, not in the database itself
Thanks
Christopher
******************problem******************************
I am inserting data into MSSQL SERVER 2000 Enterprise with PHP4/HTML scripts. The data is around 16,000 characters. However when I SELECT the data from the data base I am not getting all 16,000+ characters out of the database. I am getting 4022 characters. I need to see if this is a MSSQL SERVER problem or a PHP4/HTML problem. However I con not seem to find where the data is physically located. All I see in the Database field is <Long Text>
My understanding is that (text) datatype points to a file where the data is actually located, not in the database itself
Thanks
Christopher