Thread: MS SQL Server General Questions/Using SQL Server 2005 Express from Visual Basic 6

Using SQL Server 2005 Express from Visual Basic 6
http://msdn.microsoft.com/en-us/library/bb264566(v=sql.90).aspx



Re: Using SQL Server 2005 Express from Visual Basic 6
http://stackoverflow.com/questions/12807568/classic-asp-error-operation-is-not-allowed-when-the-object-is-closed

SET NOCOUNT ON

SET ANSI_WARNINGS OFF

right below the AS in the procedure.





Re: Using SQL Server 2005 Express from Visual Basic 6
Connecting to SQL Server 2005 from Classic ASP



Re: Using SQL Server 2005 Express from Visual Basic 6
The command object is your friend