Ask a Question related to ASP, Design and Development.
-
Andrew Banks #1
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
-
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? -
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... -
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... -
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... -
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... -
Bob Barrows #2
Re: List all and field names database contents
Andrew Banks wrote:
Yes, it's possible.> 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
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
-
Tom B #3
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...database.> 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> 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
-
Aaron Bertrand - MVP #4
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...database.> 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> 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
-
Curt_C [MVP] #5
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...HTML> 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...> database.> > 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> > 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>> > page.
> >
> > Is this possible and if so how?
> >
> > Thanks in advance
> >
> >
>
Curt_C [MVP] Guest



Reply With Quote

