If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > IDS 9.3 and Dbaccess

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-13-04, 12:02
bull_abraham bull_abraham is offline
Registered User
 
Join Date: Feb 2004
Posts: 32
IDS 9.3 and Dbaccess

WIth IDS 7.31, when writing scripts, I used
echo "select tabname from systables " |dbaccess blah
This would yield
tabname

table_1
table_2
....
table_n

WITH IDS 9.3 the same command yields
tabname table_1
tabname table_2
.....
tabname table_n

If you have encountered this and have resolved this to fit your scripts, kindly share the information. For small number of scripts I could have possbily changed the scripts to yank out the first column, but interested in other solutions, since I use a whole lotta scripts around here.
-Abraham
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On