[GENERAL] Relation "tablename" does not exist

2006-06-14 Thread Johan van der Merwe
ote.Properties("User ID").Value = "johan" dbRemote.Properties("Password").Value = "johan" dbRemote.Open rsData.Open "tblSuburb", dbRemote, , , adCmdTable I receive the error "Relation "tblSuburb" does not exist" Cheers Johan

[GENERAL] FW: Connection Error

2006-06-08 Thread Johan van der Merwe
user" dbRemote.Properties("Password").Value = "password" dbRemote.Open rsData.Open "tblsuburb", dbRemote, , , adCmdTable I am getting an error "relation tblsuburb does not exist" Where am I going wrong? Regards Johan van der Merwe Ballenden & Robb