Paul, The connection string for SQLServer Express 2005 looks something like this: data source=HECTOR\SQLEXPRESS; initial catalog=mydatabase; user id=myuser; password=mypassword;" Express is running as an instance instead of the regular way we are used to. So remember to use your machine name then add \SQLEXPRESS, that should get you working. - Hector