Re: VB in Access

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"scenic_man" <zcukpkn02@xxxxxxxxxxxxxx> wrote in message
74CHh.9185$kf.4960@trndny02">news:74CHh.9185$kf.4960@trndny02
[If this is the wrong newsgroup, please direct me to the correct
one(s). Thanks.]

What is the difference between VB as used in Access and VB (or
VBscript) not used in Access?
I've used VB (or is it VBscript?) in Access before,
but I have no idea how that relates to other implementations /
dialects.

There is VB which allows you to write code and compile it to an executable

There is VBScript which allows for creating "macros"; it's a subset of the
language and doesn't support forms or controls and only supports Variants

There is ASP which is similar to VBScript except you get the Request and
Response and other IIS objects instead of the WScript object

There is VBA (VB for Applications) which is what you have in Access and
other Office products; it has the specific application object model
available to it plus it has it's own forms and controls (which are not the
same as the ones that come with VB)

The various flavors overlap quite a bit; there's a core syntax that is
common to them all and then each adds on it's own extensions.

There is also VB.Net and VB 200x which are new MS products that have
essentially nothing in common with VB except for the name despite MS
marketing to the contrary.

--
Reply to the group so all can participate
VB.Net: "Fool me once..."

.



Relevant Pages

  • Re: Javascript Quiz
    ... seems to be the most common value, ... IE cares, at least it directly supports default configuration) text/vbscript, with an option for any script language to be implemented if the registry maps a MIME-style name to a DLL that supports the Windows scripting interface/API. ... If your first SCRIPT element ... Though that really has no relevance for web clients, where vbscript would not be used. ...
    (comp.lang.javascript)
  • Re: Javascript survey- Paul? Jerry? Krusty? AC? Geoff? other critiques?
    ... The incredible thing about my aforementioned neighbour's webshite, ... uses JS to include a common menu on all pages. ... Can Google find all of his pages? ... Server or client side VBscript? ...
    (uk.net.web.authoring)
  • Re: spawn a process and read/write its stdout/stdin - how to ?
    ... > In Unix shell, Perl and CMD.EXE this operation is pretty common. ... > Please suggest what should I use in VBScript. ...
    (microsoft.public.scripting.vbscript)
  • Re: Javascript survey- Paul? Jerry? Krusty? AC? Geoff? other critiques?
    ... The incredible thing about my aforementioned neighbour's webshite, ... uses JS to include a common menu on all pages. ... possible to do it in a similar manner with VBScript? ... I find MiniTrue useful for viewing/searching/altering files, ...
    (uk.net.web.authoring)
  • Re: LDP ADO Equivalence
    ... Your VBScript example works fine for me, ... Set objConnection = CreateObject ... ' This controls which records we want to return from LDAP ... LDP test did???? ...
    (microsoft.public.data.ado)