I want to insert french character开发者_Go百科s in an Access database using ASP. Can you please suggest me what can i do??
It looks like I might need to port an older web application to a cloud platform (Rackspace Cloud Sites). While this would put me on the latest version of IIS, it also means that I w开发者_StackOverflo
I have 2 websites: one written in classic asp and another written in ASP.NET (1.1 framework). Both applications use a login mechanism to validate user credentials based on a shared database table. Up
I wonder if someone can help: Long story short, I\'m using MSSQL2005 to build a Pivot table. The data being examined is limited by date range (All data for 1 week starting from the nearest Monday to t
I\'m using uploadify with asp and I want to change the file name to the current date+time when the file is complete.
I have many constant variables for example: Const Total_US_Price = \"100\" However, in my code, I am pulling a string \"Total_US_Price\". I want to replace my string with th开发者_如何学Ce value of
I have IIS 7.5 on my Windows 7 x64 system.I have installed and properly configured IIS to allow me to run ASP.NET and Classic ASP.For some reason though, when i do a redirect from an ASP.NET page to a
I am getting this error when I try to load an excel document as a datasource f开发者_运维知识库or my webpage
I have been tasked with securing the connection string in an classic ASP application and I\'m wondering if I should just bite the bullet and upgrade the whole application to ASP.NET, or if there is a
Using ASP, I want to call a stored procedure that returns a recordcount. I understand that I have to change the cursor type to adOpenKeyset or adOpenStatic to return a recordcount.开发者_运维知识库