Ask a Question related to ASP.NET General, Design and Development.
-
John Knoop #1
Re: VB-Script Execute function!
Ah!
"Stefan Hellberg" <stefanhellberg@hotmail.com> wrote in message
news:07cc01c33d93$f274e5e0$a501280a@phx.gbl...> Hello John,
>
> Thanks for your reply.
>
> I meant the VB-script 5.0 Execute statement.
> Check the links below:
>
> [url]http://www.devguru.com/Technologies/vbscript/quickref/exec[/url]
> ute.html
>
> [url]http://msdn.microsoft.com/library/default.asp?[/url]
> url=/library/en-us/script56/html/vsstmexecute.asp
>
> Regards
> Stefan Hellberg
>
>> ADODBConnection.Execute> >-----Original Message-----
> >Do you mean the Server.Execute function or the> message> >function?
> >
> >/john
> >
> >"Stefan Hellberg" <stefanhellberg@hotmail.com> wrote in> ()> >news:159a01c33d64$c85da4b0$a101280a@phx.gbl...> >> Hello all,
> >>
> >> Is there any equivalent function in VB .NET for the VB-
> >> Script function Execute()?
> >>
> >> Im converting some ASP 3.0 code where Im using Execute> names> >> function to dynamicly call a function(the functions> >> >> is contained in the database).
> >>
> >> Regards
> >> Stefan Hellberg
> >
> >.
> >
John Knoop Guest
-
Execute Lotus Script
I have a CF app that sends out e-mails to Lotus Notes e-mail boxes and I want to execute lotus script in those e-mails. Has anyone been able to... -
[OT] How do I execute script in different shell?
Hi, Sorry to post an off topic question, but it's a quick one, hope you can help. Say I have a shell script shell.sh: $!/bin/sh echo $SHELL -
How to execute two sql statement in php script
I tried to execute two sql statements but it failed to execute the second one. What is the proper syntax and method to do that in php script? I... -
Anyone know how to execute a Windows Script from ASP?
I need to execute a Windows script (wscript/cscript) from an ASP page for some administrative functions. Anyone doing this? If so, how? TIA, ... -
Execute shell script from a perl script
Hi, How can I executed a Unix shell script from a Perl script. The shell script is a dump of a oracle table to a file. The perl script is for... -
Kevin Spencer #2
Re: VB-Script Execute function!
Hi Stefan,
No, there is no equivalent to the VBScript Execute() (Exec()) function. Why?
Because VBScript is a scripting language, which is interpreted at run-time,
and VB.Net is a compiled language. Also, VBScript is procedural in nature,
while VB.Net is object-oriented. If you think you need this functionality,
you probably need to rethink your design. You may be thinking procedurally,
rather than object-oriented.
HTH,
Kevin Spencer
Microsoft FrontPage MVP
Internet Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of Little things.
"Stefan Hellberg" <stefanhellberg@hotmail.com> wrote in message
news:159a01c33d64$c85da4b0$a101280a@phx.gbl...> Hello all,
>
> Is there any equivalent function in VB .NET for the VB-
> Script function Execute()?
>
> Im converting some ASP 3.0 code where Im using Execute()
> function to dynamicly call a function(the functions names
> is contained in the database).
>
> Regards
> Stefan Hellberg
Kevin Spencer Guest



Reply With Quote

