Re: Help Coverting Access Function to ASP Function

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Bob Barrows [MVP] (reb01501_at_NOyahoo.SPAMcom)
Date: 01/14/05


Date: Fri, 14 Jan 2005 10:06:51 -0500

James Leech wrote:
> Hi guys
>
> I am trying to use an Access function that I found on the web from
> within an asp page, but I can't seem to correct all the subtle
> differances between the two languages. When I run a number through my
> version, i (seemingly) get no output. I would greatfully appreciate
> any pointers or help on this issue.
> My version:
> http://www.graphics-line.co.uk/mycode.txt
>
> Original:
> http://www.graphics-line.co.uk/origcode.txt
>
> Source Website:
> http://grandzebu.net/informatique/codbar-en/ean13.htm
>

First of all, ASP is not a language. It's a "platform" that supports several
scripting languages such as vbscript, jscript, etc. And I also suspect you
are talking about VBA code in an Access module. So I presume you want to
convert VBA code to vbscript. Here is the WSH (Windows Scripting Host)
documentation:
http://tinyurl.com/7rk6

After you install it, look in the vbscript section and find the topics about
the differences between vbscript and VB. That should get you goin.

Bob Barrows

-- 
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM" 


Relevant Pages

  • Re: PHP vs. ASP
    ... Malbolge is light years beyond VBScript. ... > ASP. ... > programming languages existing today. ... protocol, not a language, so when people say something like "ASP vs PHP" ...
    (comp.lang.php)
  • Re: Help Coverting Access Function to ASP Function
    ... > I am trying to use an Access function that I found on the web from ... ASP is not a language. ... scripting languages such as vbscript, jscript, etc. ...
    (microsoft.public.inetserver.iis.activeserverpages)
  • Re: Aps and Linux
    ... > VBScript can be used within ASP, but many languages can be used in ... > ASP, ... > which allows perl to be used from WSH). ... > I imagine the user tried to put an ASP page using VBScript as the ...
    (comp.lang.perl.misc)
  • Re: Cannot instantiate .NET Class Library to expose webservice client library via Interop
    ... marhsalling the "SimpleOrderData" object as ... Invoke from VBScript as local administrator: ... Invoke from ASP, logging in as local admin using integrated windows ... > synchronous mode or asynchronous mode?? ...
    (microsoft.public.dotnet.framework.aspnet.webservices)
  • Re: Cannot instantiate .NET Class Library to expose webservice client library via Interop
    ... marhsalling the "SimpleOrderData" object as ... Invoke from VBScript as local administrator: ... Invoke from ASP, logging in as local admin using integrated windows ... > synchronous mode or asynchronous mode?? ...
    (microsoft.public.dotnet.framework.interop)