Skip to content Skip to sidebar Skip to footer
Showing posts with the label Asp Classic

How To Encrypt And Decrypt Highly Sensitive Information In Sql Server Database With Asp Classic?

I have been checking various questions on stackoverflow and of course google, but I can't reall… Read more How To Encrypt And Decrypt Highly Sensitive Information In Sql Server Database With Asp Classic?

Can Somebody Explain How This Asp Code Works?

I wanted to echo some data from a table in my database and found this code: set rs = Server.CreateO… Read more Can Somebody Explain How This Asp Code Works?

Pass A Vbscript String List To A Sql "in"operator

In the vb script I have a select statement I am trying to pass a string value with an undetermined … Read more Pass A Vbscript String List To A Sql "in"operator

Writing To An Sql Database With Asp Classic

Update - 2/14/21 Ok, this is where I'm at now. the code below works! Yay! However, there are no… Read more Writing To An Sql Database With Asp Classic

Returning Varchar(max) Output Parameter From Stored Procedure Truncating To 4000 Characters

I've got a classic ASP appln with a SQL2012 database. I recently changed a table column from v… Read more Returning Varchar(max) Output Parameter From Stored Procedure Truncating To 4000 Characters

Asp Classic Connection String 500 - Internal Server Error

Hello I'm trying to connect to the oracle data source and seems like when i test the code its g… Read more Asp Classic Connection String 500 - Internal Server Error

Classic Asp Do While Loop Showing Error

I have a classic ASP page with a simple html table, and I want to loop the table rows based on a un… Read more Classic Asp Do While Loop Showing Error

Is It Better To Log To File Or Database?

We're still using old Classic ASP and want to log whenever a user does something in our applica… Read more Is It Better To Log To File Or Database?