Search:

Type: Posts; User: lramshankarfree

Search: Search took 0.01 seconds.

  1. Replies
    25
    Views
    124,561

    Re: How to access remote MS Access database

    Set adoRst = New ADODB.Recordset
    With adoRst
    .Open strSQL, adoConn, , , adCmdText



    Run time error -8209
    internet server object/module not found.
  2. Replies
    25
    Views
    124,561

    Re: How to access remote MS Access database

    Dim strConString As String
    Dim strSQL As String

    'assign connection string
    strConString = "Provider=MS Remote;" & _
    "Remote Server=http://192.168.1.1;" & _
    ...
  3. Re: connect vb 6.0 application with access through server

    Hi,
    i am getting the error message as
    cannot start your application,the workgroup information is missing or opened exclusively by another user.

    but i had not opened that control panel where i...
  4. Re: connect vb 6.0 application with access through server

    i had tried using the connection string without using dsn connection.
    please i want to make your clear that i am trying to access the database through
    visual basic application project and not ...
  5. connect vb 6.0 application with access through server

    Sub:-Connecting vuisual basic 6.0 application with access databse placed at server.
    Hi,
    if any one can help me out the code to connect to the data base placed at the remote server.i had created...
Results 1 to 5 of 5



Click Here to Expand Forum to Full Width