If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Regarding Adding and Viewing the records

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-13-04, 01:05
praveenppandey praveenppandey is offline
Registered User
 
Join Date: Aug 2004
Posts: 28
Regarding Adding and Viewing the records

Hello Members

Please provide the information regarding the ASP code that how to add the data ito MSSQL and how to view the same data in table format.

I need it urgently.

Regards
Praveen Kumar Pandey
CoVisible Solutions India Pvt. Ltd. - Offshore Outsoucring Service Provider
Reply With Quote
  #2 (permalink)  
Old 10-13-04, 01:30
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
Man, what is with some of the questions recently....

Please provide the information regarding the ASP code that how to add the data ito MSSQL and how to view the same data in table format.

To answer your question in the manner that it deserves to be answered. ASP uses VBScript or Javascript to programaticly connect to a database (using ADO or ODBC or similar) and executes SQL statements.

The SQL statements can perform any number of database activities including selecting data, inserting data, updating data and deleting data.

Acting as an "interface" ASP can be used to retrieve data from a database and then be used to format that data as HTML to be presented on a web page.
Reply With Quote
  #3 (permalink)  
Old 10-13-04, 01:39
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
from the sticky post above.... try http://www.w3schools.com/asp/ for simple questions
Reply With Quote
  #4 (permalink)  
Old 10-13-04, 06:38
praveenppandey praveenppandey is offline
Registered User
 
Join Date: Aug 2004
Posts: 28
Thank You rokslide

Thak you rokslide

I found this website very good.

Regards
Praveen Kumar Pandey

RFID - CoVisible Solutions Inc.

Quote:
Originally Posted by rokslide
from the sticky post above.... try http://www.w3schools.com/asp/ for simple questions
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On