Results 1 to 4 of 4

Thread: Remote Access [UNRESOLVED]

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    IL
    Posts
    156

    Remote Access [UNRESOLVED]

    Hello again,
    im still trying to build VB program which will connect DB via remote connection, now here is the code i use:


    Dim rs As New ADODB.Recordset
    Dim cn As New ADODB.Connection
    cn.Open "Provider=MS Remote;Data Source=1.mdb;" & _
    "Remote Server=http://www33.brinkster.com/acagl/"
    rs.Open "SELECT * FROM authors", cn

    i use brinkster free DB access, the DB located here:
    http://www33.brinkster.com/acagl/1.mdb
    it works u can check, now this code give me INVALID SERVER ERROR, im trying to solve this problem for 2 weeks now please if any one know how to connect the DB and have done it before reply me.

    thanks and happy new year!

  2. #2
    Fanatic Member Matt_T_hat's Avatar
    Join Date
    Dec 2001
    Location
    '76 Male Body Evil-Errors: 666
    Posts
    774
    I understand that Brinkster do not allow remote access to images and would not be supprised if they disallowed to databases too.

    I would imagine that you could get round it by simulating remote access with ASP pages server side called in web objects on your form...?

    Sorry I can not help more or have better news.

    Haveing said that what about ActiveX web controls... if you want read only you could try useing another directory
    Last edited by Matt_T_hat; Jan 3rd, 2004 at 12:14 PM.
    ?
    'What's this bit for anyway?
    For Jono

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Aug 2002
    Location
    IL
    Posts
    156
    Actually it can be done by XML object, but solving the problem that way would be just wrong and with a lot of bugs...

  4. #4
    Fanatic Member Matt_T_hat's Avatar
    Join Date
    Dec 2001
    Location
    '76 Male Body Evil-Errors: 666
    Posts
    774
    *Draws in a breath through his teath and begins seriously to think*

    Hmmm I see...
    ?
    'What's this bit for anyway?
    For Jono

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width