Click here to Skip to main content
16,004,977 members
Home / Discussions / Database
   

Database

 
QuestionSynchronization Pin
sirisha guttikonda23-Sep-08 21:26
sirisha guttikonda23-Sep-08 21:26 
AnswerRe: Synchronization Pin
vimal_yet23-Sep-08 21:35
vimal_yet23-Sep-08 21:35 
AnswerRe: Synchronization Pin
Wendelius24-Sep-08 12:21
mentorWendelius24-Sep-08 12:21 
Questionhow to sort on text data type column ? Pin
King Shez23-Sep-08 20:41
King Shez23-Sep-08 20:41 
AnswerRe: how to sort on text data type column ? Pin
Blue_Boy23-Sep-08 21:09
Blue_Boy23-Sep-08 21:09 
GeneralRe: how to sort on text data type column ? Pin
King Shez24-Sep-08 0:02
King Shez24-Sep-08 0:02 
AnswerRe: how to sort on text data type column ? Pin
Wendelius24-Sep-08 11:04
mentorWendelius24-Sep-08 11:04 
Questionproblem with select within select Pin
wajans23-Sep-08 20:12
wajans23-Sep-08 20:12 
Hi
I want to execute below query in ms-sql server 2000 but its giving errors.
Can anybody help please.

select * from ( select vRefTable from mainmenu where iMenuId=58 ) 
where (select vFieldsName from TableField where iMenuId=58
and bIsPrimary=1 and iTableFieldId=11) = 1


Its showing below errors. your help is greatly appreciated.
Server: Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'where'.
Server: Msg 170, Level 15, State 1, Line 3
Line 3: Incorrect syntax near '='.


Thanks
Ansari
AnswerRe: problem with select within select Pin
Blue_Boy23-Sep-08 22:19
Blue_Boy23-Sep-08 22:19 
AnswerRe: problem with select within select Pin
wajans23-Sep-08 22:24
wajans23-Sep-08 22:24 
AnswerRe: problem with select within select Pin
Ashfield24-Sep-08 0:00
Ashfield24-Sep-08 0:00 
Questionreport procedure (advice) Pin
nelsonpaixao23-Sep-08 14:02
nelsonpaixao23-Sep-08 14:02 
QuestionEncoded Database Pin
TheEagle23-Sep-08 12:56
TheEagle23-Sep-08 12:56 
QuestionMigrate Access Db to SQL Server. Pin
VentsyV23-Sep-08 10:04
VentsyV23-Sep-08 10:04 
GeneralRe: Migrate Access Db to SQL Server. Pin
Wendelius23-Sep-08 10:28
mentorWendelius23-Sep-08 10:28 
GeneralRe: Migrate Access Db to SQL Server. Pin
VentsyV23-Sep-08 10:47
VentsyV23-Sep-08 10:47 
GeneralRe: Migrate Access Db to SQL Server. Pin
Wendelius23-Sep-08 11:09
mentorWendelius23-Sep-08 11:09 
GeneralRe: Migrate Access Db to SQL Server. Pin
VentsyV23-Sep-08 12:09
VentsyV23-Sep-08 12:09 
QuestionADO recordset.open connection.execute concurrent problem Pin
followait23-Sep-08 3:57
followait23-Sep-08 3:57 
AnswerRe: ADO recordset.open connection.execute concurrent problem Pin
Ashfield23-Sep-08 5:00
Ashfield23-Sep-08 5:00 
QuestionDefault date format Pin
mikobi23-Sep-08 3:23
mikobi23-Sep-08 3:23 
AnswerRe: Default date format Pin
NeverHeardOfMe23-Sep-08 3:59
NeverHeardOfMe23-Sep-08 3:59 
QuestionHow to perform a search in a table with given more than one paramaters (SQL SERVER EXPRESS 2008)? Pin
JUNEYT23-Sep-08 1:54
JUNEYT23-Sep-08 1:54 
AnswerRe: How to perform a search in a table with given more than one paramaters (SQL SERVER EXPRESS 2008)? Pin
Ashfield23-Sep-08 4:58
Ashfield23-Sep-08 4:58 
AnswerRe: How to perform a search in a table with given more than one paramaters (SQL SERVER EXPRESS 2008)? Pin
nelsonpaixao23-Sep-08 13:13
nelsonpaixao23-Sep-08 13:13 

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.