在 2009-11-25三的 06:18 +0100,[email protected]写道: > Hi, > I want to fix a db so that every time client connect to server with that db,I > have posted appox similar question earlier but did not get any satisfactory > answer. > say...I have 5 db's on server but I want to connect a particular > db,there is any way I can pass that db name as variable or anyother method > through client so that server will get only that db requets. > > regards > > ------------------------ > jitu > > > > > -------------------- m2f -------------------- > > -- > http://www.openobject.com/forum/viewtopic.php?p=47294#47294 > > -------------------- m2f -------------------- > > > _______________________________________________ > Tinyerp-users mailing list > http://tiny.be/mailman2/listinfo/tinyerp-users
when launching openerp client, it will create a config file on your $HOME directory(eg. /home/YourName/.openerprc is the default config file name on Linux), you may setup the db name that you always connect to there. Tony _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
