Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. stefanRusterholz

    How can I access data from the command-line?

    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...
  2. stefanRusterholz

    Rediming dynamic arrays - problems with erased and defaults

    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...
  3. stefanRusterholz

    Manual Install: what components for mysql-access

    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...
  4. stefanRusterholz

    .exe created with VB doesn't run on another pc (msadodc.ocx problem)

    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...
  5. stefanRusterholz

    Access a mySQL Database from VB

    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...
  6. stefanRusterholz

    Newbie Question: Data from Access directly into variables

    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...

Part and Inventory Search

Back
Top