We are an award-winning tech entrepreneurship website where trusted experts can provide value globally.

Since 1998, DevX has helped people start businesses, build websites, and provide enterprise technology to people globally. Interviewing the likes of Microsoft’s co-founder, Steve Ballmer, the publication brings comprehensive, reliable, and accessible insights to the Internet.

devxlogo

Trusted for 26 years

Over 30K Articles

1M+ Readers

Expert-reviewed

10K+ Tech Terms

As seen in:

microsoft logo
business_insider_logo
wired_logo
berkley
arstechnica_logo
hackernoon

The Latest

DevX - Software Development Resource

QBF menu

Question: I am using custom toolbars in my application. When I call the QBF form, ithas a default menu bar. How can I get rid of this? Answer: While the

DevX - Software Development Resource

DBMS Advantages

Question: Our business is just starting to look at using a relational databasemanagement system. We are currently using computers, but the usershave their own copies of whatever data they need

DevX - Software Development Resource

User changes

Question: I want to be able to take an action when a user changes the value of a data field, but not when the value of the field is changed

DevX - Software Development Resource

RDBMS Strengths

Question: What are the major strengths of a RDBMS when compared to anODBMS? Answer: Most ODBMS today are still weak in the area of security, so if you are planning

DevX - Software Development Resource

ODBMS vs. RDBMS

Question: Under which circumstances should I consider an object database management system (ODBMS) instead of a relational database managementsystem (RDMBS)? Answer: There are some specific types of applications that are

DevX - Software Development Resource

Client-Server Architecture

Question: I’ve heard a lot of talk about “client-server architecture” ? is it something real, or just marketing hype? Answer: Indeed, client-server architecture is real. Put simply, the client-server model

DevX - Software Development Resource

OnKey()

Question: What is the OnKey() method? Answer: The OnKey() method is a new method introduced with OPO version 1.0.16. The OnKey() method is triggered for an object whenever a user

DevX - Software Development Resource

Can’t see tables

Question: When I open a session to an Oracle database, I can’t see any tables other than those owned by my user name. How can I get access to tables

DevX - Software Development Resource

OLE client

Question: Can an OPO application act as an OLE client and use OLE automation with an OLE server? Answer: OPO Version 2.0 can act as an OLE server, but not

DevX - Software Development Resource

Compound key

Question: I want to use a unique compound key, with a string columns and a numeric column, in my table. Since Blaze does not support compound keys, I will have

DevX - Software Development Resource

Repeater fields

Question: Whenever I try to reference an object in a repeater, I get an error message telling me that “Repeated control can be used only in aggregation function”. How can

DevX - Software Development Resource

Balnk form

Question: How do I open up a blank form – a form without any values displayed? Answer: As you probably know, you can add a DefaultCondition to your form, such

DevX - Software Development Resource

EXEC SQL and errors

Question: I am using the EXEC SQL command to insert some data into a database on the CommitForm()method of a form, but the data is not showing up in the

DevX - Software Development Resource

Set focus

Question: When a user selects a value from a list box, I populate the contents of arepeater. I also want to set the focus into the repeater’s first field.How can

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

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

Enumerating instances

Question: I want to use many instances of a class in my form, but can’t seem to figure out an easy way to check on the status of all the

DevX - Software Development Resource

Mail

Question: Is there a way to send mail with a mouse click? I’m working on a Mac and in Windows. Answer: You can send mail, or do virtually anything else

DevX - Software Development Resource

Querying a List

Question: I’ve been trying to construct a query on the databaseto see if the value in a particular field matches a long list of correct answers. For example, I would

DevX - Software Development Resource

Adjusting for Deleted Rows

Question: How do I create a column with a row ID that adjusts if a row is deleted?That is, if I had numbers 1,2,3,4,5,6 and I delete record 3, record

DevX - Software Development Resource

Splitting Data Within a Column

Question: I am trying to write a report that will bring back fiveindividual pieces of data that are stored within the same column in a table. How do I do

DevX - Software Development Resource

COUNT Function: Getting a Series

Question: What is the syntax to get a series of “counts” on a table? An exampleof what I am trying to do is as follows:SELECT col1 = COUNT(tstfield1=’X’),col2 = COUNT(tstfield2=’Y’)

DevX - Software Development Resource

Join Performance

Question: I’m wondering whether it would be faster to join a large table to a small table by placing the large table on the left side or theright side of

DevX - Software Development Resource

UPDATE Table Based on Data in Another Table

Question: I have two related tables. I need to go and update atable searching for a value I find in the second table (byjoining both tables). I wrote the following

DevX - Software Development Resource

SQL parsing error

Question: I have been having a lot of trouble with a SqlLookup() function. Whenever I use a WHERE clause, I get a parse error.The offending WHERE clause is “WHERE SW_LICENSE

DevX - Software Development Resource

How are transactions handled in OPO?

Question: How are transactions handled in OPO? Answer: Transactions are the core of multi-user data processing integrity. A transaction defines an all-or-none unit of work. The classic example of a

DevX - Software Development Resource

Column lengths

Question: Data field objects in OPO can accept any amount of data, but if I send too many characters to the server, I get an error “flushing the row to

DevX - Software Development Resource

Normalized Database: When to Split?

Question: We have several heavily-used tables with lots of columns (average around 30 columns), and the users are getting locked out frequently. We’ve thought about splitting the tables, but didn’t

DevX - Software Development Resource

Lock Conflicts

Question: Our system is experiencing several lock conflicts. We’ve got a consultantlooking at the details, but I was hoping you could explain what’s going onbehind the scenes when records are