It's mentioned multiple times through the documentation, But where I can find more information about it, where could I find examples?
I'm trying to use Texis(Full version) as the database backend to a .Net application written in Vb.Net .
Do you mean passing the sql statment in the http query string to a vortex script? this might not work if I want to execute "insert" statements with large text fields.
No. You'd usually write a script specific to your app with the sql in the app. You would only pass in commands and data which the script would use to determine what to do.
I have the same problem. The documentation is robust, but disjointed with too few examples for such a unique environment. Did you figure out how to Query Texis from a web page?