Wrox Home  
Search P2P Archive for: Go

  Return to Index  

interdev_programming thread: Input file (comma delimited)


Message #1 by "Channelta Vangou" <channelta@h...> on Thu, 23 Aug 2001 04:01:44
Hi,

Can someone point me to the right direction in how to get a code to read an 
input file?  I am using visual Interdev creating .asp & htm pages. On my 
home.asp I have a listbox in which I would like
to display the 3 column of the input file.

1-This file defines the database source of X application.
  There are three columns to each line:
  column 1 is the name of the SQL machine where the database resides
  column 2 is the database name that you I to access
  column 3 is a description of the database that I want to display
           on the web browser.

Example entry:

DM1,DEMO1A,Demo database S/G A


2-By viewing through a browser I ought to be able to select on the listbox 
the description. Then have the option (same home.asp) to click into 
table1.asp or table2.asp in which I'll be able to view records related to 
that particular database.  Therefore being able to go back and foward:


P.S I have already created the table1.asp and table2.asp
I am just having problems with home.asp (where listbox resides)


Thanks an advance, I hope I did not confused you. :(
Channelta



  Return to Index