http://bugs.winehq.org/show_bug.cgi?id=5655
------- Additional Comments From fermo111@yahoo.it 2007-10-05 10:34 ------- This simple program fails with the message "Method '~' of object '~' failed":
Private Sub Command1_Click() Dim conn As New ADODB.Connection
conn.ConnectionString = "Provider=SQLOLEDB.1;User ID=sa;pwd=sa;Initial Catalog=MyTable;Data Source=10.10.10.10" conn.Open
End Sub
The console shows the following messages:
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1 wine: Call from 0x75bb1ea2 to unimplemented function ole32.dll.CoGetObjectContext, aborting
I am running Ubuntu 7.04 and wine-0.9.36.
Luca