All you have to add is the Server attribute. So in your attributes string you go...

Attributes = Attributes & "Server=127.0.0.1" & Chr(0)
Attributes = Attributes & "Database=The database which resides on sql server" & chr(0)

Those two are the extra ones for doing remote..