NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: HeinBarkhuizen on June 04, 2015, 03:30:39 AM
-
I need to fetch / update some data after completing a webForm.
In a Desktop App i'll get the related data using a View or Prop:Sql Statement, none of these return any result for me in my Web Application.
What is the best approach here?
Hein
-
Prop:sql will work. Just make sure you open and close all the tables.
-
Thank you Kevin, That worked!