chavalis
Posts: 19 Joined: Thu Dec 27, 2001 12:47 am
Post
by chavalis » Thu Nov 21, 2002 5:42 am
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
mark
Site Admin
Posts: 5519 Joined: Tue Apr 25, 2000 6:56 pm
Post
by mark » Thu Nov 21, 2002 8:59 am
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"
John
Site Admin
Posts: 2622 Joined: Mon Apr 24, 2000 3:18 pm
Location: Cleveland, OH
Contact:
Post
by John » Thu Nov 21, 2002 9:49 am
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
mark
Site Admin
Posts: 5519 Joined: Tue Apr 25, 2000 6:56 pm
Post
by mark » Thu Nov 21, 2002 9:57 am
sorry, i meant "tsql" instead of "texis" in my earlier message.