4

Is there any way to run a PRAGMA command from WebSQL? PRAGMA is defined in the SQLite documentation, but doesn't seem to work in WebSQL.

Varun Singh
  • 1,676
  • 3
  • 18
  • 25

1 Answers1

5

You can not run any PRAGMA commands in webkit websql. As this is the core of the implementation base we can safely assume that this feature is unavailable for HTML5 applications.

Peter Aron Zentai
  • 11,482
  • 5
  • 41
  • 71