[ic] ASP like Perl

Korey Gozman interchange-users@interchange.redhat.com
Fri Nov 30 10:49:00 2001


Hmmm Im a little baffled as to how I would call fields from a database
Ok, So here is my current situation

------------------------------------------------------------------------------
I have this in the configuration
	Database        table001        table001.txt    TAB

------------------------------------------------------------------------------
And this later on in the configuration
	ProductFiles   products

------------------------------------------------------------------------------
And this  I have in the index.html

@_LEFTRIGHT_TOP_@

$Tag->data(
         (
          table => table001
          field => 1009-00-0017
          key => field2
         )
   )


@_LEFTRIGHT_BOTTOM_@
------------------------------------------------------------------------------


And I have this in the table001.txt
part_number	field2
1009-00-0017	.040"

------------------------------------------------------------------------------

Thanks, Just looking for some guidance,

=Korey