Click here to Skip to main content
15,886,873 members
Home / Discussions / Database
   

Database

 
AnswerRe: Tables in database. Pin
programmervb.netc++29-Mar-10 9:25
programmervb.netc++29-Mar-10 9:25 
QuestionHelp with Data Type mismatch in criteria expression Pin
T210228-Mar-10 15:42
T210228-Mar-10 15:42 
AnswerRe: Help with Data Type mismatch in criteria expression Pin
Luc Pattyn28-Mar-10 16:44
sitebuilderLuc Pattyn28-Mar-10 16:44 
GeneralRe: Help with Data Type mismatch in criteria expression Pin
T210228-Mar-10 16:47
T210228-Mar-10 16:47 
GeneralRe: Help with Data Type mismatch in criteria expression Pin
Luc Pattyn28-Mar-10 16:57
sitebuilderLuc Pattyn28-Mar-10 16:57 
GeneralRe: Help with Data Type mismatch in criteria expression Pin
T210228-Mar-10 17:04
T210228-Mar-10 17:04 
AnswerRe: Help with Data Type mismatch in criteria expression Pin
Mycroft Holmes28-Mar-10 19:32
professionalMycroft Holmes28-Mar-10 19:32 
GeneralRe: Help with Data Type mismatch in criteria expression [modified] Pin
T210228-Mar-10 19:36
T210228-Mar-10 19:36 
I'm trying to exclude ID's where the letter 'O' appears after the 6th character in the ID.
Instr returns an integer indicating the base one position where the character is found. I think it returns 0 if the character is not found.
It's a bloomberg schema btw

I realized that I can however directly tell INSTR to start at position 7 and look for the character 'O', so I will try doing that and see if I still have the same problem.

After I get the results of my query, I create a pivot table using ADO .NET. Then I will try to figure out how to do a custom sort of the columns. Easy for me in C or C++ STL, but I am not used to doing it in .NET
modified on Monday, March 29, 2010 1:44 AM

GeneralRe: Help with Data Type mismatch in criteria expression Pin
Mycroft Holmes28-Mar-10 19:50
professionalMycroft Holmes28-Mar-10 19:50 
GeneralRe: Help with Data Type mismatch in criteria expression Pin
T210228-Mar-10 20:17
T210228-Mar-10 20:17 
GeneralRe: Help with Data Type mismatch in criteria expression Pin
Mycroft Holmes28-Mar-10 20:23
professionalMycroft Holmes28-Mar-10 20:23 
GeneralRe: Help with Data Type mismatch in criteria expression Pin
T210228-Mar-10 20:32
T210228-Mar-10 20:32 
GeneralRe: Help with Data Type mismatch in criteria expression Pin
Mycroft Holmes28-Mar-10 20:59
professionalMycroft Holmes28-Mar-10 20:59 
QuestionGetting Records randomly from tables [modified] Pin
inayat basha27-Mar-10 10:01
inayat basha27-Mar-10 10:01 
AnswerRe: Getting Records randomly from tables Pin
Andy_L_J27-Mar-10 13:02
Andy_L_J27-Mar-10 13:02 
AnswerRe: Getting Records randomly from tables Pin
Mycroft Holmes27-Mar-10 13:52
professionalMycroft Holmes27-Mar-10 13:52 
QuestionNeed help with creating a view Pin
Michael J. Eber27-Mar-10 6:21
Michael J. Eber27-Mar-10 6:21 
AnswerRe: Need help with creating a view Pin
Dimitri Witkowski27-Mar-10 6:48
Dimitri Witkowski27-Mar-10 6:48 
AnswerRe: Need help with creating a view Pin
Mycroft Holmes27-Mar-10 13:46
professionalMycroft Holmes27-Mar-10 13:46 
GeneralRe: Need help with creating a view Pin
Michael J. Eber28-Mar-10 18:58
Michael J. Eber28-Mar-10 18:58 
GeneralRe: Need help with creating a view Pin
Michael J. Eber29-Mar-10 12:49
Michael J. Eber29-Mar-10 12:49 
QuestionConnect to Remote Server [modified] Pin
#realJSOP27-Mar-10 4:05
mve#realJSOP27-Mar-10 4:05 
AnswerRe: Connect to Remote Server Pin
i.j.russell27-Mar-10 8:10
i.j.russell27-Mar-10 8:10 
GeneralRe: Connect to Remote Server Pin
#realJSOP27-Mar-10 8:29
mve#realJSOP27-Mar-10 8:29 
GeneralRe: Connect to Remote Server Pin
i.j.russell27-Mar-10 8:52
i.j.russell27-Mar-10 8:52 

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.