Author: SSWUG Research

Community

Report on Oracle Text Index Sizes

(X. Jay Zhang) Oracle Text Index, formerly known as interMedia Index, is powerful for searching user specified text segments in a column or a document, and it is widely used in internet based applications like search engines or content management systems. An issue presented to a DBA, as usual, is to

Community

Optimize Oracle Data Access

(Bob Beauchemin) You have two basic ways to improve data-access code performance in your database applications. The most straightforward way is to optimize the SQL statements that execute on the database server. A more subtle way, from a database client programming perspective, is to decrease the nu

Community

DAL Comparison Part 2

(Eric Landes) This article gives some ideas of how to use a widely available open source DAL. Besides the standard ideas of how to actually use LLBLGen, I’ll go over how to modify this in another part of the series. Data Access Layer (DAL) generators can cut time down when building your applic

Community

Doing XPath and XSLT with Style!

(James G. Britt and Teun Duynstee)Professional Visual Basic 6 XML shows the VB community how to take advantage of XML technology and the available (free-to-use) implementations. The flexible and standards-based data description that XML provides can be used in a myriad of places where VB programmers