Hi people,

I've been dealing with Kix for about 2-3 years now and I find it great for Windows Logon script. The way we are doing it now, we have a common login script for everybody than a personal one that maps the necessary drives, printers, etc.

In order to simplify and reduce the amount of files we are using, I would like to input the personal drive location for users in a database therefore resulting in only one file to maintain.

So here is my idea: In my common login script I would check in a SQlite database for these personal preferences. However, I've looked for informations on that subject and it was all unclear. I've come accross the function DBConnConnect() which is able to connect Access database and such but nothing with SQlite, at least, not from what I know.

If somebody would be kind enough to paste a codesnippet or just a link :), I've been searching for this forever. I'm also willing to learn alternative ways of doing it, it was just an idea I had a day I wanted to optimize my login script \:\)

Thanks folks for your answers.