The first thing I would do, at least with a developer machine, is enable the
SQL Browser. You can do this via the Server Network Configuration tool. You
might also want to set up additional protocols, depending on your needs:
http://blogs.msdn.com/sqlexpress/archive/2004/07/23/192044.aspx
http://blogs.msdn.com/sqlexpress/archive/2004/07/02/172229.aspx
I had a page that had a command line way of turning on mixed mode, but
cannot find it right now. It is similar to the MSDE methodology, so you can
try this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;325022
There was also a registry hack to turn mixed mode on. Worst case, you can
uninstall and install with mixed mode on (this has been available since beta
2 of Express).
http://www.programmingmsaccess.com/Presentations/SSEForCAUG_files/frame.htm#slid
e0012.htm

Signature
Gregory A. Beamer
************************************************
Think outside the box!
************************************************
> hey all,
>
[quoted text clipped - 6 lines]
> thanks,
> ari
ari - 30 Oct 2005 01:01 GMT
thank you very much this helped a lot.
> The first thing I would do, at least with a developer machine, is enable the
> SQL Browser. You can do this via the Server Network Configuration tool. You
[quoted text clipped - 23 lines]
> > thanks,
> > ari