Thursday, January 21, 2010

Sql Database Editor How Can You Get The Records In A SQL Database By XML?

How can you get the records in a SQL database by XML? - sql database editor

I've created a database from SQL, I need a page to create records from the database display in a Web page in tabular format. It allows me to use XML, Java Script and HTML. Ideas?

1 comment:

Colanth said...

XML is the content - I can not have "anything with XML. You have a task that can be done. JavaScript can talk to a page on the server - but you have to write this page, and server must be in one language. Or, the server can provide data in XML - but you have to do the server side side, so - write in a language server. Or ... whatever, you have to write the page, server-side in one language. = Client side can access the database on the server. Period.

And HTML, XML and JavaScript running on the client, not the server.

Your teacher needs an education or have misinterpreted the task. The phrase "through a SQL database" makes me think that this will be the last.

Post a Comment