Test for NULL Properly in a Recordset
Question: I have a column in SQL Server created like this: “vchrFirstName varchar (50) NULL” However, this code does not produce anything, including any errors, when the record is NULL:
Question: I have a column in SQL Server created like this: “vchrFirstName varchar (50) NULL” However, this code does not produce anything, including any errors, when the record is NULL:
Question: How can I register a DLL that I created with Visual Basic 6 on a remote Windows NT 4.0 server? Answer: You will need to install the DLL on
Question: I created a Web page that uses ASP to access a database on the server and return data to a client browser. While the data is accessed the client
Two VBScript built in features are disabled when you are using VBScript on the server with ASP. Because ASP scripts are executed on the server, the VBScript statements, InputBox and
Question: How do you pass parameters from an HTML page using either Java or Visual Basic to an ASP page? Answer: You do not need Java or VB to pass
Question: Why do I get an “unterminated string constant” error message in this code? Answer: You can’t let your strings wrap onto multiple lines without using a continuation character. The
Remember that the .asp files require extra processing at the server end. Therefore, you should not blindly convert all of the HTML pages in your application into ASP pages when
Question: We have a form that uses an ASP file to post results in Access 97. It works fine on my computer using Microsoft Personal Web Server, but will not
Question: I have a Web page that uses a form to submit information to an ASP page. Once the data is submitted, the page is reloaded. At this point, if