Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't connect
Message
De
09/11/1998 11:22:58
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Bases de données DAO/RDO/ODBC/ADO
Titre:
Can't connect
Divers
Thread ID:
00155762
Message ID:
00155762
Vues:
49
I have a test database set up on an Internet site.
This is the code I use to try to get a recordset returned from it (using VBA in Access 97).

Dim Conn As New ADODB.Connection
Dim RemRs As New ADODB.Recordset
Conn.Open "Provider=MS Remote;Remote Server=http://WireMagic.com;DSN=ADOTest,UID=Admin,PWD=password"
RemRs.Open "Table1", Conn, adOpenStatic, adLockOptimistic
NumRecs = RemRs.RecordCount
Conn.Close

When statement REMrs.Open executes I get an error 8447 Internet server Error.
The WireMagic web site is accessible from the web, so the telecommunication connection itself is not the issue.

Any one get similar errors previously and find a solution for it?

Thanks in advance for any help,

Bob
Répondre
Fil
Voir

Click here to load this message in the networking platform