472,110 Members | 2,231 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,110 software developers and data experts.

Simple but...

Hi everyone,

Im new to ASP...i need to substract a line out of a txt file. The meaning is that a user gives an abbreviation like e.g. HTTP and that the full explanation is returned out of the txt file.

(content of txt file)
HTML: HyperText Markup Language
HTTP: HyperText Transfer Protocol
ASP: Active Server Pages
vbscript: Visual Basic Script
ASI: Aanvullende Studies Informatica
ELIS: Vakgroep Electronica en Informatiesystemen
IToef: Internettoepassingen - Oefeningen
XML: eXtensible Markup Language

So when a user types ASP, he gets Active Server Pages as response. Anyone that is able to give me some help?
Mar 17 '07 #1
2 968
Hi Matjambo,

which database u want to use.
Mar 19 '07 #2
clain
79
use sql server... make two columns...

one for code and other for expansion

call it using the asp with the desired code...


enjoy happy coding
Mar 20 '07 #3

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

2 posts views Thread by delisonews | last post: by
3 posts views Thread by Patchwork | last post: by
8 posts views Thread by Dan | last post: by
6 posts views Thread by Manuel Collado | last post: by
11 posts views Thread by JKop | last post: by
4 posts views Thread by Steven Blair | last post: by
7 posts views Thread by abcd | last post: by
24 posts views Thread by firstcustomer | last post: by
14 posts views Thread by Giancarlo Berenz | last post: by
10 posts views Thread by Phillip Taylor | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.