-
HTML Encoding, VB6.0 Pro
Hi There all,
sorry for diving straight in with a request for help.
OK, my prob is this, I have an offline DB (Access) and an online One. I have written a small app to update my offline DB then when I connect to the internet it will update my online db, using MS Internet Transfer Control
I POST the form data to an ASP page.
Trouble is my FormData string is constructed with data pulled from my offline DB that includes spaces and so on, when I post the information all the spaces are removed. I think I need to HTMLEncode my FormData string.
Is there an easy way of doing this in VB6 Pro, or do I need to do a loop and replace all the charachters manually?
I'm still looking through the docs but I need an answer quick.
Cheers for any help,
Magwitch