Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying SQL Server data in HTML pages

Status
Not open for further replies.

StevenK

Programmer
Joined
Jan 5, 2001
Messages
1,294
Location
GB
This is probably a simple issue to those in the know - but not something I've had the need to do as yet. I'm looking at displaying data from a SQL Server 7.0 database on a page on our intranet - through HTML. How do I achieve this ?
I'm guessing I'm looking at using an ODBC connection and an ActiveX control or am I missing the ball on this one ?
Thanks in advance
Steve
 
You need to use a script language like asp or php to do it, you cannot do it directly in html. For this you will need to setup the IIS. Look the web for asp tutorials.
 
Look at using the Web Publishing Wizard. It will export your tables or views to HTML tables and will allow you to select how to update the HTML tables, similar to replication. Ashley L Rickards
SQL DBA
 
I think the ease way for you is to use the Web publisher that comes with SQL Server 7, unless you have the time to Learn more technologies, then I would sugest you to look into Macromedia Dreamwever Ultradev where the learn curve is lower since it's drag and drop UI. AL Almeida
NT/DB Admin
"May all those that come behind us, find us faithfull"
 
As daft a question as it might sound : where is the Web Publisher Wizard found ?
Thanks in advance.
Steve
(There's no such thing as stupid questions - just stupid people)
 
Enterprise manager and it is calle Web Wizard AL Almeida
NT/DB Admin
"May all those that come behind us, find us faithfull"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top