Invoking the Sql In the NT Environment

Post Reply
chavalis
Posts: 19
Joined: Thu Dec 27, 2001 12:47 am

Invoking the Sql In the NT Environment

Post by chavalis »

Hi
I want to know what is the similar command like that of
tsql -d/db/texis/TestDB in NT.

What are the files required for this?

Thanks
Sridhar
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Invoking the Sql In the NT Environment

Post by mark »

same command. texis.exe is in the install dir. testdb is in the texis subdir of install dir.

c:\morph3\texis -d c:\morph3\texis\testdb "select * from SYSTABLES"
User avatar
John
Site Admin
Posts: 2622
Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:

Invoking the Sql In the NT Environment

Post by John »

Tsql will be in the install dir (c:\morph3 by default), and texis will be in the CGI-BIN directory (typically c:\inetpub\scripts). The same commands and syntax will work from both the Unix and NT command lines.
John Turnbull
Thunderstone Software
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Invoking the Sql In the NT Environment

Post by mark »

sorry, i meant "tsql" instead of "texis" in my earlier message.
Post Reply