I\'m trying to program a multiplayer tic-tac-toe game in VBScript/ASP. Microsoft VBScript compilation error \'800a041f\': Unexpected开发者_高级运维 \'Next\'
I need to开发者_运维百科 emulate a login where I pass the username and password to the asp.net page from classic asp page.
Is it possible to persist a class in session that I define in VBScript in classic asp: <script runa开发者_运维百科t=server language=vbscript>
Following this other question on how to make parametrized sql query on classic asp, I now ask how to debug it?
I\'m trying to connect to an oracle db from an ASP classic application, however I keep running into the ORA-12154 error.
Is it possible to run classic asp on Cassini Webserver? 开发者_JAVA技巧 I have a mixed website (classic asp and dotnet)...No, you can\'t. Cassini only renders ASP.net pages.Have you considered IIS Exp
I\'m getting the following error on my site; Microsoft VBScript compilation error \'800a03f2\' Expected identifier
Using traditional ASP how can I return an image from a query. I want to use an image on a web page for tracking purposes, so for example I might have a page containing:
can anyone tel me the reason for this error: Error converting data type varchar to int error? I se开发者_运维问答e it while inserting values from ASP page to SQL 2000You can\'t convert strings to
Dim conn, spinsert Set conn = Server.CreateObject(\"ADODB.Connection\") conn.Open \" Provider=sqloledb;Data Source=eightprinter;Initial Catalog=Movetest;User Id=moving;Password=moving123\"