Ask a Question related to ASP Database, Design and Development.
-
Holden Caulfield #1
ASP/SQL code for showing all DB info...
Hi there,
I need some ASP/SQL code that will show the complete structure of a
database. That is, all the exisiting table names, and all fields (and
filed types) in those tables.
Why?
Because I am in a situation where I need to make major mods to an
existing site that uses a SQL database without having any of the
documentation about the database! I have no tools at my disposal,
except what I can make myself through my ASP code and the db
connection string. I donīt even know where the db exists! (It is a
long story, so I will stop there...)
There must be code that will show the database blueprint, which is the
first step in me getting started...
Thanks,
Holden
Holden Caulfield Guest
-
cf keeps showing error that doesn't exist in the code
Hi, I'm having a troubles with CF MX7- it keeps showing error message about some missing closing tag but if I look at the code there's nothing... -
cf_ custom tags showing encrypted code?
Today something strange started happening, one of our custom tags started showing the encrypted code in the web page. Has anyone else experienced... -
only code on ASP JS page showing
I am a newbie at databases. I am trying to build dynamic pages using DW MX 2004 and I have to use a Filemaker Pro database from a client (a database... -
info palette not showing any numbers
Hi Ann, I have tried all that without any luck. I have found out, itīs some kind of bug in the OS X. I made a disc image of the "Problem compuer"... -
Getting info about SSL session from code
Hi, How can I retrieve SSL session details from ASP.NET web page code? I could get info about key size (by HTTPS_KEYSIZE variable) but I don't... -
Bob Barrows #2
Re: ASP/SQL code for showing all DB info...
Holden Caulfield wrote:
What kind of SQL database? SQL Server? What version? Access? What version?> Hi there,
> I need some ASP/SQL code that will show the complete structure of a
> database. That is, all the exisiting table names, and all fields (and
> filed types) in those tables.
>
> Why?
>
> Because I am in a situation where I need to make major mods to an
> existing site that uses a SQL database without having any of the
> documentation about the database! I have no tools at my disposal,
> except what I can make myself through my ASP code and the db
> connection string. I donīt even know where the db exists! (It is a
> long story, so I will stop there...)
>
> There must be code that will show the database blueprint, which is the
> first step in me getting started...
>
> Thanks,
>
> Holden
Oracle? ....
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest
-
Aaron Bertrand [MVP] #3
Re: ASP/SQL code for showing all DB info...
> I need some ASP/SQL code that will show the complete structure of a
[url]http://www.aspfaq.com/2177[/url]> database. That is, all the exisiting table names, and all fields (and
> filed types) in those tables.
[url]http://www.aspfaq.com/2178[/url]
--
Aaron Bertrand
SQL Server MVP
[url]http://www.aspfaq.com/[/url]
Aaron Bertrand [MVP] Guest
-
el.c. - myLittleTools.net #4
Re: ASP/SQL code for showing all DB info...
> Hi there,
> I need some ASP/SQL code that will show the complete structure of a
> database. That is, all the exisiting table names, and all fields (and
> filed types) in those tables.
Free lite edition of myLittleAdmin can help you :
[url]http://www.myLittleTools.net/mla_sql[/url]
hth
el.c.
--
// myLittleTools.net : leading provider of web-based applications.
// myLittleAdmin WebHosting Edition is now available
// [url]http://www.mylittletools.net[/url]
// [email]webmaster@mylittletools.net[/email]
>
> Why?
>
> Because I am in a situation where I need to make major mods to an
> existing site that uses a SQL database without having any of the
> documentation about the database! I have no tools at my disposal,
> except what I can make myself through my ASP code and the db
> connection string. I donīt even know where the db exists! (It is a
> long story, so I will stop there...)
>
> There must be code that will show the database blueprint, which is the
> first step in me getting started...
>
> Thanks,
>
> Holden
el.c. - myLittleTools.net Guest
-
Roland Hall #5
Re: ASP/SQL code for showing all DB info...
"Holden Caulfield" wrote:This allows you to see structure, data and make modifications, including> Hi there,
> I need some ASP/SQL code that will show the complete structure of a
> database. That is, all the exisiting table names, and all fields (and
> filed types) in those tables.
stored procedures.
[url]http://www.standardreporting.net/1ClickDB/default.aspx[/url]
How can you make an ADODB connection without knowing where the database is?>I donīt even know where the db exists! (It is a
> long story, so I will stop there...)
SQL is usually on a separate server and accessing it in ASP will identify
the FQDN or the IP.
--
Roland
This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose.
Roland Hall Guest



Reply With Quote

