Hey, I'm trying to enter the following string into a database
dd_cd=02_00060_00003&format=rdb&period=10&site_no=14105700
ok so the actualy string is 5 times longer and it's a website but this is the part that's acting up. Oracle is changing this section to
dd_cd=02_00060_00003=rdb=10=14105700
As well as complaining that 'format', 'period' and 'site_no'. Now I know that the error is on the & character because talking them out allows it to be inserted. I've tried escaping the string but apparantly it doesn't work ... or I'm using bad syntax. If someone could lend me a moment of their time teach me how to get past this I'd be very happy!!
Shuesty
dd_cd=02_00060_00003&format=rdb&period=10&site_no=14105700
ok so the actualy string is 5 times longer and it's a website but this is the part that's acting up. Oracle is changing this section to
dd_cd=02_00060_00003=rdb=10=14105700
As well as complaining that 'format', 'period' and 'site_no'. Now I know that the error is on the & character because talking them out allows it to be inserted. I've tried escaping the string but apparantly it doesn't work ... or I'm using bad syntax. If someone could lend me a moment of their time teach me how to get past this I'd be very happy!!
Shuesty