Click here to Skip to main content
15,909,953 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: create new variable in Run time Pin
dan!sh 15-Aug-08 6:53
professional dan!sh 15-Aug-08 6:53 
AnswerRe: create new variable in Run time Pin
Guffa17-Aug-08 21:34
Guffa17-Aug-08 21:34 
QuestionExtended Table Adapters for Dynamic SQL Pin
The_Funkster_Deluxe15-Aug-08 3:18
The_Funkster_Deluxe15-Aug-08 3:18 
AnswerRe: Extended Table Adapters for Dynamic SQL Pin
Jon_Boy15-Aug-08 3:37
Jon_Boy15-Aug-08 3:37 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
The_Funkster_Deluxe15-Aug-08 3:44
The_Funkster_Deluxe15-Aug-08 3:44 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
Jon_Boy15-Aug-08 3:48
Jon_Boy15-Aug-08 3:48 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
The_Funkster_Deluxe15-Aug-08 3:53
The_Funkster_Deluxe15-Aug-08 3:53 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
Jon_Boy15-Aug-08 4:15
Jon_Boy15-Aug-08 4:15 
>>VB still didn't send that clause. It took my hardcoded front half ("Select From Where") plus the following AND condition successfully. But completely skipped DateTime.

Ok. it sounds like your doing everything right.

Last ditch effort: put a breakpoint on the FillByWhere function (assuming your following the article logic closely). Check the value on the WhereExp variable. What is the exact string after this line has run: "Me._commandCollection(0).CommandText += " WHERE " + WhereExp"?

That should be exactly what's being sent to the db. If the value is wrong there, press CTRL+L and go up the call stack to see where the value is being excluded.

Good luck~!
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
The_Funkster_Deluxe15-Aug-08 4:07
The_Funkster_Deluxe15-Aug-08 4:07 
GeneralRe: Extended Table Adapters for Dynamic SQL Pin
Jon_Boy15-Aug-08 4:17
Jon_Boy15-Aug-08 4:17 
QuestionOdd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 3:12
Jon_Boy15-Aug-08 3:12 
AnswerRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 6:49
Jon_Boy15-Aug-08 6:49 
AnswerRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
astanton197815-Aug-08 7:04
astanton197815-Aug-08 7:04 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
jzonthemtn15-Aug-08 7:06
jzonthemtn15-Aug-08 7:06 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
astanton197815-Aug-08 7:10
astanton197815-Aug-08 7:10 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 7:43
Jon_Boy15-Aug-08 7:43 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
astanton197815-Aug-08 8:44
astanton197815-Aug-08 8:44 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 8:59
Jon_Boy15-Aug-08 8:59 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
astanton197815-Aug-08 9:05
astanton197815-Aug-08 9:05 
GeneralRe: Odd question of the day: Can 1 filestream object be re-used to read several files? Pin
Jon_Boy15-Aug-08 13:12
Jon_Boy15-Aug-08 13:12 
QuestionVB.net and Access Database Pin
Rhoden15-Aug-08 1:46
Rhoden15-Aug-08 1:46 
AnswerRe: VB.net and Access Database Pin
Manas Bhardwaj15-Aug-08 2:37
professionalManas Bhardwaj15-Aug-08 2:37 
AnswerRe: VB.net and Access Database Pin
Ashfield15-Aug-08 2:43
Ashfield15-Aug-08 2:43 
GeneralRe: VB.net and Access Database Pin
Rhoden15-Aug-08 6:08
Rhoden15-Aug-08 6:08 
QuestionThe remote server returned an error: (500) Internal Server Error. Pin
Ebube15-Aug-08 1:12
Ebube15-Aug-08 1:12 

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.