Is there a SQL equivalent to Delphi’s Pos() function?
Question: Is there a SQL equivalent to Delphi’s Pos() function? Answer: You bet. It’s called the SUBSTRING function. Like the Pos function,the SUBSTRINGfunction in SQL will return a substring of
Question: Is there a SQL equivalent to Delphi’s Pos() function? Answer: You bet. It’s called the SUBSTRING function. Like the Pos function,the SUBSTRINGfunction in SQL will return a substring of
Question: In many of my applications, when I perform a query, I write itout to disk, using a TBatchMove. How can I create a component that willcombine the functionality of
Question: How can I load a list like a TComboBox Items property with the list of valid aliases at runtime? Answer: There are two ways to do this. The first
Question: I have an applet with dialog boxes, text fields and buttons.What can I do with the user input? How do I get it out of the applet?What else can
Question: I am a little puzzled by the question and answer headed”Databases: how can I use two different Data Controls to displaydata from a single DataSource and Table?”What is the
Question: Is there a way to make a binary executable from Java code? Answer: There are several stunts you could try in order to accomplish this,but they all cripple the
Question: Is there a way to manipulate the appearance of the individual buttons in a TRadioGroup? Answer: This subject falls into the yeah, it’s something you could do, but should
Question: Hi, I just started to program in Java in Win95 platform. Even though I/O through files has already been discussed, I am having trouble reading a double from the
Question: When you open a table in both the Database Desktopand a self-written Delphi app, and you post a record in your own app, the changes are reflected automatically in