Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Need help on DB's

0 views
Skip to first unread message

Jeremy

unread,
Dec 19, 2000, 1:25:08 PM12/19/00
to
This is simply a syntax issue. In VBScript, you can call the method
in one of the following two ways:

Cmd.CreateParameter "UserName", 200, , 255
OR
Call Cmd.CreateParameter("UserName", 200, , 255)

Jeremy

On Tue, 19 Dec 2000 18:31:37 +0200, "Eric Selin"
<eric....@pp.inet.fi> wrote:
> Cmd.CreateParameter("UserName",200, ,255)
>
>Here iis says that "Cannot use parentheses when calling a Sub" how can I
>make it work??

0 new messages