My VB-App serves as kind of intermediation-application and therefore gets executed via the command-line (or better: it is planned to execute it from the commandline).
I plan to give the vb-app some arguments via the commandline. My question now is: how can I access those arguments?
many thanks...
Hi
I'm programming in VB for about 2 weeks now and can't get around following obstacle:
I have got an array (public because it can grow up to a few MB) which is at start erased.
Question 1:
How can I test if that array is still erased or has got redimmed? At the moment I use the workaround of...
The situation is a bit complicated, so let me explain:
On Machine A I got Visual Studio installed.
On this machine I developed a script which accesses a mysql database. When I compile this script on machine A and run the .exe file on 'A' then it runs just fine.
When I copy the .exe file onto a...
Finally my VB program runs fine on the pc with visualbasic installed. now I generated an .exe file (which also runs on the developmentmachine) and copied it onto another pc (windows2000 Server). But on this machine a message appears at start:
"Component 'MSADODC.OCX' or one of its...
I'm still a newbie, so please explain stepwise ;-)
I got following problem: i need to access (on the local machine) a mysql database. I downloaded myODBC 2.50.38 from mysql.com (http://www.mysql.com/Downloads/MyODBC/myodbc-2.50.38-nt.zip) but i couldn't get it run.
The old code which accesses...
Hi. Sorry if I ask a stupid question, but I'm a Newbie to VB so please don't beat me ;-)
What I want to do:
open a specific database
run the sql "SELECT field1,field2 FROM mytable WHERE condition='true'" (just an example)
fetch the result directly into a variable (NOT into a datagrid...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.