Can VS2003 vb .net app connect to SQL Server 2005 Everywhere?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Visual Studio 2003 VB .net application that currently access MS Access
database. Does anybody know that if it is possible for these applications
connect to SQL Server 2005 Everywhere thru adonet? Since VS2003 is using .net
framework 1.1, and SQL Server 2005 everywhere uses .net framework 2.0, is
this possible?
Thanks
 
Once you install the SQL Everywhere SDK you need to add a reference to the
SQLEv DLLs and Import the SQLCE library. This is NOT ADO.NET but similar in
many regards. SQLEv is not dependent on any version of the Framework.

hth

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Thanks for the tips.
1. Can you be specific about which dlls in particular?
I can only get VS2003 to import the reference: Microsoft SQL Server 2005
Everywhere Edition (shows up as SSCE).

2.Is there a link somewhere on Microsoft web site that has example on this?
 
Tell ya what... I'll work up a whitepaper today and post it on my blog. It
should be there this evening sometime.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Actually, I've decided to create a new chapter with this content. I'll post
the setup parts to my blog once it's a bit further along.

--
____________________________________
William (Bill) Vaughn
Author, Mentor, Consultant
Microsoft MVP
INETA Speaker
www.betav.com/blog/billva
www.betav.com
Please reply only to the newsgroup so that others can benefit.
This posting is provided "AS IS" with no warranties, and confers no rights.
__________________________________
 
Back
Top