Re: [GENERAL] FW: Connection Error

2006-06-08 Thread Chris
Johan van der Merwe wrote: My code is as follows: Public dbRemote As New Connection Public rsData As New Recordset dbRemote.Properties("Data Source").Value = "DSM" dbRemote.Properties("Initial Catalog").Value = "BCM_DSM" dbRemote.Properties("User ID").Value = "user" dbRemote.Properties("P

[GENERAL] FW: Connection Error

2006-06-08 Thread Johan van der Merwe
My code is as follows: Public dbRemote As New Connection Public rsData As New Recordset dbRemote.Properties("Data Source").Value = "DSM" dbRemote.Properties("Initial Catalog").Value = "BCM_DSM" dbRemote.Properties("User ID").Value = "user" dbRemote.Properties("Password").Value = "password" d