If embed- means include in distribution, than you can use, for
example, SQLite.
As far as I know, you can use all datatypes provided is SQLite for
both languages.
On Aug 26, 2:06 pm, aman <sweetama...@gmail.com> wrote:
Embed?
If it means including in distribution then add dependency to mssql in
OneClick or in Setup project.
If using sql in code then look at Linq-to-Sql.
Datatypes.
They are in namespaces: System.Data and System.Data.SqlClient.
If you'll use Linq you wouldnt even know anything about datatypes
except
something called IQueryable - interface for containers of data that
are
to use in Linq.
-------------------------------------------------- From: "valera.kolupaev" <Valera.Kolup...@gmail.com> Sent: Wednesday, August 27, 2008 12:18 PM To: "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" <DotNetDevelopment@googlegroups.com> Subject: [DotNetDevelopment] Re: how to embedd sql in dotnet and java??
> If embed- means include in distribution, than you can use, for > example, SQLite. > As far as I know, you can use all datatypes provided is SQLite for > both languages.
> On Aug 26, 2:06 pm, aman <sweetama...@gmail.com> wrote: >> how to embedd sql in dotnet and java?? >> and please also clarify datatypes used in these 2 languages