Connecting Tech Pros Worldwide Help | Site Map

Output From an Executable Into a Table

  #1  
Old June 14th, 2009, 01:59 PM
Member
 
Join Date: Mar 2008
Location: India, Kerala
Posts: 49
Hello friends,

Which the better way to get Output From an Executable Into a Table

If I want IP configuration information in a table. "ifconfig" will display the IP details. what I want is to get the information into a table.

Thanks,
John
  #2  
Old June 15th, 2009, 02:38 AM
gpraghuram's Avatar
Expert
 
Join Date: Mar 2007
Location: Chennai
Posts: 1,257

re: Output From an Executable Into a Table


Hi,
My suggestion would be using fsql or isql to connect to the DB and put the data there.
First you shuld parse the data and then use the sql with isql or fsql to insert the data into the table.
Thanks
Raghu
Reply

Tags
output into a table


Similar Threads
Thread Thread Starter Forum Replies Last Post
comp.lang.c FAQ list Table of Contents Steve Summit answers 0 November 13th, 2005 09:56 PM
comp.lang.c FAQ list Table of Contents Steve Summit answers 0 November 13th, 2005 07:45 PM
comp.lang.c FAQ list Table of Contents Steve Summit answers 0 November 13th, 2005 03:16 AM
Please help me to make source code from exe Michael Dekson answers 9 July 22nd, 2005 07:57 AM