I have a site that uses classic ASP and a database in Access 2007 format (.accdb). It is encrypted with a password and is about 300 MiB in file size.
Although I know the terms I used to forget the differences sometimes...So just to maintain开发者_JAVA百科 a place for reference...Thanks all for your answers.
I have a wierd situation where I have an ASP.NET page that sends the user to the ASP page, and data is passed from one to开发者_如何学运维 the other via query string.
I need help in choosing the right path while trying to rewrite a legacy application. Just a little bit of oversight, the current application is a web reporting tool in which the columns and the query
Tried this Function myfunction() Dim myArray(1) myArray(0) 开发者_C百科= \"1\" myArray(1) = \"2\" myfunction = myArray
In my asp project,i have two databases开发者_开发技巧 in MS Access.Below code is working fine.But I need to add one more database with another dsn name.I have created dsn name efg and done the ODBC Co
I\'m using HTML & ASP Classic. Does someone knows if there is somethin开发者_运维知识库g like \"After Load\" event?
I\'m working on a Classic ASP (VBScript) site that\'s running on a Windows 2008 server with IIS7 and hitting a SQL Server 2008 database and I\'m seeing some strange behavior that seems to be specific
I have a classic ASP page that requires two values from a form. These values are posted to the ASP page from another pages form. I would like to pass these values to the ASP page without the need for
My company just converted many columns from varchar to nvarchar. Now it seems that when we render a smart quote (i.e. ALT+0146 ’) to the screen and then send it back to the SQL Server 2000 database