| FAQ Details | FAQ ID | FAQ Description |
| Details | 181 | How can I format numbers and date/times using ASP.NET? For example, I want to format a number as a currency. |
| Details | 161 | How can I convert a Recordset into an array? Also, how can I convert an array into a Recordset? |
| Details | 115 | I am using Access and getting a 80004005 error (or a [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot open the file '(unknown)' error) when trying to open a connection! How can I fix this problem? |
| Details | 83 | How can I quickly sort a VBScript array? |
| Details | 106 | How can I find out if a record already exists in a database? If it doesn't, I want to add it. |
| Details | 190 | How do I display data on a web page using arrays instead of Do...While...MoveNext...???... |
| Details | 118 | When I get a list of all files in a directory via the FileSystemObject, they aren't ordered in any reasonable way. How can I sort the files by name? Or by size? Or by date created? Or...
|
| Details | 30 | For session variables to work, must the Web visitor have cookies enabled? |
| Details | 14 | Can I send emails without using CDONTS? |
| Details | 153 | How can I take the result of a SELECT...MULTIPLE or a group of same-named checkboxes and turn it into a query? That is, if the user selects 3 answers, how can I construct a query that looks for all 3? |