Click here to Skip to main content
15,895,084 members
Home / Discussions / Database
   

Database

 
AnswerRe: Help me with SQL query Pin
Niladri_Biswas24-Jun-09 20:09
Niladri_Biswas24-Jun-09 20:09 
QuestionINDEX and INSERT in SQL Server 2005 Pin
sujithkumarsl22-Jun-09 20:57
sujithkumarsl22-Jun-09 20:57 
AnswerRe: INDEX and INSERT in SQL Server 2005 Pin
Ashfield22-Jun-09 21:00
Ashfield22-Jun-09 21:00 
GeneralRe: INDEX and INSERT in SQL Server 2005 Pin
sujithkumarsl22-Jun-09 22:39
sujithkumarsl22-Jun-09 22:39 
GeneralRe: INDEX and INSERT in SQL Server 2005 Pin
Ashfield23-Jun-09 1:42
Ashfield23-Jun-09 1:42 
GeneralDisplay Execution Plan Pin
David Mujica23-Jun-09 2:57
David Mujica23-Jun-09 2:57 
QuestionWhich of those MySQL Licenses do I need? Pin
softwarejaeger22-Jun-09 20:28
softwarejaeger22-Jun-09 20:28 
QuestionMS ACCESS QUery Pin
jonhbt22-Jun-09 19:50
jonhbt22-Jun-09 19:50 
Hi I am writing the following SQL command in the MS Access and it is working in access. When I add it to the command string in C# to execute it with the OleDbSqlDataAdapter I get a syntax error. Can someone help please?

SELECT USERINFO.Name,DEPARTMENTS.DEPTNAME, main.CHECKTIME FROM (DEPARTMENTS RIGHT JOIN USERINFO ON DEPARTMENTS.DEPTID = USERINFO.DEFAULTDEPTID) INNER JOIN CHECKINOUT as main ON USERINFO.USERID = main.USERID WHERE (main.CHECKTYPE = \"I\" AND main.LOGID = (SELECT MAX(LOGID) FROM CHECKINOUT as last WHERE last.USERID = main.USERID));


I used \" only in the C# part
AnswerRe: MS ACCESS QUery Pin
_Damian S_22-Jun-09 20:06
professional_Damian S_22-Jun-09 20:06 
GeneralRe: MS ACCESS QUery Pin
jonhbt22-Jun-09 20:37
jonhbt22-Jun-09 20:37 
GeneralRe: MS ACCESS QUery Pin
_Damian S_22-Jun-09 20:48
professional_Damian S_22-Jun-09 20:48 
GeneralRe: MS ACCESS QUery Pin
jonhbt22-Jun-09 21:04
jonhbt22-Jun-09 21:04 
GeneralRe: MS ACCESS QUery Pin
_Damian S_23-Jun-09 2:42
professional_Damian S_23-Jun-09 2:42 
AnswerRe: MS ACCESS QUery Pin
Niladri_Biswas22-Jun-09 20:25
Niladri_Biswas22-Jun-09 20:25 
GeneralRe: MS ACCESS QUery Pin
jonhbt22-Jun-09 20:34
jonhbt22-Jun-09 20:34 
QuestionQuestion about Database Roles and Securables Pin
Mustafa Ismail Mustafa22-Jun-09 6:52
Mustafa Ismail Mustafa22-Jun-09 6:52 
QuestionRegarding Sql server2005 and X-Query? Pin
Tridip Bhattacharjee22-Jun-09 1:51
professionalTridip Bhattacharjee22-Jun-09 1:51 
QuestionAlternative row Pin
yesu prakash21-Jun-09 23:07
yesu prakash21-Jun-09 23:07 
AnswerRe: Alternative row Pin
Henry Minute22-Jun-09 2:04
Henry Minute22-Jun-09 2:04 
AnswerRe: Alternative row [modified] Pin
Niladri_Biswas22-Jun-09 20:07
Niladri_Biswas22-Jun-09 20:07 
GeneralRe: Alternative row Pin
Isaac Gordon23-Jun-09 0:51
Isaac Gordon23-Jun-09 0:51 
GeneralRe: Alternative row Pin
Niladri_Biswas24-Jun-09 3:04
Niladri_Biswas24-Jun-09 3:04 
QuestionHierarchical Data Pin
Zafar Sultan21-Jun-09 21:53
Zafar Sultan21-Jun-09 21:53 
AnswerRe: Hierarchical Data Pin
Henry Minute22-Jun-09 11:25
Henry Minute22-Jun-09 11:25 
QuestionAuto-generated number Pin
galil45021-Jun-09 8:35
galil45021-Jun-09 8:35 

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.