Click here to Skip to main content
15,887,434 members
Home / Discussions / Database
   

Database

 
GeneralRe: driver oracle 9i por .net Pin
Member 148339587-Jun-20 21:58
Member 148339587-Jun-20 21:58 
GeneralRe: driver oracle 9i por .net Pin
Jörgen Andersson7-Jun-20 23:20
professionalJörgen Andersson7-Jun-20 23:20 
GeneralRe: driver oracle 9i por .net Pin
Member 148339589-Jun-20 4:27
Member 148339589-Jun-20 4:27 
GeneralRe: driver oracle 9i por .net Pin
Jörgen Andersson9-Jun-20 4:45
professionalJörgen Andersson9-Jun-20 4:45 
GeneralRe: driver oracle 9i por .net Pin
Member 148339589-Jun-20 4:27
Member 148339589-Jun-20 4:27 
QuestionFailed to connect Mysql shared server database with Workbench 8.0.20 tool. Pin
Member 1167692314-May-20 22:49
Member 1167692314-May-20 22:49 
AnswerRe: Failed to connect Mysql shared server database with Workbench 8.0.20 tool. Pin
Bohdan Stupak29-Jun-20 4:26
professionalBohdan Stupak29-Jun-20 4:26 
Questionatabase constraints must follow relvar constraints Pin
Tara1112-May-20 14:15
Tara1112-May-20 14:15 
QuestionConvert raw byte[8192] of SQL Server XML datatype into a C# string? Pin
arnold_w1-May-20 2:32
arnold_w1-May-20 2:32 
AnswerRe: Convert raw byte[8192] of SQL Server XML datatype into a C# string? Pin
phil.o1-May-20 3:06
professionalphil.o1-May-20 3:06 
QuestionRead data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w25-Apr-20 7:24
arnold_w25-Apr-20 7:24 
AnswerRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Richard MacCutchan25-Apr-20 7:42
mveRichard MacCutchan25-Apr-20 7:42 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w25-Apr-20 7:45
arnold_w25-Apr-20 7:45 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Mycroft Holmes25-Apr-20 12:42
professionalMycroft Holmes25-Apr-20 12:42 
What you are asking for makes no sense, relational databases are not simplistic text files and are generally made up of multiple tables with defined relationships which you will need to understand. You cannot scroll through the records without a client (this may be something like Excel/Access/MSSQL) but it is still a client application.

If there is a specific VIEW that has been created for you then you need to query the database to get all the records, these can be queried into a text file which you could scroll through.

You still need something to query the database. Do check the size of the download before progressing along this path OMG | :OMG:
Never underestimate the power of human stupidity -
RAH
I'm old. I know stuff - JSOP

GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w25-Apr-20 12:58
arnold_w25-Apr-20 12:58 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Mycroft Holmes25-Apr-20 13:02
professionalMycroft Holmes25-Apr-20 13:02 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w25-Apr-20 20:55
arnold_w25-Apr-20 20:55 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Richard MacCutchan25-Apr-20 21:09
mveRichard MacCutchan25-Apr-20 21:09 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Richard MacCutchan25-Apr-20 21:08
mveRichard MacCutchan25-Apr-20 21:08 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w25-Apr-20 23:31
arnold_w25-Apr-20 23:31 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Richard MacCutchan25-Apr-20 23:35
mveRichard MacCutchan25-Apr-20 23:35 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w26-Apr-20 23:10
arnold_w26-Apr-20 23:10 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Richard MacCutchan26-Apr-20 23:23
mveRichard MacCutchan26-Apr-20 23:23 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
arnold_w27-Apr-20 0:33
arnold_w27-Apr-20 0:33 
GeneralRe: Read data from Azure database with C#-application, without installing a lot of applications? Pin
Victor Nijegorodov27-Apr-20 0:48
Victor Nijegorodov27-Apr-20 0:48 

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.