Informix Online Dynamic Server Installation
Question: We have Informix-Online Dynamic Server Version 5.1 running on Sun 4 architecture machines (Sparc 4, Sparc 5, etc.). We plan to upgrade some machine to Ultra 2. I just
Question: We have Informix-Online Dynamic Server Version 5.1 running on Sun 4 architecture machines (Sparc 4, Sparc 5, etc.). We plan to upgrade some machine to Ultra 2. I just
Question: With the following: friend int operator == (const cs303Point& point0, const cs303Point& point1); in my .h file, how should the first line of the function definition look in the
Question: I’m using Web Datablade and IIF to develop Web pages. I need validation (other than JavaScript) on date inputs. How can I validate dates on IIF, using SPL or
Question: I am trying to install Informix on Windows NT Server. After installation, I get the following error (after restarting): Columns: 80 Keyboard rate: 31 Keyboard delay: 1 Code page:
While VB Timer functions is sufficiently precise for most tasks, it doesn’t provide the highest possible resolution most modern computer can provide. If your hardware supports high-resolution counters, you can
The GetTimeZoneInformation API returns a TIME_ZONE_INFORMATION variable that contains several pieces of information about system’s time date and time setting. The first Long value in this structure holds the “distance”
‘ Evaluate the number of business days between two dates” Note that it doesn’t take Christmas, Easter and’ other holidays into accountFunction BusinessDateDiff(ByVal StartDate As Date, ByVal EndDate As Date,
The Timer control is great when you want to periodically execute a piece of code while the program is doing something else. However, it also has a couple of shortcomings:
‘ add or subtract a number of business days from a date” Note that it doesn’t take Christmas, Easter and’ other holidays into accountFunction BusinessDateAdd(ByVal days As Long, ByVal StartDate