Texis HTTP Web Interface

Post Reply
tyousef
Posts: 12
Joined: Tue Apr 06, 2004 11:53 am

Texis HTTP Web Interface

Post by tyousef »

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 .
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Texis HTTP Web Interface

Post by mark »

Basically you write a vortex script to generate whatever output you need.
tyousef
Posts: 12
Joined: Tue Apr 06, 2004 11:53 am

Texis HTTP Web Interface

Post by tyousef »

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.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Texis HTTP Web Interface

Post by mark »

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.
vrusselltric
Posts: 1
Joined: Mon Sep 25, 2006 1:25 pm

Texis HTTP Web Interface

Post by vrusselltric »

tyousef,

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?

Vic
AG.com
vrussell@ag.com

We are trying to test Texis/Vortex for internal and external use.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Texis HTTP Web Interface

Post by mark »

Post Reply