Tip Bank

DevX - Software Development Resource

Finding Exactly Two of Three — Conditions

Question: We are putting together a book with contributions from many Anthologies (identified by their contrnum). We want to find all Anthologies thathave articles in exactly two out of three

DevX - Software Development Resource

Formatting data

Question: When I set the FormatMask property for a data field object, the value of the field is formatted when a user enters data and tabs out of the field.

DevX - Software Development Resource

Finding Only the Most Current Row

Question: The Situation: I need to define some queries to extract data from an existing database (I am using MS Access 2.0). It consists of only two tables, from which

DevX - Software Development Resource

Embedded SQL

Question: What is Embedded SQL, and howis it used with the C language? Answer: As the name implies, Embedded SQL describes SQL statements that are embedded in a host language.

DevX - Software Development Resource

New Features

Question: What are some of the new features of Power Objects Version 2? Answer: The major new features of Version 2.0 include:New platforms – OPO will continue to support both

DevX - Software Development Resource

Global functions

Question: How can I define a function that is not associated with a particular form? Answer: You can define an function that is not associated with a particular form by

DevX - Software Development Resource

Dates in String Variables

Question: I want to use a string variable with the date in it (format would be 02/22/96). How do I accomplish this? Answer: You’ll need to first convert the date