I have a VB6 DLL embedded in some ASP pages. The DLL hits a Codebase database, an obsure and obsolete database engine (a dialect/variation on dBase) that virtually no-one has even heard of. It takes C
I开发者_StackOverflow社区 am using an Inline SQL statement Select * from table where column=\'\' in classic asp application. This is a dynamic sql. Based on the return values in the recordset I am dis
I\'ll admit, I am pretty new with ASP .NET programming and I have been asked to take all our gateway pages (written in classic ASP) and make one universal gateway page to the few C# .NET applications
I am working on a code base which as VBScript code embedded in HTML.I\'ve noticed the following two different tags around said lines of code
I am getting Out of Memory开发者_Python百科 errors in classic ASP, probably where attempting to access data. For example:
this is my xml <XMLResponse> <Product> <Items> <ID>AA</ID> </Items> <Items>
I\'m putting together a list of function names for a function which would return back a localized string for a website I am working on.I\'m still undecided what would be a good name for this function.
I have some ASP (Classic) code that queries a SQL 2005 Express database. I\'m currently handling programmatically if this DB goes down by handling the error when someone tries to connect and can\'t. I
I have a configuration file that i would like to update with classic asp. Lets say the conf file looks like this:
I have seen a couple of instances now where some legacy code I\'m working on exhibits what seems buggy behavior and I wonder if I just don\'t understand something.