Page 1 of 1
Invoking the Sql In the NT Environment
Posted: Thu Nov 21, 2002 5:42 am
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
Invoking the Sql In the NT Environment
Posted: Thu Nov 21, 2002 8:59 am
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"
Invoking the Sql In the NT Environment
Posted: Thu Nov 21, 2002 9:49 am
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.
Invoking the Sql In the NT Environment
Posted: Thu Nov 21, 2002 9:57 am
by mark
sorry, i meant "tsql" instead of "texis" in my earlier message.