all groups > inetserver asp general > recent posts
RE: error on my .asp code HELP PLEASE!
Posted by Shamsa Kanwal at 11/21/2009 6:12:35 AM
I used Microsoft access 2003 in ASP Connection Code. Now i m using Microsoft Access 2007 but my code is not supporting the 2007 Access version (.accdb) its gives error like:
Error Type:
Microsoft JET Database Engine (0x80004005)
Unrecognized database format 'c:\inetpub\wwwroot\hps\hpsschool.accd... more >>
RE: how to use SSL with asp/vbscript
Posted by jitendra at 10/1/2009 6:17:59 AM
You can also use this code
If Request.ServerVariables("SERVER_PORT")=80 Then
Dim strSecureURL
strSecureURL = "https://"
strSecureURL = strSecureURL & Request.ServerVariables("SERVER_NAME")
strSecureURL = strSecureURL & Request.ServerVariables("URL")
Response.Redirect strSecureURL
End I... more >>
how to display a message in html when there is no data by using javal scripts
Posted by elsa at 10/1/2009 3:01:15 AM
i tried to display a message in html when there is no data in the screen by usingl scripts but it is not working...plz sugeest
From http://www.google.co.in/search?hl=en&q=how+to+display+a+message+when+there+is+nothing+in+javascript&meta=&aq=o&oq=
Posted via DevelopmentNow.com Groups
http://www.dev... more >>
RE: Characters found after end of SQL statement
Posted by jeya at 8/10/2009 3:44:43 AM
I got this error msg in VB.net using Access database.Pls solve this problem immediately.
From http://www.google.co.in/search?q=characters+found+after+end+of+sql+statement.&hl=en&start=10&sa=N
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: Pass array via SOAP from asp page to dotnet webservice
Posted by Davide at 6/30/2009 3:16:45 PM
Easy way to resolve that: use split's function.
Example:
public class StringSplit {
public static void main(String args[]) throws Exception{
new StringSplit().doit();
}
public void doit() {
String s3 = "Real-How-To";
String [] temp = null;
temp = s3.s... more >>
RE: Installation problem CMS2002
Posted by rajkamal at 5/13/2009 2:24:33 AM
when i am trying to install CMS2002 Components, i am getting the error
shown below-
VS.NET not found(needed by dev tools)
From http://www.google.co.in/search?q=vs.net+not+found+(need+by+dev+tools)+cms2002&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a
Posted via Developme... more >>
Classic ASP
Posted by Manikandan at 4/9/2009 2:29:10 AM
i tried to call ASP.Net Webservice from Classic ASP using SOAP Envelope Method. it's works good.
when i'm trying to call that web service using SOAP Toolit i need to call webmethod with XML document as argument(input). i don't know how to call..
can any one help me..
From http://www.developm... more >>
WHY DO I KEEP GETTING Provider error '80020005' -- most urgent
Posted by neha at 3/3/2009 2:02:35 AM
why do i keep getting
Provider error '80020005'
Type mismatch.
please provide me with a solution.i am a novice in asp classic.urgent
From http://www.developmentnow.com/g/62_2007_2_15_0_0/inetserver-asp-general.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
RE: file upload problem
Posted by Chris at 2/13/2009 10:58:55 AM
I guess this may be a super late reply from 2004 but, I just ran across this problem and someone wrote a faster StringToBinary that fixed this problem. So, this is what I changed:
oFile.Write BinaryToString(FileData)
'For nIndex = 1 to LenB(FileData)
'oFile.Write Chr(AscB(MidB(FileDa... more >>
how to convert long raw data back to images from oracle
Posted by basheera at 2/9/2009 2:20:32 AM
how to convert long raw data back to images from oracle
From http://www.developmentnow.com/g/62_2005_2_0_0_0/inetserver-asp-general.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: Character set problem
Posted by Atul at 1/8/2009 2:44:45 AM
it worked! good solution
From http://www.developmentnow.com/g/62_2006_3_0_0_713666/Character-set-problem.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.com/g/... more >>
RE: Strange error "Internal Server Error"
Posted by BHARAT at 11/16/2007 1:59:24 AM
am using a ASP application with following things
Server : Intel Xeon (TM) CPU 2GHz, 2GB RAM, 136GB HDD
OS : Windows 2000 Advanced server. IIS5.0
Database: Oracle (Using ADODB to connect to the Database)
App server running on the same machine (COM+)
after using the application for 2/3 hours... more >>
Re: BLOB to MS Word via ASP/VBScript
Posted by Mark J. McGinty at 11/2/2007 9:59:39 PM
"S." <s.pastoriza@gmail.com> wrote in message
news:1193848987.311785.249930@v23g2000prn.googlegroups.com...
> I've been researching this for two days without little success. I have
> an ASP that accesses an Oracle BLOB to extract MS Word documents
> (later to include excel, power point, pdf, ... more >>
Re: Getting the value of a disabled <select> control
Posted by Evertjan. at 11/2/2007 7:51:54 PM
Eric wrote on 02 nov 2007 in microsoft.public.inetserver.asp.general:
> Hello,
>
> I'm trying (without any success) to get the value of a disabled select
> control. From reviewing:
>
> http://www.w3.org/TR/html401/interact/forms.html#adef-disabled
>
> It doesn't sound like it's going t... more >>
Re: ASP - Europees datumformaat dd-mm-jjjj
Posted by Kris Verhasselt at 11/2/2007 7:17:34 PM
Beste,
In asp kun je de volgende functie gebruiken:
<%
Session.LCID = 1043
%>
vriendelijke groeten,
Kris Verhasselt
"Evertjan." <exjxw.hannivoort@interxnl.net> schreef in bericht
news:Xns99D7C6BC75D01eejj99@194.109.133.242...
> Charlotte wrote on 28 okt 2007:
>
> follow u... more >>
Getting the value of a disabled <select> control
Posted by Eric at 11/2/2007 12:38:49 PM
Hello,
I'm trying (without any success) to get the value of a disabled select
control. From reviewing:
http://www.w3.org/TR/html401/interact/forms.html#adef-disabled
It doesn't sound like it's going to be possible directly. I'm
thinking that I can get around it by enabling the select co... more >>
How much is Application Data
Posted by Bruce at 11/2/2007 12:26:03 PM
In a site that has about 4000 products, in 1000 categories, I thought that I
can store each product and category details in its own application("var"),
instead of trips to the database.
When someone will go to product.asp?id=123, the page will show the
application("product123") instead of g... more >>
Re: Domain Availability Function
Posted by Bruce at 11/2/2007 12:09:39 PM
Maybe this can help: http://www.ajaxdomainsearch.com/blog/
> Can anyone offer a good reference for a domain avialaibility checker?
> I'd like to create a web page to see if domains are available or not.
... more >>
Re: Invalid_viewstate exception
Posted by Anthony Jones at 11/2/2007 12:00:00 AM
"Paul Phillips" <PaulPhillips@discussions.microsoft.com> wrote in message
news:4DFFBB45-118D-4857-9B13-EFD550AFBF44@microsoft.com...
> I have read many things about this but I haven't got a clear vision on
what
> to do if anything about this.
>
>
>
> I have a system that tries to find holes ... more >>
Need basic help authenticating remote wmi call from an asp webpage
Posted by Mark at 11/1/2007 4:49:34 PM
Hi all,
I am attempting to create a web-page that will check several servers and
verify that the local admin account has been renamed properly. I've written
a .vbs (command file) to do it - I have the necessary rights on each
server - and it works just fine (portion shown below)
My problem... more >>
Re: Classic ASP Question
Posted by McKirahan at 11/1/2007 4:44:54 PM
"mcp6453" <mcp6453@gmail.com> wrote in message
news:OivYGLMHIHA.5276@TK2MSFTNGP04.phx.gbl...
> Really? Is that something that we should investigate?
Probably not -- in my opinion.
ASP.NET - Web Pages
http://www.w3schools.com/aspnet/aspnet_pages.asp
"ASP.NET is not fully compatible with C... more >>
Re: Classic ASP Question
Posted by mcp6453 at 11/1/2007 4:07:03 PM
Really? Is that something that we should investigate?
PW wrote:
> "Dave Anderson" <NPQRWPDWZGSP@spammotel.com> wrote in message
> news:%2331a16yGIHA.280@TK2MSFTNGP03.phx.gbl...
>> mcp6453 wrote:
>>> Sorry to ask this question, but is Classic ASP a dead language?
>> Clearly not. Plenty of us... more >>
Invalid_viewstate exception
Posted by Paul Phillips at 11/1/2007 12:46:02 PM
I have read many things about this but I haven't got a clear vision on what
to do if anything about this.
I have a system that tries to find holes in my web site. One of the things
it has found and has been sent to me is
an Invalid_Viewstate exception. I will provide the stack trace ... more >>
RE: modifying outlook distribution lists via ASP
Posted by Anthony Jones at 11/1/2007 5:33:01 AM
"whatchamakeofit" wrote:
> is there a way to modify outlook distribution lists via ASP? thanks
>
This question is best asked in the Scripting.VBScript group. That's where
the admin scripting experts hang out. ASPers there can probably help you
overcome the permissions issues that ASP... more >>
Re: print page script - login problems
Posted by Adrienne Boswell at 11/1/2007 4:51:51 AM
Gazing into my crystal ball I observed ll <barn104_1999@yahoo.com>
writing in news:1193863275.974549.80200@d55g2000hsg.googlegroups.com:
> On Oct 31, 3:25 pm, "jp2code" <poojo.com/mail> wrote:
>> Instead of all that, why don't you throw a little JavaScript onto
your
>> webpage:
>>
>> <inp... more >>
Re: BLOB to MS Word via ASP/VBScript
Posted by Anthony Jones at 10/31/2007 10:35:06 PM
"S." <s.pastoriza@gmail.com> wrote in message
news:1193848987.311785.249930@v23g2000prn.googlegroups.com...
> I've been researching this for two days without little success. I have
> an ASP that accesses an Oracle BLOB to extract MS Word documents
> (later to include excel, power point, pdf, and... more >>
Re: print page script - login problems
Posted by jp2code at 10/31/2007 3:25:04 PM
Instead of all that, why don't you throw a little JavaScript onto your
webpage:
<input type="button" value="Print" onClick="parent.print()">
One simple line. Will that work?
"ll" <barn104_1999@yahoo.com> wrote in message
news:1193861122.254895.48090@k79g2000hse.googlegroups.com...
> Hi... more >>
Re: BLOB to MS Word via ASP/VBScript
Posted by DA Morgan at 10/31/2007 2:15:25 PM
S. wrote:
> I've been researching this for two days without little success. I have
> an ASP that accesses an Oracle BLOB to extract MS Word documents
> (later to include excel, power point, pdf, and text). The document is
> stored there via Rational ClearCase.
>
> I'm able to access the data ... more >>
Re: print page script - login problems
Posted by ll at 10/31/2007 1:41:15 PM
On Oct 31, 3:25 pm, "jp2code" <poojo.com/mail> wrote:
> Instead of all that, why don't you throw a little JavaScript onto your
> webpage:
>
> <input type="button" value="Print" onClick="parent.print()">
>
> One simple line. Will that work?
>
> "ll" <barn104_1...@yahoo.com> wrote in message
... more >>
Re: Classic ASP Question
Posted by jp2code at 10/31/2007 1:14:17 PM
Haha!
No such luck; Joe Pool here.
I never even thought of that. Good point.
~Joe
http://www.joeswelding.biz/
"McKirahan" <News@McKirahan.com> wrote in message
news:3sqdnRh7DZevKLXanZ2dnUVZ_tijnZ2d@comcast.com...
> "jp2code" <poojo.com/mail> wrote in message
> news:Od4mJd9GIHA.4196@... more >>
|