[Bug 29961] ADO.NET query on a Jet database fails.

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Feb 25 09:34:53 CST 2012


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

--- Comment #6 from Barry Bird <birdfamily715 at googlemail.com> 2012-02-25 09:34:53 CST ---
Created attachment 39067
  --> http://bugs.winehq.org/attachment.cgi?id=39067
Test case for ADO in C

This C program provides a test case to verify that ADO works on Jet databases
outside of .NET. The compilation lines are given as comments (mingw in
Windows). The compiled program can be run thus:
>wine adotest1.exe test.mdb counties -v
where 'test.mdb' is a Jet database file, 'counties' is a table name. The output
contains up to 8 rows of the table (any existing table in the database can be
chosen):
 NAME             TOWN             POPULATION       AREA            
================================================================================
NORFOLK      NORWICH      840600       2074         
DORSET       LULWORTH     512000       2000         
DERBYSHIRE   DERBY        1010600      1014

-- 
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