Can't bind to SQL Server Express Data Source
Hi everyone,
I am experimenting with Visual Basic 2005 Express Edition and SQL Server 2005 Express.
I have a local copy of SQL Server running, and have created a sample database on it. The SQL Server service is running, and accepting connections. I can connect to it using ODBC and the Native Client libraries.
However, when I go to bind the SQL Server database as a data source, it is not available.
My only options are to bind to an Access (.mdb) file or a SQL Server Database file (.mdf). There is no option for me to bind to the database without having access to the db file itself. I know I've gotten this to work before, but the relevant option seems ot be missing from my Add Connections wizard. Any ideas?

