Migrating to SQL Server and Keeping Novell 4.1
Question: Our business expects to migrate to a SQL Server base. We have two servers—the platform is Windows 95/Novell 4.1. Our manufacturing vendor application is upgrading, and it requires a
Question: Our business expects to migrate to a SQL Server base. We have two servers—the platform is Windows 95/Novell 4.1. Our manufacturing vendor application is upgrading, and it requires a
Question: I have a primary key (client id) of five characters which contains: character # 1: A-Z character # 2: 0-9 character # 3: 1-9 character # 4: blank or
Question: Is there an easy way of determining the RGB values when you have the long value of a color (for example, a “reverse” RGB(x,y,z) function)? Answer: You can make
Question: Using Pb 6.5 and Windows 95, how can I tell if Word is running in the background? Answer: This is a difficult answer depending on if you know what
Question: Why use classes when the same can be implemented using structures? Answer: Reasonable question. For starters, structures in C could not work like classes. Classes were needed to implement
Question: How can I insert rows into a dropdown datawindow that is a column in a datawindow im my report? Answer: You need to use the following code to access
Question: I am having trouble converting the info in a void pointer to usable information. I have a method that returns a void pointer (void*), and in one instance (the
Question: How can I drop a column from a table? Is there any way to do it without recreating the table? The table in question has several dependencies that I
Question: Please describe the primary use of the double pointer in C and C++; that is, **pointer. Answer: A pointer is simply the address of some variable. If you placed