by Walter Mayer – Learn how to enable your mobile workforce to use their Nokia 92xx communicators with DB2 Everyplace Synchronization Server to access and update data while they are on the road.
Other News
Generate Scripts for SQL Server Objects
Many DBAs find a need for a script to generate object scripts for sql server objects. This short article shows how you can use Transact SQL to generate scripts.
Is it time to say goodbye to SQL?
By Phil Howard – Although it may seem a no-brainer today, SQL took some time to get established with by no means all vendors subscribing to the notion of a common database query language as a useful thing. That, remember, is what SQL was originally designed to do – provide set-based query processing
Oracle promises cost savings
By Robert Jaques – Oracle has announced its certification of SAP core enterprise resource planning product version 4.6, sales and distribution module, on its Oracle9i database for Windows Server 2003 for both 32-bit and 64-bit computing.
Grammars For VoiceXML Applications
by Hitesh Seth – The previous article in this series, “Tools for Developing VoiceXML Applications” (Vol. 2, issue 3), reviewed tools that can aid the development and testing of VoiceXML applications. Now we dive into the mechanisms of writing the grammars and review the standards being developed aro
Moving DOM nodes (without triggering a Wrong document exception)
by Brett McLaughlin – This tip takes a look at a common exception that occurs when you attempt to move DOM nodes. Here you’ll learn the causes of this exception and, most important, how to avoid it when doing DOM programming. The code listings demonstrate how to move nodes from one document to anoth
W3C closes Amaya Activity
The W3C’s work on its experimental web browser — the Amaya Activity — was closed in April, as a result of a W3C Advisory Committee Review.
Microsoft SQL Server 2000 SP3 Security Features and Best Practices
Get security recommendations on Microsoft® SQL Server™ installation, administration, and deployment, and dig into the details of the SQL Server security model. This paper applies to SQL Server 2000 Service Pack 3 (SP3). It is intended for administrators and developers.
ASP.NET Controls Templates
It is easy to create a custom control in ASP.NET by deriving a new class from an already existing control. Creating a new ASP.NET control from scratch, on the other hand, is more challenging. When you need a Web server control and none of the existing ones meet your requirements, you can derive from
Compare two SQL Server tables
(Preethiviraj Kulasingham) – If you need to compare the data in two tables — either from the same database or from different databases or even from different servers — this procedure can help. (R)