Posts by Nelson Lima Tavares • 34 points
3 posts
- 
		-1 votes1 answer2202 viewsA: Datasnap error with Indythis url is wrong Url := 'http://localhost:809...and/'; delphianswered Nelson Lima Tavares 34
- 
		0 votes3 answers2792 viewsA: Lifecycle Delphi datasnap which to use?If you are using REST and without session q is Session of course it is not necessary to change it. By the same protocol feature. Connects processes and disconnects. delphianswered Nelson Lima Tavares 34
- 
		1 votes2 answers731 viewsA: Extract JSON array data on Android received by DatasnapNo need to use gson no. If you prefer you can use so: TJSONObject objJSON = (TJSONObject) mrUsuario.Get(IdUsuario); TJSONObject objFIELDS = objJSON.getJSONObject("fields"); int varinteger =…