Question:

Anyone know how to link a microsoft publisher web page to a SQL database? My hosting is Siteground.com.?

by  |  earlier

0 LIKES UnLike

Anyone know how to link a microsoft publisher web page to a SQL database? My hosting is Siteground.com.?

 Tags:

   Report

1 ANSWERS


  1. If you're talking about an HTML page, you can't.  HTML "ruins" (it's actually interpreted) in the browser;  the database is on the server; and they're not connected.  You need a programming language, running on the server, that connects to the database and creates the resultant HTML code to send to the browser, with the data already embedded in the page.  If you really want to do it, I suggest that you learn PHP or Python.  (PHP is available on just about every existing web server, Python is slowly becoming available.)

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.