[Bug 5655] VB6 + OLEDB app won't work

Wine Bugs wine-bugs at winehq.org
Thu May 10 10:34:37 CDT 2007


http://bugs.winehq.org/show_bug.cgi?id=5655





------- Additional Comments From fermo111 at 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

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list