HELP!
Ok, I'm running ASP and am accessing either an Access Database or an Excel Spreadsheet. When I call up a RecordSet of products and go to display the data I notice that the Description field is getting cutoff, right around 250-255 characters???
Now, this can't be a problem with the database can it? Not if it's happening with BOTH an Access and an Excel...
So what's going on? I'm using an ADODB.Connection, and it's pulling all the data fine, so why is the description field getting cutoff? Is it something I need to set in the RecordSet or what?
Can anyone help me out here please? I have a project to finish and I'm against the clock, and this has me baffled?!
Thanks in advance!
TyCaine
Ok, I'm running ASP and am accessing either an Access Database or an Excel Spreadsheet. When I call up a RecordSet of products and go to display the data I notice that the Description field is getting cutoff, right around 250-255 characters???
Now, this can't be a problem with the database can it? Not if it's happening with BOTH an Access and an Excel...
So what's going on? I'm using an ADODB.Connection, and it's pulling all the data fine, so why is the description field getting cutoff? Is it something I need to set in the RecordSet or what?
Can anyone help me out here please? I have a project to finish and I'm against the clock, and this has me baffled?!
Thanks in advance!
TyCaine