Converting a System Date to a Text String
Question: I want to retrieve the system date and convert it to a text string. I can get the system date (using the Date() function call), but I cannot write
Question: I want to retrieve the system date and convert it to a text string. I can get the system date (using the Date() function call), but I cannot write
Question: I have two forms on my ASP page. The first form uses the &qout;Post” Method and second uses the &qout;Get” Method. The form using the “Get” method has a
Question: I am creating a site with a public area and a secure area, which is broken into three parts. To enter security, the user goes to LogIn.htm and enters
In a high-volume application, there’s a good chance that two separate transactions will both run the SELECT statement and acquire read locks before either can acquire the write lock required
Question: I have a difficult time using PB because I can’t see the code flow. I am an experienced programmer with COBOL, PL/1, and SQL and have taken several PB
Question: Do you know any good Web sites or have any tech tips on creating wizard interfaces? Answer: Creating wizard interfaces is straight-forward when you know how. All a wizard
Question: What is RDBMS? Answer: It’s lingo for “Relational Data Base Management System.”
Question: I have a mailing list with one record per person, but I want to mail to only one person per household. How can I select just the first record
‘ convert from binary to decimal” NOTE: requires Power2()Function BinToDec(value As String) As Long Dim result As Long, i As Integer, exponent As Integer For i = Len(value) To 1