I have just made an ini file called "irs.ini"
I have stored this in my c:\ directory.

it looks like this:

[connectionfile]
dbconstring = c;\irs\irs1.mdb


Now I want to get the value from the ini and set it to a variable in my VB project so my database can hook up via the value in the ini file. It is so the host machine for my application can access the db as wel las the client machines.

Anyone offer some help?