[sqlite] Bogdan Ureche -- SQLite Expert

2007-06-14 Thread Don Lewis
Your www.sqliteexpert.com domain has expired.  Email is underliverable
to both [EMAIL PROTECTED] and the domain's registered contact
address listed in the whois data.

Is this an oversite or are you abandoning SQLiteExpert?

I hope not, it's handy program.

Don

Re: [sqlite] Re: CAST

2007-05-29 Thread Don Lewis
I agree as well.  We are upgrading a large, old application originally
written almost 20 years ago.  The additional time necessary  for
the most elegant solution can be very expensive.  PCs today are
powerful and cheap.  The end user does not care if there is another
layer inside, he only wants the application to work.  Some of our
customers are very small where SQLite, with its one database file
and no administration required, is perfect.  Many customers will
insist that we connect to their corporate database servers.  Robert's
wrapper should make this possible with minimal fuss.

Don

- Original Message - 
From: "Samuel R. Neff" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, May 29, 2007 11:06 AM
Subject: RE: [sqlite] Re: CAST



Actually I'd say he gave a great explanation of why the wrapper approach is
so important.  Robert went through all the work to make SQLite perform in a
scenario compatible with many other databases so now the users of his
wrapper don't have to.

Saying not to use wrappers when programming in straight C and using only
SQLite is one thing, but of course when developing in any other language or
when supporting multiple databases wrappers are essential (all of our
applications are in .NET and some support both SQLite and MSSQL).  We would
never have considered using SQLite for our product if it wasn't for Robert's
SQLite.NET wrapper.

Sam



-
To unsubscribe, send email to [EMAIL PROTECTED]
-