Click here to Skip to main content
15,885,729 members
Home / Discussions / Database
   

Database

 
QuestionBest Approach - Crystal To Excel Pin
bdaoust11-Feb-10 12:20
bdaoust11-Feb-10 12:20 
AnswerRe: Best Approach - Crystal To Excel Pin
Mycroft Holmes11-Feb-10 15:15
professionalMycroft Holmes11-Feb-10 15:15 
QuestionError establishing a relation in access database through sql statement Pin
A&Ms11-Feb-10 9:19
A&Ms11-Feb-10 9:19 
QuestionMsAccess Query problem Pin
vishnukamath10-Feb-10 20:38
vishnukamath10-Feb-10 20:38 
AnswerRe: MsAccess Query problem Pin
Mycroft Holmes10-Feb-10 23:36
professionalMycroft Holmes10-Feb-10 23:36 
QuestionProblem with Distinct and Order By when querying csv with .NET System::Data::OleDb::OleDbConnection [modified] Pin
T21029-Feb-10 22:40
T21029-Feb-10 22:40 
AnswerRe: Problem with Distinct and Order By when querying csv with .NET System::Data::OleDb::OleDbConnection Pin
dan!sh 10-Feb-10 2:57
professional dan!sh 10-Feb-10 2:57 
GeneralRe: Problem with Distinct and Order By when querying csv with .NET System::Data::OleDb::OleDbConnection Pin
T210210-Feb-10 12:43
T210210-Feb-10 12:43 
The query with the distinct is below. However, this returns an error unless distinct is removed. I am using Provider=Microsoft.Jet.OLEDB.4.0

SELECT DISTINCT ID_BB_SEC_NUM_DES
FROM Curncy_FORWARD2010020801.csv
WHERE ID_BB_SEC_NUM_DES LIKE '%HKD%'
AND NAME NOT LIKE '%/%'
AND NAME NOT LIKE '%+%'
AND UCASE(NAME) NOT LIKE '%FWD POINTS%'
AND UCASE(NAME) NOT LIKE '%IMPLIED YLD%'
AND UCASE(NAME) NOT LIKE '%OUTR%'
AND LEN(ID_BB_SEC_NUM_DES) BETWEEN 5 AND 10
AND UCASE(MARKET_SECTOR_DES( = 'CURNCY'
AND SECURITY_TYP='FORWARD'
AND ID_BB_SEC_NUM_SRC IS NOT NULL
AND RIGHT(ID_BB_SEC_NUM_DES,1) IN ('W','M','Y')
ORDER BY
RIGHT(ID_BB_SEC_NUM_DES,1)<>'W' DESC,
RIGHT(ID_BB_SEC_NUM_DES,1),
LEFT(RIGHT(ID_BB_SEC_NUM_DES,LEN(ID_BB_SEC_NUM_DES)-3),LEN(ID_BB_SEC_NUM_DES)-4)+0
QuestionRestrict showdialog only to the parent window ? [modified] Pin
fracalifa9-Feb-10 21:27
fracalifa9-Feb-10 21:27 
AnswerRe: Restrict showdialog only to the parent window ? Pin
J4amieC9-Feb-10 21:45
J4amieC9-Feb-10 21:45 
GeneralRe: Restrict showdialog only to the parent window ? Pin
fracalifa9-Feb-10 21:48
fracalifa9-Feb-10 21:48 
QuestionDB Backup Sql query Pin
Sivaooty9-Feb-10 19:58
Sivaooty9-Feb-10 19:58 
AnswerRe: DB Backup Sql query Pin
Md. Marufuzzaman10-Feb-10 3:54
professionalMd. Marufuzzaman10-Feb-10 3:54 
QuestionHelp with this SQl Logic without using UDF Pin
Vimalsoft(Pty) Ltd9-Feb-10 4:14
professionalVimalsoft(Pty) Ltd9-Feb-10 4:14 
AnswerRe: Help with this SQl Logic without using UDF Pin
Not Active9-Feb-10 5:52
mentorNot Active9-Feb-10 5:52 
GeneralRe: Help with this SQl Logic without using UDF Pin
Vimalsoft(Pty) Ltd9-Feb-10 19:41
professionalVimalsoft(Pty) Ltd9-Feb-10 19:41 
GeneralRe: Help with this SQl Logic without using UDF Pin
nainakarri10-Feb-10 17:55
nainakarri10-Feb-10 17:55 
GeneralRe: Help with this SQl Logic without using UDF Pin
Vimalsoft(Pty) Ltd10-Feb-10 19:35
professionalVimalsoft(Pty) Ltd10-Feb-10 19:35 
GeneralRe: Help with this SQl Logic without using UDF Pin
Mycroft Holmes10-Feb-10 20:02
professionalMycroft Holmes10-Feb-10 20:02 
GeneralRe: Help with this SQl Logic without using UDF Pin
Vimalsoft(Pty) Ltd10-Feb-10 20:06
professionalVimalsoft(Pty) Ltd10-Feb-10 20:06 
AnswerRe: Help with this SQl Logic without using UDF Pin
Mycroft Holmes9-Feb-10 13:38
professionalMycroft Holmes9-Feb-10 13:38 
QuestionReading variables in Insert Query Pin
gregarion9-Feb-10 2:47
gregarion9-Feb-10 2:47 
AnswerRe: Reading variables in Insert Query Pin
loyal ginger9-Feb-10 2:54
loyal ginger9-Feb-10 2:54 
GeneralRe: Reading variables in Insert Query Pin
gregarion9-Feb-10 2:58
gregarion9-Feb-10 2:58 
GeneralRe: Reading variables in Insert Query Pin
Maximilien9-Feb-10 4:18
Maximilien9-Feb-10 4:18 

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.