Results 1 to 2 of 2

Thread: Oracle database data on the WWW

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2017
    Posts
    19

    Oracle database data on the WWW

    Hey

    I am looking for someone who will help me to make a simple preview of data from the Oracle database through the website.

    database

    DBDVP =(DESCRIPTION =(ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.101.60)(PORT = 1621))
    )
    (CONNECT_DATA =
    (SERVICE_NAME = DBDVP)
    )
    )

    SQL DATABASE = SELECT *FROM CARS

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Oracle database data on the WWW

    I'm not really sure what you're asking for. Are you asking how to display the results of a query in an ASP.NET web application? Do you already have a web application or are you asking how to make one from scratch? Do you already know how to perform data access or are you asking to be taught it from scratch?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width