VB & Access
Question: I need runtime code to find all files with *.mdb file type(Access databases) just like the Find subMenu item does in the Start Menu on the desktop. I want
Question: I need runtime code to find all files with *.mdb file type(Access databases) just like the Find subMenu item does in the Start Menu on the desktop. I want
Question: I have an ASP called ‘default.asp’ that creates a recordset object called ‘objRS’ via ODBC. When a certain set of conditions is met, I linked it to another ASP
Many programs access files either to read, write, or append data. For this the program needs to know where the physical file is located, besides the name of the file.
You can rename files through the use of the FileSystem object. The problem is that you would expect to find it in the document under a name like Rename. Actually,
One common problem with typing into Web forms is dealing with input fields and having your words go right off the right edge of the box into infinity as you
You can generate a GUID using SQL Server. All you need to do is open SQL Server Query Analyzer and execute following T-SQL statement: SELECT newid() This statement generates a
Question: We have ASP pages on a Web server with VB6 components that produce the majority of the HTML. These components run on the same machine as the the Web
Question: I read the article ‘Obtaining Recordset From Middle-Tier COM Component’ and now am wondering why one would want to do this. As I understand it, this is only a
Question: I have a website that uses ASP to access a database and display information in a table format based on information the user selects on the screen. My ASP