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

Visual Basic

 
AnswerRe: The best way to handle a VERY Large array of strings Pin
David Mujica30-Sep-13 3:17
David Mujica30-Sep-13 3:17 
AnswerRe: The best way to handle a VERY Large array of strings Pin
Kryptex7-Oct-13 4:02
Kryptex7-Oct-13 4:02 
QuestionPopulate Data form MySQL Database Table in Datagridview by Datagridview autocomplete Textbox cell Pin
Biplob Singha Shee26-Sep-13 21:37
Biplob Singha Shee26-Sep-13 21:37 
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 
The database is actually DBase (good reason to use, but it is a long explanation).

I converted the VB app to use OdbcConnection & OdbcDataReader methods and the ODBC DSN created with driver - "Microsoft dBase Driver (*.dbf)" . The results are the same - the query in VB still refuses to be case-sensitive.

If I put a breakpoint in the code and capture the SQL string and paste the string verbatim into WinSQL (an SQL tool using the same exact ODBC DSN), and execute the query, no results are returned.

The query behaves differently in VB that in an SQL tool using the exact same driver and ODBC definition.

Do not know why it works differently in VB than in WinSQL !!!!!
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 
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 

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.