python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Checking out data models in power designer with VBScript
Through a VBS code I need to check out some data models from the power designer.
The requirements are: Connect to the power designer repository, check out some data models. can anybody help me?
I foun...
Lucas Militão
Votes: 0
Answers: 1
Classic Asp Generate and Validate Anti Forgery Token
I have been stuck in this topic for a long time and I hope someone can help me.
I have an application written in asp classic. I must implement an antiforgery token in the form where I go to validate t...

fraguerr
Votes: 0
Answers: 0
How to convert numeric character reference to Unicode in classic ASP?
I have a website in Classic ASP. I need to export some data from a database to CSV files.
Some of the data (from the database) is in numeric character reference (NCR). These characters all start with ...
J K
Votes: 0
Answers: 1
Msgbox vbs gave me expected end of the statement
dim answer = call MsgBox("This will destroy your computer, Do you wish to proceed", 4, "WARNING!")
If answer = 6 Then
MsgBox "WORKS!"
End If
gave me
expected end of...
sleepy
Votes: 0
Answers: 1