Is it possible to have the WHERE as a wildcard in a SQL query? I have this simple query: SQL = \"SELECT ID, Firstname, Lastname, Company, City, Email FROM table WHERE * LIKE \'%\" & q & \"%\
My company is considering working with another company on a particular module.Information would be sent back and forth between us through my web service.Thing is, my we开发者_开发知识库b service uses
I have a customer since 2003 running a simple web site built in asp 3.0 with an access database file (.mdb). Recently that customer aquired a new server that came with windows 2003 server 64 bits and
I am currently trying to move a web site fr开发者_如何学编程om one server to another, one of the asp pages contains some vb script that looks like this:
I work with a actively dev开发者_如何学编程eloped production web application that is written entirely
I\'m evaluating a migration from a classic ASP 3.0 application to ASP.NET MVC. I\'ve already migrated applications to WebForms, but have decided to try MVC for this migration for a number of reasons,
I have got a PDF fle which 开发者_如何转开发i would like my users to download when they click on a button/link/image.Is this possible?
I\'m troubled by this question for a long time now. I work in the little company in Eastern Europe. We work primarily for local clients, web apps, mostly b2b and b2c-s. Our internet infrastructure is
I\'m getting ready to use SQL Server 2008\'s FileStream capability but I\'m not sure if Classic ASP can read and write from SQL 2008 FileStream. We still have an old application we\'d like to update t
I\'ve inherited a legacy classic ASP ap开发者_JAVA技巧plication that uses VB6 ActiveX DLLs to perform the business logic.