[Bug 22071] New: Adding a new Record after a Find fails.

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Mar 19 06:22:23 CDT 2010


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

           Summary: Adding a new Record after a Find fails.
           Product: Wine
           Version: 1.1.40
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: source
          Severity: normal
          Priority: P2
         Component: oleaut32
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: leslie_alistair at hotmail.com


Created an attachment (id=26888)
 --> (http://bugs.winehq.org/attachment.cgi?id=26888)
Sample Program and Source Code

Create a Database in either Postgres or MySQL
Create the following table.
CREATE TABLE testing
(
  id integer
)


winetricks mdac28
Install the ODBC driver for MySQL or Postgres.
Setup an ODBC connection to the Database above.
run DBSample.exe
 Select the ODBC connection name

You should a Messagebox with either a success or failed message.


Workarounds
winetricks dcom98.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list