Secure SQL clients are programmable web browsers that use Secure Socket Layer (SSL) cryptographic protocols to communicate with different data sources. Separating business logic from data storage, these applications are ideal for multi-user applications, providing a high-performance client-server environment that's easy to maintain but hard to hack.
  •  use encrypted SSL over HTTP to communicate with databases
  •  build and execute database queries using calculated parameters
  •  add calculations and processes without changes to data sources
  •  execute stored procedures on server or scripted processes on client
  •  insert highly filtered and formatted data using custom validations
  •  optionally lock access down to Machine Address Codes (MAC)
  •  deploy as secured kiosks, runtimes, or desktop applications
  •  input information via keyboard, touch screen, barcode scanner
  •  output perfect print, e-mails, labels, barcodes, PDF, SQL, XML
These systems utilize FileMaker forms interfaces and calculation engine in conjunction with hosted PHP or ASP scripts to communicate with different data sources, making it possible to securely build and execute queries or parameterized stored procedures and then package the returned results into virtually any required output format.

-