Click here to Skip to main content
15,905,877 members
Home / Discussions / Database
   

Database

 
AnswerRe: MSAccess 2003 flexGrid Error loading ActiveX Pin
Eddy Vluggen28-Jul-10 5:19
professionalEddy Vluggen28-Jul-10 5:19 
GeneralRe: MSAccess 2003 flexGrid Error loading ActiveX Pin
SarahMcM28-Jul-10 12:02
SarahMcM28-Jul-10 12:02 
AnswerRe: MSAccess 2003 flexGrid Error loading ActiveX Pin
SarahMcM28-Jul-10 16:27
SarahMcM28-Jul-10 16:27 
QuestionMs Access 2000 and Linked Tables to SQL 2005 - Update Record Problem Pin
Simon_Whale28-Jul-10 1:24
Simon_Whale28-Jul-10 1:24 
QuestionSelect * from @TableName Pin
AndieDu27-Jul-10 21:21
AndieDu27-Jul-10 21:21 
AnswerRe: Select * from @TableName Pin
N a v a n e e t h27-Jul-10 21:24
N a v a n e e t h27-Jul-10 21:24 
GeneralRe: Select * from @TableName Pin
AndieDu27-Jul-10 21:33
AndieDu27-Jul-10 21:33 
AnswerRe: Select * from @TableName Pin
Jörgen Andersson27-Jul-10 21:44
professionalJörgen Andersson27-Jul-10 21:44 
It look to me that your database is a total mess. Why don't you have separate columns for region and date in one and the same table.
Then you could make the query as simple as
Select * from Comersus where sInvoice = 'B_IN000051' and Country = 'UK' and Date = '28Jul2010'

where Date naturally shouldn't be a string but an actual Date

"When did ignorance become a point of view" - Dilbert

GeneralRe: Select * from @TableName Pin
AndieDu27-Jul-10 22:22
AndieDu27-Jul-10 22:22 
GeneralRe: Select * from @TableName Pin
Jörgen Andersson27-Jul-10 22:37
professionalJörgen Andersson27-Jul-10 22:37 
AnswerRe: Select * from @TableName Pin
Mycroft Holmes27-Jul-10 22:33
professionalMycroft Holmes27-Jul-10 22:33 
AnswerRe: Select * from @TableName Pin
AndieDu27-Jul-10 22:59
AndieDu27-Jul-10 22:59 
GeneralRe: Select * from @TableName Pin
small_programmer28-Jul-10 2:24
small_programmer28-Jul-10 2:24 
GeneralRe: Select * from @TableName Pin
Simon_Whale28-Jul-10 3:56
Simon_Whale28-Jul-10 3:56 
AnswerRe: Select * from @TableName Pin
dan!sh 28-Jul-10 4:10
professional dan!sh 28-Jul-10 4:10 
QuestionMDX crossjoin is not responding...it is giving system.outofmemoryexception on below query excution Pin
vamanpnayak27-Jul-10 20:52
vamanpnayak27-Jul-10 20:52 
QuestionTable with Multiple Foreign Keys Pin
ASPnoob27-Jul-10 14:25
ASPnoob27-Jul-10 14:25 
QuestionSelf Referential table Pin
indian14327-Jul-10 7:33
indian14327-Jul-10 7:33 
AnswerRe: Self Referential table Pin
PIEBALDconsult27-Jul-10 8:00
mvePIEBALDconsult27-Jul-10 8:00 
GeneralRe: Self Referential table Pin
indian14327-Jul-10 8:13
indian14327-Jul-10 8:13 
GeneralRe: Self Referential table Pin
PIEBALDconsult27-Jul-10 16:22
mvePIEBALDconsult27-Jul-10 16:22 
GeneralRe: Self Referential table Pin
Luc Pattyn27-Jul-10 16:55
sitebuilderLuc Pattyn27-Jul-10 16:55 
QuestionRetrieve table structure with OPENXML Pin
Tridip Bhattacharjee27-Jul-10 3:21
professionalTridip Bhattacharjee27-Jul-10 3:21 
QuestionRemove Replication Artefacts from MSSQL 2005 Database Pin
Joschwenk66627-Jul-10 1:49
Joschwenk66627-Jul-10 1:49 
AnswerRe: Remove Replication Artefacts from MSSQL 2005 Database Pin
Yusuf27-Jul-10 4:15
Yusuf27-Jul-10 4:15 

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.