简体   繁体   English

带有Oracle数据库的经典ASP

[英]Classic ASP with Oracle Database

I am new to Classic ASP. 我是Classic ASP的新手。 Since last week I am working with this technology. 从上周开始,我一直在使用这项技术。 Could you please help me on the following questions with simple examples. 您能否以简单的例子帮助我解决以下问题。

Questions: 问题:

  1. Fetching some data from oracle database and displaying it in various textbox controls and labels. 从oracle数据库中获取一些数据,并将其显示在各种文本框控件和标签中。
  2. View and updating the data. 查看和更新​​数据。
  3. How to fecth the database table and display it in a grid or any control. 如何影响数据库表并将其显示在网格或任何控件中。

I have done some R&D but am unable to get the exact flow of it. 我已经进行了一些研发,但无法获得确切的流程。 It's totally insane so help me on this. 这太疯狂了,所以请帮我。 Please suggest me some websites or links to get more into it. 请建议我一些网站或链接以获取更多信息。

Thanks for your time. 谢谢你的时间。

-Padmanaban -帕德马纳班

You have to use ADO 您必须使用ADO

Here some tutorials : 这里有一些教程:

http://www.w3schools.com/ado/ado_examples.asp http://www.w3schools.com/ado/ado_examples.asp

Specific to oracle : 特定于oracle:

http://support.microsoft.com/kb/255043 http://support.microsoft.com/kb/255043

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM