devxlogo

Tip Bank

Data Corruption

Question: I have a table where after an import from an ASCII, I see some funny characters in some fields. After using asc(), I show that the characters where the

Performance

Question: I have two Visual FoxPro applications (App1 and App2) running in the same computer. App2 runs every 30 minutes. When App2 runs, App1 is slow because App2 consumes lots

Registering DLL Files

Question: When I try to register a DLL I created in VB6, I get the message that tells me the DLL is not a valid windows NT image. At the

SQL Server scripts in VB 6

Question: I have several SQL Server scripts that either CREATE or RUN stored procedures in a SQL Server database. I need to run these files (which I have in .txt

MMX code in C++

Question: I am involved in a project the aim of which is to demonstrate the effectiveness of MMX for image manipulation. For this project I need to write some MMX

TreeView Control

Question: I would like to know how I can add, remove, and see if an item is in the TreeView control. For example: Prism Pros 4/30/99 7:39AM 4/30/99 8:00AMMcFarley 4/30/99

What are Lvalues and Rvalues?

An object is a contiguous region of memory storage. An lvalue (pronounced: L value) is an expression that refers to such an object. The original definition of lvalue referred to