Hi guys,
At the moment, I try to read long string which is nText from SQL and then output to xml file. My strategy is get them in the bigText variable then write to xml file, but I'm stuck at the first step. So how do I input bigText variable with ADO Stream.
I've read the msdn documentation but I don't find any solution since I'm new to nav
Thanks for reading
Comments
bigText is a variable in navision and I also use ADO in navision to query and get the result. Maybe my code will explain my problem clearer:
Note: "i" needs to be defined as decimal
Hope this helps..
Chn
Thanks you for taking your time to answer my question. I had another solution but it's quite ugly by using array of text , I will post the code for reference. I will take a look at your code, it seems to be better than mine