devxlogo

January 8, 1999

Web-enabling existing PB 6.0 Application

Question: I know that there are several ways to Web-enable applications in PB. I am looking for the most cost-efficient and least time-consuming solution. Any ideas? Answer: This is a

printing all the source code

Question: Is there any way to print all the source code in an application or library? Answer: You can use a product called PowerDoc to achieve this, or you could

Convert function

Question: I am trying to do the SQL statements on the client side. Because I have declare int in the database, I need to convert the column before I can

Character Sets Available in SQL 6.5

Question: We’d like to find a table or listing of all the character sets available in SQL Server 6.5. Is there any way to get this from the Charset files

void pointers

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

Drop column from a table

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

SQL 6.5 Stored procedure

Question: Is it possible in SQL 6.5 to write a stored procedure that has an ARRAY as an input parameter? I have done this with Oracle using Oracle Objects for

Integers: signed and unsigned

Question: I am reading Sams’s Learn C++ in 21 Days, and this sentence doesn’t make sense to me: “Because you have the same number of bytes for both signed and

Linked List

Question: I need some help with this C++ add function.It adds a new node to the end of the list. I need it to add it to the beginning of