hi,
i m using vb6.0 as front end & database as access. i want to create connection
ADO,it should be dsn less. but i want to use this s/w in LAN. if i use with dsn then i ve create dsn on each machine. instead of that i will create dsn less connection. can anyone tell me what i should write in connection string. if i give hard coded path like d:/abc.mdb then machine on which this .mdb file will present there it will work, but if i installed on another pc it will not work. Basically i want to create s/w which will work in LAN. pls tell me how to write connection code.