Ask a Question related to ASP Database, Design and Development.
-
Shawn #1
Text field from database
I have a database that uses the text datatype as on of the
fields. I'm working on a content management system and I
would like to optimize the table so that when a user
request a page it will show in the browser quickly.
Heres my table:
pageID primarykey autonumber,
pageTitle varchar(100),
pageBody text
Using stored procedures to get the data out.
Thanks.
SF
Shawn Guest
-
Search database fields using single text field
Kindly advise on how to develop a database search page such that there is single text field to enter serach string and the results are shown on the... -
i want to display all the data in the database to the text field
Well, I have 5 data in the database list(gDatabase), i want to display them all on the member("datafield").. when I used the repeat function, it... -
Defined text field in form -> subject field in e-mail
Hi, I have a form on my web site which users send to me by mailto-function. I would like the text they write in a particular text field to... -
Radio btn makes text field equal value of different text field
What I am trying to do is when someone clicks on the YES radio button I want the text field called MYTEXT to equal the text field named DATE. The... -
Added text field to database. New entries not equal to "" ???
Hi! I'm accessing an MS Access database from an ASP server. I just added a new text column (field) to one of my tables. I have not added any...



Reply With Quote

