rrhandle
12-10-2004, 04:50 AM
I am not able to connect to a .mdb at our DiscountASP site from another website.
I have used the code below to do this successfully in the past, but it does not work with database at DiscountASP.
Any suggestions?
CBD_Pricing = 'Provider=MS Remote;' & _
'Remote Server=HTTP://WWW.CAGESBYDESIGN.COM;' & _
'Remote Provider=Microsoft.Jet.OLEDB.4.0;' & _
'Data Source=[physical path here],' & _
'[username here], [password here]'
Thanks for any help you can offer.
--Rob
I have used the code below to do this successfully in the past, but it does not work with database at DiscountASP.
Any suggestions?
CBD_Pricing = 'Provider=MS Remote;' & _
'Remote Server=HTTP://WWW.CAGESBYDESIGN.COM;' & _
'Remote Provider=Microsoft.Jet.OLEDB.4.0;' & _
'Data Source=[physical path here],' & _
'[username here], [password here]'
Thanks for any help you can offer.
--Rob