Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Data On webpage

Author  Topic 

makepeace
Starting Member

1 Post

Posted - 2007-11-27 : 06:49:19
Hi i am new to SQL and have been asked to create a page with a SQL database that has got the employees names and numbers on it and i have got to display this on a webpage i have got the sql database on my local pc and have setup the fields and created the database i just need to know how to display the data on a webpage the database name is employees and i have then got fields like email, Name and Department is could someone give me an example using the database name that i have got and the fields or points me to some sites also i would like to place them in coulums how hard is this

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2007-11-27 : 07:31:55
What language are you using for your front end?

If you are using .Net, you will need to look up the ADO connection properties.
Go to Top of Page
   

- Advertisement -