Click here to Skip to main content
15,891,943 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Populate Data form MySQL Database Table in Datagridview by Datagridview autocomplete Textbox cell Pin
Biplob Singha Shee27-Sep-13 19:24
Biplob Singha Shee27-Sep-13 19:24 
GeneralRe: Populate Data form MySQL Database Table in Datagridview by Datagridview autocomplete Textbox cell Pin
Richard MacCutchan27-Sep-13 21:23
mveRichard MacCutchan27-Sep-13 21:23 
GeneralADODB recordset not returning case-sensitive results Pin
Member 1026522824-Sep-13 9:07
Member 1026522824-Sep-13 9:07 
GeneralRe: ADODB recordset not returning case-sensitive results Pin
Dave Kreskowiak24-Sep-13 12:12
mveDave Kreskowiak24-Sep-13 12:12 
GeneralRe: ADODB recordset not returning case-sensitive results Pin
Member 1026522825-Sep-13 5:33
Member 1026522825-Sep-13 5:33 
GeneralRe: ADODB recordset not returning case-sensitive results Pin
Dave Kreskowiak25-Sep-13 7:57
mveDave Kreskowiak25-Sep-13 7:57 
GeneralRe: ADODB recordset not returning case-sensitive results Pin
TnTinMn25-Sep-13 13:34
TnTinMn25-Sep-13 13:34 
GeneralRe: ADODB recordset not returning case-sensitive results Pin
Member 1026522826-Sep-13 4:51
Member 1026522826-Sep-13 4:51 
I tried removing the "ORDER BY" clause, but the results were the same.

However, after running the query from within VB, I ran the same exact query in WinSQL and it returned multiple rows. Then I ran it a second time and it returned 0 rows. Running it a 3rd and 4th time still returned 0 rows.

I returned to VB and ran the query again. Then I reran it in WinSQL and the first time the query returned many rows and the 2nd, 3rd, 4th, ..... runs returned 0 rows. This behavior is repeatable.

That tells me that the VB app is setting some unknown property that is causing the query to be case-insensitive.

I am going to turn SQL tracing on and see if I can find a difference in the SQL.LOG created from VB and the SQL.LOG created by a good run in WinSQL.

Don't you just love it when the application/objects help you by doing something you did not ask it/them to do !!!!!
GeneralRe: ADODB recordset not returning case-sensitive results Pin
Member 1026522826-Sep-13 6:07
Member 1026522826-Sep-13 6:07 
QuestionSelect Audio Track Pin
Andre.Adrian23-Sep-13 0:32
professionalAndre.Adrian23-Sep-13 0:32 
AnswerRe: Select Audio Track Pin
Dave Kreskowiak23-Sep-13 1:23
mveDave Kreskowiak23-Sep-13 1:23 
GeneralRe: Select Audio Track Pin
Brisingr Aerowing24-Sep-13 11:39
professionalBrisingr Aerowing24-Sep-13 11:39 
GeneralRe: Select Audio Track Pin
Dave Kreskowiak24-Sep-13 12:05
mveDave Kreskowiak24-Sep-13 12:05 
JokeRe: Select Audio Track Pin
Brisingr Aerowing24-Sep-13 14:23
professionalBrisingr Aerowing24-Sep-13 14:23 
GeneralRe: Select Audio Track Pin
Dave Kreskowiak24-Sep-13 15:45
mveDave Kreskowiak24-Sep-13 15:45 
GeneralRe: Select Audio Track Pin
Andre.Adrian25-Sep-13 23:42
professionalAndre.Adrian25-Sep-13 23:42 
QuestionCurrency Round Off Pin
Biplob Singha Shee22-Sep-13 4:09
Biplob Singha Shee22-Sep-13 4:09 
AnswerRe: Currency Round Off Pin
Richard MacCutchan22-Sep-13 4:55
mveRichard MacCutchan22-Sep-13 4:55 
GeneralRe: Currency Round Off Pin
Biplob Singha Shee22-Sep-13 6:00
Biplob Singha Shee22-Sep-13 6:00 
GeneralRe: Currency Round Off Pin
Richard MacCutchan22-Sep-13 7:01
mveRichard MacCutchan22-Sep-13 7:01 
GeneralRe: Currency Round Off Pin
Biplob Singha Shee22-Sep-13 7:13
Biplob Singha Shee22-Sep-13 7:13 
GeneralRe: Currency Round Off Pin
Richard Deeming23-Sep-13 1:56
mveRichard Deeming23-Sep-13 1:56 
GeneralRe: Currency Round Off Pin
Richard MacCutchan23-Sep-13 3:05
mveRichard MacCutchan23-Sep-13 3:05 
AnswerRe: Currency Round Off Pin
Biplob Singha Shee23-Sep-13 10:21
Biplob Singha Shee23-Sep-13 10:21 
QuestionHow to use Background worker from a form to fill another form? Pin
Suhayb Bashir Yousif20-Sep-13 22:47
Suhayb Bashir Yousif20-Sep-13 22:47 

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.