Click here to Skip to main content
15,890,670 members
Home / Discussions / Database
   

Database

 
QuestionBest way of searching XML [modified] Pin
__makaveli__19-Jun-06 0:44
__makaveli__19-Jun-06 0:44 
AnswerRe: Best way of searching XML Pin
rittjc20-Jun-06 2:38
rittjc20-Jun-06 2:38 
Questiontrim in select stmt Pin
bony_baba18-Jun-06 21:27
bony_baba18-Jun-06 21:27 
AnswerRe: trim in select stmt Pin
Reza Raad18-Jun-06 23:34
Reza Raad18-Jun-06 23:34 
Questionhow to show date in access table?? Pin
areon2518-Jun-06 19:45
areon2518-Jun-06 19:45 
QuestionInserting a Row - Returning the ID Pin
AJ12317-Jun-06 22:40
AJ12317-Jun-06 22:40 
AnswerRe: Inserting a Row - Returning the ID Pin
AJ12317-Jun-06 23:09
AJ12317-Jun-06 23:09 
Questionhow to give a name to the result table Pin
TheBeginner7717-Jun-06 22:39
TheBeginner7717-Jun-06 22:39 
this is my query
query="SELECT studenti.Nume, studenti.Prenume, cursuri.denumire_curs, note.nota, note.data " +
"FROM studenti INNER JOIN " +
"(profesori INNER JOIN " +
"(cursuri INNER JOIN [note] ON cursuri.id_curs = note.id_curs) " +
"ON profesori.id_profesor = cursuri.id_profesor) ON studenti.id_stud = note.id_stud " +
"WHERE profesori.user_name = '" + user + "'";
i want to give a name to the result table so i can put it in a DataSet
dadapter.Fill(ds,"table name");
Thanks
AnswerRe: how to give a name to the result table Pin
Paul Brower19-Jun-06 4:06
Paul Brower19-Jun-06 4:06 
Questionusing "ntext" (data type in SQL Server) Pin
leanhsang17-Jun-06 18:53
leanhsang17-Jun-06 18:53 
AnswerRe: using "ntext" (data type in SQL Server) Pin
Dinuj Nath17-Jun-06 19:59
Dinuj Nath17-Jun-06 19:59 
QuestionSQL Server Function Dynamic Column Pin
smarttom9917-Jun-06 6:25
smarttom9917-Jun-06 6:25 
AnswerRe: SQL Server Function Dynamic Column Pin
r.stropek20-Jun-06 23:47
r.stropek20-Jun-06 23:47 
Questionsorting Pin
militiaware17-Jun-06 5:48
militiaware17-Jun-06 5:48 
AnswerRe: sorting [modified] Pin
Colin Angus Mackay17-Jun-06 6:11
Colin Angus Mackay17-Jun-06 6:11 
AnswerRe: sorting Pin
Eric Dahlvang19-Jun-06 5:38
Eric Dahlvang19-Jun-06 5:38 
Questionconnect to remote database Pin
militiaware16-Jun-06 22:27
militiaware16-Jun-06 22:27 
AnswerRe: connect to remote database Pin
Colin Angus Mackay17-Jun-06 2:41
Colin Angus Mackay17-Jun-06 2:41 
QuestionSQL Server Reporting Services Excel Export [modified] Pin
Navdeep Bhardwaj16-Jun-06 21:27
Navdeep Bhardwaj16-Jun-06 21:27 
QuestionSQLite for small software Pin
yarp16-Jun-06 19:18
yarp16-Jun-06 19:18 
AnswerRe: SQLite for small software [modified] Pin
Garth J Lancaster16-Jun-06 20:09
professionalGarth J Lancaster16-Jun-06 20:09 
GeneralRe: SQLite for small software Pin
yarp16-Jun-06 23:32
yarp16-Jun-06 23:32 
GeneralRe: SQLite for small software Pin
Dinuj Nath17-Jun-06 20:03
Dinuj Nath17-Jun-06 20:03 
GeneralRe: SQLite for small software Pin
yarp18-Jun-06 7:13
yarp18-Jun-06 7:13 
QuestionTCP/IP and Pipes for and ODBC Connection [modified] Pin
FlorianS16-Jun-06 7:43
FlorianS16-Jun-06 7:43 

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.