I want to try writing something that accesses a SQL database. I have the db on a disc. Its not too big. I need to know if VB.NET with SQLConnectors is smart enough to access the db file or do I actually have to have a SQL server installed and running. With Access dbs I know all you need is the db, you don't need Access installed. Seems to me that you do need SQL 2000 or MSDE, but I thought I would ask before I get into it. I would hate to be frustrated for a week before I realize that I did need it but never installed it.