List all and field names database contents

Ask a Question related to ASP, Design and Development.

  1. #1

    Default List all and field names database contents

    I have been provided with a DSN, user name and password for one of my
    clients sites.

    I'm not an ASP developer and need to view all the contents of this database.
    I usually work in PHP but only have ASP available on this server.

    I want to open the database and simply output all the contents into a HTML
    page.

    Is this possible and if so how?

    Thanks in advance


    Andrew Banks Guest

  2. Similar Questions and Discussions

    1. Get list of all Field Names in ORACLE DB
      I'm wondering if there is a way I can list all of the field names in an Oracle table easily? Any ideas?
    2. Get database field names from table...
      How do you get the database fieldnames from a table and display them using cfquery and cfoutput. Thanks a million...
    3. Write contents of Dropdown list to a database
      i am dynmically creating a dropdown list and i am wondering how to write the contents of the dropdown list to a database. Purpose: i am creating...
    4. Write entire contents of dropdown list to a database
      i am dynmically creating a dropdown list and i am wondering how to write the contents of the dropdown list to a database. Purpose: i am creating...
    5. List Hash 'Field' Names
      I am trying to write more automated code - either I am a lazy typist or am just trying to get more with it! I have a hash I define; I have a form...
  3. #2

    Default Re: List all and field names database contents

    Andrew Banks wrote:
    > I have been provided with a DSN, user name and password for one of my
    > clients sites.
    >
    > I'm not an ASP developer and need to view all the contents of this
    > database. I usually work in PHP but only have ASP available on this
    > server.
    >
    > I want to open the database and simply output all the contents into a
    > HTML page.
    >
    > Is this possible and if so how?
    >
    > Thanks in advance
    Yes, it's possible.
    We can't tell you how until you tell us what kind of database it is.
    I hope there isn't a lot of data in the database ...

    Bob Barrows


    Bob Barrows Guest

  4. #3

    Default Re: List all and field names database contents

    Try using ADOX, I did a search on google, and this page looked helpful
    (number 2)
    [url]http://www.pstruh.cz/tips/detpg_listdb.htm[/url]

    and this is helpful
    [url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/pg_adox_fundamentals_1.asp[/url]


    "Andrew Banks" <banksy@blablablablueyonder.co.uk> wrote in message
    news:tdVQa.12823$GF6.97072314@news-text.cableinet.net...
    > I have been provided with a DSN, user name and password for one of my
    > clients sites.
    >
    > I'm not an ASP developer and need to view all the contents of this
    database.
    > I usually work in PHP but only have ASP available on this server.
    >
    > I want to open the database and simply output all the contents into a HTML
    > page.
    >
    > Is this possible and if so how?
    >
    > Thanks in advance
    >
    >

    Tom B Guest

  5. #4

    Default Re: List all and field names database contents

    You need to find out what database you are using. If you search for
    "schema" at [url]www.aspfaq.com[/url], you might find some useful results...




    "Andrew Banks" <banksy@blablablablueyonder.co.uk> wrote in message
    news:tdVQa.12823$GF6.97072314@news-text.cableinet.net...
    > I have been provided with a DSN, user name and password for one of my
    > clients sites.
    >
    > I'm not an ASP developer and need to view all the contents of this
    database.
    > I usually work in PHP but only have ASP available on this server.
    >
    > I want to open the database and simply output all the contents into a HTML
    > page.
    >
    > Is this possible and if so how?
    >
    > Thanks in advance
    >
    >

    Aaron Bertrand - MVP Guest

  6. #5

    Default Re: List all and field names database contents

    [url]http://www.darkfalz.com/1065/[/url]

    --
    ----------------------------------------------------------
    Curt Christianson (Software_AT_Darkfalz.Com)
    Owner/Lead Designer, DF-Software
    [url]http://www.Darkfalz.com[/url]
    ---------------------------------------------------------
    ...Offering free scripts & code snippits for everyone...
    ---------------------------------------------------------

    "Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
    news:#xXLtQvSDHA.2152@TK2MSFTNGP12.phx.gbl...
    > You need to find out what database you are using. If you search for
    > "schema" at [url]www.aspfaq.com[/url], you might find some useful results...
    >
    >
    >
    >
    > "Andrew Banks" <banksy@blablablablueyonder.co.uk> wrote in message
    > news:tdVQa.12823$GF6.97072314@news-text.cableinet.net...
    > > I have been provided with a DSN, user name and password for one of my
    > > clients sites.
    > >
    > > I'm not an ASP developer and need to view all the contents of this
    > database.
    > > I usually work in PHP but only have ASP available on this server.
    > >
    > > I want to open the database and simply output all the contents into a
    HTML
    > > page.
    > >
    > > Is this possible and if so how?
    > >
    > > Thanks in advance
    > >
    > >
    >
    >

    Curt_C [MVP] Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139