Click here to Skip to main content
15,914,447 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Specified cast is not valid Pin
Stephen McGuire5-Aug-06 6:32
Stephen McGuire5-Aug-06 6:32 
GeneralRe: Specified cast is not valid [modified] Pin
newbjohny5-Aug-06 6:45
newbjohny5-Aug-06 6:45 
GeneralRe: Specified cast is not valid Pin
Stephen McGuire5-Aug-06 6:56
Stephen McGuire5-Aug-06 6:56 
GeneralRe: Specified cast is not valid Pin
newbjohny5-Aug-06 7:02
newbjohny5-Aug-06 7:02 
GeneralRe: Specified cast is not valid Pin
Stephen McGuire5-Aug-06 7:06
Stephen McGuire5-Aug-06 7:06 
GeneralRe: Specified cast is not valid Pin
newbjohny5-Aug-06 7:13
newbjohny5-Aug-06 7:13 
GeneralRe: Specified cast is not valid Pin
Colin Angus Mackay5-Aug-06 5:36
Colin Angus Mackay5-Aug-06 5:36 
GeneralRe: Specified cast is not valid Pin
newbjohny5-Aug-06 5:53
newbjohny5-Aug-06 5:53 
Hi, sadly they did not teach us to do anything other that the try and catch, to be honest they never really taught us, all the lecture notes were ripped straight from the recommended text book. Anyway thats a aside issue.

I've taken out the try-catch and it still crashes out with the same error, but two lines of code are highlighted, the one mentioned earlier in the form :-

dset = dbConn.selectAll("SELECT * FROM " & tblName, tblName)

and one in selectAll function in the connection class:-

sqlite_dataAdapter.Fill(dset, tableName)

A third line is highlighted in dissassembly but I have no idea what this is :-

00000014 mov ecx,eax


GeneralRe: Specified cast is not valid Pin
Colin Angus Mackay5-Aug-06 5:59
Colin Angus Mackay5-Aug-06 5:59 
GeneralRe: Specified cast is not valid Pin
newbjohny5-Aug-06 6:16
newbjohny5-Aug-06 6:16 
AnswerRe: Specified cast is not valid [modified] Pin
Colin Angus Mackay5-Aug-06 6:03
Colin Angus Mackay5-Aug-06 6:03 
GeneralRe: Specified cast is not valid Pin
newbjohny5-Aug-06 6:19
newbjohny5-Aug-06 6:19 
GeneralRe: Specified cast is not valid Pin
Colin Angus Mackay5-Aug-06 10:05
Colin Angus Mackay5-Aug-06 10:05 
GeneralRe: Specified cast is not valid Pin
newbjohny5-Aug-06 10:36
newbjohny5-Aug-06 10:36 
AnswerRe: Specified cast is not valid [modified] Pin
mtone5-Aug-06 18:32
mtone5-Aug-06 18:32 
GeneralRe: Specified cast is not valid Pin
newbjohny5-Aug-06 23:41
newbjohny5-Aug-06 23:41 
AnswerRe: Specified cast is not valid Pin
newbjohny7-Aug-06 2:35
newbjohny7-Aug-06 2:35 
QuestionFind and replace Pin
Harold_Wishes5-Aug-06 4:21
Harold_Wishes5-Aug-06 4:21 
QuestionHow To make key events work within a datagrid Pin
rahulnair4-Aug-06 23:06
rahulnair4-Aug-06 23:06 
AnswerRe: How To make key events work within a datagrid Pin
Rey99995-Aug-06 1:08
Rey99995-Aug-06 1:08 
QuestionMulti Threading Pin
BorgPidgeon4-Aug-06 22:21
BorgPidgeon4-Aug-06 22:21 
QuestionConvert integer to time........ Pin
Nagraj Naik4-Aug-06 19:19
Nagraj Naik4-Aug-06 19:19 
AnswerRe: Convert integer to time........ Pin
militiaware5-Aug-06 1:36
militiaware5-Aug-06 1:36 
AnswerRe: Convert integer to time........ Pin
mtone7-Aug-06 17:46
mtone7-Aug-06 17:46 
Questionadding more than one table to a dataset Pin
dev dhoundiyal4-Aug-06 18:40
dev dhoundiyal4-Aug-06 18:40 

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.