by Edd Dumbill – It is past time that the W3C called an end to its involvement in web services. Despite the name, web services have increasingly little to do with the Web as we know it, and those at the forefront of its development seem to have little fondness for the W3C or its technologies.
Other News
Time conversions
By jai Tanwar – Reports sometimes need the time to be represented in MM:SS format but in the database table it often must be stored in seconds. To convert from one format to the other, use the following function. Use this function with SQL queries like this:
Oracle Comes Out of the ASP Closet
By Allen Bernard – It’s taken some time, but Larry Ellison’s vision of software being delivered as a service is coming to fruition — all Oracle products are now available in ASP-enabled versions.
Database Wipeout Turns Into Unsolved Mystery
In making a hasty recovery after a SQL Server data loss, staffers may have overwritten critical evidence.
Database future debated
By Paul Krill – SAN JOSE, CALIF. — Whether the future of databases is the traditional, relational and SQL model with XML technologies incorporated into it or a new XML-based model is a matter of debate, according to panelists during a session Tuesday at the Software Development Conference & Expo he
Database not completing restore process, remaining in loading mode
By Bianca Blount – The problem may be all the necessary transaction logs were not restored. When restoring transaction logs, all logs between the last full back up or differential need to be restored in sequential order.
Strange Transformations
by John E. Simpson – In this month's Q&A column, John Simpson explains how to handle unwanted CDATA sections in source trees and offers some advice for serving XHTML to old browsers.
Database future debated
By Paul Krill – SAN JOSE, CALIF. — Whether the future of databases is the traditional, relational and SQL model with XML technologies incorporated into it or a new XML-based model is a matter of debate, according to panelists during a session Tuesday at the Software Development Conference & Expo he
Use XML File as database
(Yasir Osama) In this article I will show you how to use XML file as a storage area later. When you store information on xml file you will save time and system resource if you use access database the process is more complicated, an Access database have limits on the number of users using it at a giv
INF: Authentication Methods for Connections to SQL Server in Active Server Pages
SQL Server authentication relies on the internal user list maintained by the SQL Server computer. This list does not include Windows NT users, and is specific to the SQL Server computer. Users are created and configured using the SQL Server Enterprise Manager. To use this authentication method, perf