RobColborne
MIS
Hi
I have been working on some ASP pages for a while and all was going well until I had a problem which only after a great deal of time working on having a realised what it is. Unfortunately I don't know how to solve!
I am pulling back data from a database in a grid which then has option to 'zoom' on a record. I am using an SQL query to grab the data into a recordset.
Sometimes the field in the database can have the characters ' > < " which in some cases is interferring with the code as it sees these characters as a terminator.
I suspect this must be a common hurdle but how do I get the ASP to see the data as a whole field?
Thanks
Rob
I have been working on some ASP pages for a while and all was going well until I had a problem which only after a great deal of time working on having a realised what it is. Unfortunately I don't know how to solve!
I am pulling back data from a database in a grid which then has option to 'zoom' on a record. I am using an SQL query to grab the data into a recordset.
Sometimes the field in the database can have the characters ' > < " which in some cases is interferring with the code as it sees these characters as a terminator.
I suspect this must be a common hurdle but how do I get the ASP to see the data as a whole field?
Thanks
Rob