Simple script needed to output information about on Access database

  • Thread starter Thread starter bissatch
  • Start date Start date
B

bissatch

I have a Access DB but dont have Access. Im currently trying to teach
myself ASP .NET and would like to output and manipulate the DB but I
dont know the exact column names. Is there any basic .aspx scripts out
there that would, with a little tweaking ofcourse (ie. database
filepath/name), display on screen the the structure of the database
such as table names, column names/types? This would then allow me to
correctly write my SQL queries.

Thanks

Burnsy
 
I have a Access DB but dont have Access. Im currently trying to teach
myself ASP .NET and would like to output and manipulate the DB but I
dont know the exact column names. Is there any basic .aspx scripts out
there that would, with a little tweaking ofcourse (ie. database
filepath/name), display on screen the the structure of the database
such as table names, column names/types? This would then allow me to
correctly write my SQL queries.

Thanks

Burnsy

If you have VS.NET you can use Server Explorer - Data Connections...

or learn how to work with ASP.NET

For example, http://aspalliance.com/542
 
Back
Top