This is a VB.NET forum, not VB6.0 nor Perl.
martonx
Junior Poster in Training
51 posts since May 2008
Reputation Points: 10
Solved Threads: 8
You appear to have two Perl related questions, so I'm moving this thread to the Perl forum.
Narue
Bad Cop
15,460 posts since Sep 2004
Reputation Points: 6,464
Solved Threads: 1,401
to run the perl script from VB.NET, you need to shell to the system. I guess this works:
dim wsh
set wsh = createobject("WScript.Shell")
wsh.run "c:\perl\perl.exe somefile.pl", 0, 0
as for accessing the database with perl, look up the DBI Perl Module.
Comatose
Taboo Programmer
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215