T
T
Tsiren Naimanov2015-02-14 17:14:34
C++ / C#
Tsiren Naimanov, 2015-02-14 17:14:34

XAML C# How to work with the database?

XAML C# How to work with the database?
Tried to insert my previously written class...
But it doesn't work
complains about System.Data.Sql;
System.Data.SqlClient;
there is no type of them
What to do?
Start learning LINQ?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
I
Ivan, 2015-02-14
@sputnic

using System.Data.Sql;
using System.Data.SqlClient;

M
Mikhail Doshevsky, 2015-02-14
@MikhailD

What platform? Desktop, Windows Store, Windows Phone?
For all three platforms, you can use, for example, the SQLite.Net PCL library https://www.nuget.org/packages/SQLite.Net-PCL/

V
Vladimir S, 2015-02-26
@hePPer

mb in the project to add links to the necessary libraries?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question