CassidyHunt
IS-IT--Management
I have a need to be able to handle a varchar2 greater than 4000 characters. I haven't been able to figure out another way to do this other than producing XML. When I load the XML as a varchar2 I get an error as soon as I go over 4000 characters.
The ultimate solution for me would be a single nested resultset that I could return. Next best thing would be XML. I haven't had luck producing either.
Thank you
Cassidy
Code:
Job Number: Q05458
Sales Line No. SupplyID No. Cost
1 S36898 $200.00
S36899 $400.00
S36900 $100.00
2 I05455 $1000.00
3 Q00545 $15000.00
-------------------------------------------
Total $16700.00
Sales Line 1
Supply ID No. S36898 Lot ID 1 Sub ID 0
Operation Resource Setup Rate Run Rate
10 01Weld $72.00 $72.00
Materials
Part ID Qty Cost
LHMS1000 10 $100.00
AC1X54.2 2 $5.00
Services
Operation Service ID Service Base Chg Service Run
20 WeldInsp $50.00 $350.00
Sales Line 1
Supply ID No. S36899 Lot ID 1 Sub ID 0
...
Repeats above until all line items are detailed out for operations, materials, and services.
The ultimate solution for me would be a single nested resultset that I could return. Next best thing would be XML. I haven't had luck producing either.
Thank you
Cassidy