Yep, your probably running a named instance of MSDE/SQL, so you should specify the correct name as your datasource
Wrong : Data Source=192.168.0.109 (this would work if you didn't have named instances)
Correct : Data Source=192.168.0.109\name_of_your_instance