Click here to Skip to main content
15,789,362 members
Home / Discussions / Database
   

Database

 
QuestionRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Richard MacCutchan27-Apr-20 2:30
mveRichard MacCutchan27-Apr-20 2:30 
AnswerRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w27-Apr-20 2:49
arnold_w27-Apr-20 2:49 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Richard MacCutchan27-Apr-20 3:46
mveRichard MacCutchan27-Apr-20 3:46 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Mycroft Holmes27-Apr-20 13:35
professionalMycroft Holmes27-Apr-20 13:35 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w27-Apr-20 20:44
arnold_w27-Apr-20 20:44 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Mycroft Holmes27-Apr-20 22:43
professionalMycroft Holmes27-Apr-20 22:43 
AnswerRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Richard MacCutchan25-Apr-20 22:42
mveRichard MacCutchan25-Apr-20 22:42 
AnswerRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
jschell26-Apr-20 11:18
jschell26-Apr-20 11:18 
arnold_w wrote:
I am writing a C# application in Visual Studio 2005 and I


2005 is rather old and I suspect that might be a problem.
But maybe you meant 2015.

For a database application you need
1. Access permission to the database. This includes a connection path and user permissions. This is information not code.
2. A connection library for the database. This a library.
3. Probably a framework that will use the connection library.
4. Then you use 3 to get data from the database where you have provided 1 to 2.

arnold_w wrote:
There is no requirement that I should access the data I want through SQL-queri


That is unlikely unless the database is a No-SQL database.
AnswerRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w30-Apr-20 5:16
arnold_w30-Apr-20 5:16 
QuestionNo rows returned using SQLiteParameters, but rows returned with direct query Pin
Uranium-23518-Apr-20 22:59
Uranium-23518-Apr-20 22:59 
AnswerRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Richard MacCutchan18-Apr-20 23:50
mveRichard MacCutchan18-Apr-20 23:50 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Uranium-23519-Apr-20 4:33
Uranium-23519-Apr-20 4:33 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Richard MacCutchan19-Apr-20 5:11
mveRichard MacCutchan19-Apr-20 5:11 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Uranium-23519-Apr-20 5:39
Uranium-23519-Apr-20 5:39 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Richard MacCutchan19-Apr-20 5:52
mveRichard MacCutchan19-Apr-20 5:52 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Uranium-23519-Apr-20 17:37
Uranium-23519-Apr-20 17:37 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Richard MacCutchan19-Apr-20 22:46
mveRichard MacCutchan19-Apr-20 22:46 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Uranium-23520-Apr-20 0:05
Uranium-23520-Apr-20 0:05 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Richard MacCutchan20-Apr-20 0:35
mveRichard MacCutchan20-Apr-20 0:35 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Uranium-23520-Apr-20 10:44
Uranium-23520-Apr-20 10:44 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Richard MacCutchan20-Apr-20 22:36
mveRichard MacCutchan20-Apr-20 22:36 
GeneralRe: No rows returned using SQLiteParameters, but rows returned with direct query Pin
Richard Deeming21-Apr-20 1:35
mveRichard Deeming21-Apr-20 1:35 
Questioncomplicated SQL Join request from two server Pin
Member 1473386615-Apr-20 22:11
Member 1473386615-Apr-20 22:11 
AnswerRe: complicated SQL Join request from two server Pin
Richard Deeming16-Apr-20 1:08
mveRichard Deeming16-Apr-20 1:08 
GeneralRe: complicated SQL Join request from two server Pin
Member 1473386616-Apr-20 3:36
Member 1473386616-Apr-20 3:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.