<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=UTF-8">
<META content="MSHTML 6.00.6000.16981" name=GENERATOR></HEAD>
<BODY text=#000000 bgColor=#ffffff>
<DIV><SPAN class=859240811-03032010><FONT face=Arial color=#0000ff
size=2>Sorry...the provider I've seen...</FONT></SPAN></DIV>
<DIV><SPAN class=859240811-03032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=859240811-03032010><A
href="http://sqlite.phxsoftware.com/">http://sqlite.phxsoftware.com/</A></SPAN></DIV>
<DIV><SPAN class=859240811-03032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=859240811-03032010></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Diego Ibanez Caro
<BR><B>Sent:</B> 03 March 2010 12:07<BR><B>To:</B> Dave Segleau<BR><B>Cc:</B>
Kerry Dean Sesker; Jose Manuel Garcia Hervas; Stefan Kolmar; Sleepycat
Software Support; bdb-beta-feedback@oss.oracle.com; Jonathan
Bar-Gil<BR><B>Subject:</B> RE: Berkeley DB 11gR2 Beta release -- new Beta
release [#18297]<BR><BR></FONT></DIV>
<DIV><SPAN class=140555910-03032010><FONT face=Arial color=#0000ff size=2>Hi
Dave,</FONT></SPAN></DIV>
<DIV><SPAN class=140555910-03032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=140555910-03032010><FONT face=Arial color=#0000ff size=2>any
idea on how to use the ADO.NET provider for SQLite with BDB
storage.</FONT></SPAN></DIV><SPAN class=140555910-03032010>
<DIV><BR><FONT face=Arial color=#0000ff size=2>I've seen that the most used is
this one, but I'm not sure on how to use it cause this one also says that it's
a complete replacement of the Sqlite dll.</FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV></SPAN><SPAN class=140555910-03032010><FONT face=Arial color=#0000ff
size=2>Best regards,</FONT></SPAN></DIV>
<DIV><SPAN class=140555910-03032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=140555910-03032010><FONT face=Arial color=#0000ff
size=2>Diego</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Diego Ibanez Caro
<BR><B>Sent:</B> 01 March 2010 19:22<BR><B>To:</B> Dave
Segleau<BR><B>Cc:</B> Kerry Dean Sesker; Jose Manuel Garcia Hervas; Stefan
Kolmar; Sleepycat Software Support; bdb-beta-feedback@oss.oracle.com;
Jonathan Bar-Gil<BR><B>Subject:</B> RE: Berkeley DB 11gR2 Beta release --
new Beta release [#18297]<BR><BR></FONT></DIV>
<DIV><SPAN class=109151818-01032010><FONT face=Arial color=#0000ff size=2>Hi
Dave,</FONT></SPAN></DIV>
<DIV><SPAN class=109151818-01032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=109151818-01032010><FONT face=Arial color=#0000ff size=2>I
see your point, but is there any recommendation we can do them regarding a
good library they could compile? Cause some of the links in the page
are dead. and others points me to prebuilt dlls, so I guess that those are
not valid cause we can't link them to sqlite-bdb
software.</FONT></SPAN></DIV>
<DIV><SPAN class=109151818-01032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=109151818-01032010><FONT face=Arial color=#0000ff
size=2>Best regards,</FONT></SPAN></DIV>
<DIV><SPAN class=109151818-01032010><FONT face=Arial color=#0000ff
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=109151818-01032010><FONT face=Arial color=#0000ff
size=2>Diego</FONT></SPAN></DIV>
<DIV><SPAN class=109151818-01032010></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Dave Segleau
<BR><B>Sent:</B> 01 March 2010 18:53<BR><B>To:</B> Diego Ibanez
Caro<BR><B>Cc:</B> Kerry Dean Sesker; Jose Manuel Garcia Hervas; Stefan
Kolmar; Sleepycat Software Support;
bdb-beta-feedback@oss.oracle.com<BR><B>Subject:</B> Re: Berkeley DB 11gR2
Beta release -- new Beta release [#18297]<BR><BR></FONT></DIV>Diego,
<BR><BR>Thanks for the feedback from ASTI. <BR><BR>With regards to Visual
Basic .NET, we have not spent a lot of time testing the available open
source ADO .NET drivers for SQLite. However, like other aspects of SQLite,
it should "just work" if compiled and linked properly with the BDB 11gR2
library. There are many drivers and APIs that are available for SQLite. We
can't commit to testing and supporting them all. If we get enough demand
from customers, then we can certainly consider adding one to the list of
tested/supported APIs, but for the first release of BDB 11gR2, we're
focused on the SQLite sqlite3() API, JDBC and ODBC.<BR><BR>There are
several BASIC APIs that work with SQLite listed on <A
href="http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers">http://www.sqlite.org/cvstrac/wiki?p=SqliteWrappers</A><BR><BR>Basically,
a user who wants to use one of these APIs should download it, review the
build instructions, make sure to build and link the API with the BDB 11gR2
library and try it out. It should work. We'd be very interested in hearing
their feedback. We'll try to help if we can, but we can't guarantee that
it will work or that we'll have the bandwidth to investigate and resolve
any issues that they run into. <BR><BR>Any additional thoughts from the
BDB SQL support team? Has anyone on the team tried any of these?
<BR><BR>Regards, <BR><BR>Dave<BR><BR><BR>On 3/1/2010 9:01 AM, Diego Ibanez
Caro wrote:
<BLOCKQUOTE cite=mid:8e9407a9-a4e4-47c6-8ab3-0b958b6b07db@default
type="cite">
<META content="MSHTML 6.00.6000.16981" name=GENERATOR>
<DIV> </DIV>
<DIV><SPAN class=750354316-01032010><FONT face=Arial color=#0000ff
size=2>Hi Dave,</FONT></SPAN></DIV>
<DIV><SPAN class=750354316-01032010></SPAN> </DIV>
<DIV><SPAN class=750354316-01032010><FONT face=Arial color=#0000ff
size=2>I was writing you....</FONT></SPAN></DIV>
<DIV><SPAN class=750354316-01032010></SPAN> </DIV>
<DIV><SPAN class=750354316-01032010></SPAN> </DIV>
<DIV><SPAN class=750354316-01032010><FONT face=Arial color=#0000ff
size=2>ASTI has already installed the software and they have been able
to run the tests. They want to test now the SQLite interface from
a <FONT color=#000000> <FONT color=#0000ff>Visual Basic.NET
application but they don't know how.</FONT></FONT></FONT></SPAN></DIV>
<DIV><SPAN class=750354316-01032010></SPAN> </DIV>
<DIV><SPAN class=750354316-01032010><FONT face=Arial color=#0000ff
size=2>There is no support for Visual Basic right? They can do C# if I'm
not wrong</FONT></SPAN></DIV>
<DIV><SPAN class=750354316-01032010></SPAN> </DIV>
<DIV><SPAN class=750354316-01032010><FONT face=Arial color=#0000ff
size=2>Their initial feedback is that they would like to have "quick
start guide" to develop applications using the sql interface (for Visual
c# in this case)</FONT></SPAN></DIV>
<DIV><SPAN class=750354316-01032010></SPAN> </DIV>
<DIV><SPAN class=750354316-01032010><FONT face=Arial color=#0000ff
size=2>Best regards,</FONT></SPAN></DIV><SPAN class=750354316-01032010>
<DIV><BR><FONT face=Arial color=#0000ff size=2>Diego</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV><SPAN class=750354316-01032010><FONT face=Arial color=#0000ff
size=2>P.S: Alert Life Sciences hasn't given any feedback
yet</FONT></SPAN></DIV>
<DIV><SPAN class=750354316-01032010></SPAN> </DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma
size=2>-----Original Message-----<BR><B>From:</B> Dave Segleau
<BR><B>Sent:</B> 01 March 2010 17:43<BR><B>To:</B> Diego Ibanez
Caro<BR><B>Cc:</B> Kerry Dean Sesker; Jose Manuel Garcia Hervas;
Stefan Kolmar; Sleepycat Software Support; Dave
Segleau<BR><B>Subject:</B> Re: Berkeley DB 11gR2 Beta release -- new
Beta release [#18311] [#18297]<BR><BR></FONT></DIV>Good morning,
Diego,<BR><BR>Any updates from Alert Life Sciences and ASTI? Any
progress last week? What are their plans for this week, with regards
to working with the Beta release?
<BR><BR>Thanks!<BR><BR>Dave<BR><BR>On 2/23/2010 7:08 AM, Diego Ibanez
Caro wrote:
<BLOCKQUOTE cite=mid:952f0b55-4d6c-4ee2-9867-9178e391d528@default
type="cite">
<META content="MSHTML 6.00.5730.13" name=GENERATOR>
<DIV><SPAN class=062330715-23022010><FONT face=Arial color=#0000ff
size=2>Hi Dave,</FONT></SPAN></DIV>
<DIV><SPAN class=062330715-23022010></SPAN> </DIV>
<DIV><SPAN class=062330715-23022010><FONT face=Arial color=#0000ff
size=2>I'll follow them until we have a good feedback.
</FONT></SPAN></DIV>
<DIV><SPAN class=062330715-23022010></SPAN> </DIV>
<DIV><SPAN class=062330715-23022010><FONT face=Arial color=#0000ff
size=2>Stay tuned,</FONT></SPAN></DIV>
<DIV><SPAN class=062330715-23022010></SPAN> </DIV>
<DIV><SPAN class=062330715-23022010><FONT face=Arial color=#0000ff
size=2>Diego</FONT></SPAN></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
<DIV class=OutlookMessageHeader dir=ltr align=left><FONT
face=Tahoma size=2>-----Original Message-----<BR><B>From:</B> Dave
Segleau <BR><B>Sent:</B> 23 February 2010 15:53<BR><B>To:</B>
Diego Ibanez Caro<BR><B>Cc:</B> Kerry Dean Sesker; Jose Manuel
Garcia Hervas; Stefan Kolmar; Sleepycat Software Support; Dave
Segleau<BR><B>Subject:</B> Re: Berkeley DB 11gR2 Beta release --
new Beta release [#18311] [#18297]<BR><BR></FONT></DIV>Diego,
<BR><BR>Thanks for the update. We only have about 3 more weeks
until we need to start QA on the final production release
candidate. Getting some specific feedback from ASTI and getting
Alert started is very important. Can you send me an update next
week on how these accounts are doing and any feedback they might
have? <BR><BR>Thanks!<BR><BR>Dave<BR><BR>On 2/23/2010 1:13 AM,
Diego Ibanez Caro wrote:
<BLOCKQUOTE cite=mid:3befdfee-6bf0-4147-bf22-c0a85ce170d7@default
type="cite">
<META content="MSHTML 6.00.5730.13" name=GENERATOR>
<DIV> </DIV>
<DIV><SPAN class=296111109-23022010><FONT face=Arial
color=#0000ff size=2>Hi Dave,</FONT></SPAN></DIV>
<DIV><SPAN class=296111109-23022010></SPAN> </DIV>
<DIV><SPAN class=296111109-23022010><FONT face=Arial
color=#0000ff size=2>in the case of ASTI they already have
downloaded the previous release but still have no news from
them.</FONT></SPAN></DIV>
<DIV><SPAN class=296111109-23022010></SPAN> </DIV>
<DIV><SPAN class=296111109-23022010><FONT face=Arial
color=#0000ff size=2>Regarding Alert, we managed to get the
technical contact and I'm trying to get in contact with him to
help him with the tests and the
installation.</FONT></SPAN></DIV>
<DIV><SPAN class=296111109-23022010></SPAN> </DIV>
<DIV><SPAN class=296111109-23022010><FONT face=Arial
color=#0000ff size=2>Best regards and thanks for the
update,</FONT></SPAN></DIV>
<DIV><SPAN class=296111109-23022010></SPAN> </DIV>
<DIV><SPAN class=296111109-23022010><FONT face=Arial
color=#0000ff
size=2>Diego</FONT></SPAN></DIV><BR></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE><BR>
<DIV class=moz-signature>-- <BR><A href="http://www.oracle.com"
target=_blank moz-do-not-send="true"><IMG height=26 alt=Oracle
src="cid:859240811@03032010-2b85" width=114 border=0></A><BR><FONT
face="Verdana, Arial, Helvetica, sans-serif" color=#666666
size=2>David Segleau | Director Product Management - Berkeley
DB<BR>Phone: +1 425 945 8533 | Mobile: +1 408 420 7350 <BR><FONT
color=#ff0000>Oracle</FONT> Database Engineering<BR></FONT><BR><A
href="http://www.oracle.com/commitment" target=_blank
moz-do-not-send="true"><IMG height=28 alt="Green Oracle"
src="cid:859240811@03032010-2b8c" width=44 align=abscenter
border=0></A> <FONT face="Verdana, Arial, Helvetica, sans-serif"
color=#4b7d42 size=1>Oracle is committed to developing practices and
products that help protect the environment</FONT><!-- This signature was generated by the MyDesktop Oracle Business Signature utility version 3.5.7 -->
</DIV></BLOCKQUOTE></SPAN></BLOCKQUOTE><BR>
<DIV class=moz-signature>-- <BR><A href="http://www.oracle.com"
target=_blank><IMG height=26 alt=Oracle src="cid:859240811@03032010-2b93"
width=114 border=0></A><BR><FONT
face="Verdana, Arial, Helvetica, sans-serif" color=#666666 size=2>David
Segleau | Director Product Management - Berkeley DB<BR>Phone: +1 425 945
8533 | Mobile: +1 408 420 7350 <BR><FONT color=#ff0000>Oracle</FONT>
Database Engineering<BR></FONT><BR><A
href="http://www.oracle.com/commitment" target=_blank><IMG height=28
alt="Green Oracle" src="cid:859240811@03032010-2b9a" width=44
align=abscenter border=0></A> <FONT
face="Verdana, Arial, Helvetica, sans-serif" color=#4b7d42 size=1>Oracle
is committed to developing practices and products that help protect the
environment</FONT> <!-- This signature was generated by the MyDesktop Oracle Business Signature utility version 3.5.7 --></DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>