Returning to LiveCode development after a long break.
Using 6.6.2:
Using a local web server to test retrieving data from a remote MSSQL server.
Hitting the link directly in Chrome returns the data as plain text. All good.
The following code used to return readable text in the field fldCustomer data but now returns text in an unreadable format.
Code: Select all
put URL "http://192.168.0.5:8080/special/sync_customers" into tSyncCustomerData
put tSyncCustomerData into field "fldCustomers"
Thanks in advance.
Kind regards, Andrew