Output From an Executable Into a Table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mvjohn100
    New Member
    • Mar 2008
    • 57

    Output From an Executable Into a Table

    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
  • gpraghuram
    Recognized Expert Top Contributor
    • Mar 2007
    • 1275

    #2
    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

    Comment

    Working...