Click here to Skip to main content
15,896,453 members
Home / Discussions / Database
   

Database

 
GeneralRe: join chage help Pin
Mohammad Daba'an28-Jun-05 20:36
Mohammad Daba'an28-Jun-05 20:36 
GeneralRe: join chage help Pin
Colin Angus Mackay29-Jun-05 2:48
Colin Angus Mackay29-Jun-05 2:48 
GeneralRe: join chage help Pin
Mattias Olgerfelt29-Jun-05 5:00
Mattias Olgerfelt29-Jun-05 5:00 
Generalquestion about connections to a sql server Pin
metalsandman28-Jun-05 3:51
metalsandman28-Jun-05 3:51 
GeneralRe: question about connections to a sql server Pin
Colin Angus Mackay28-Jun-05 4:41
Colin Angus Mackay28-Jun-05 4:41 
GeneralCrystal Report Threw internal Exception Pin
agmb28-Jun-05 3:37
agmb28-Jun-05 3:37 
GeneralForce SELECT to return a single row Pin
BinaryHead28-Jun-05 0:59
BinaryHead28-Jun-05 0:59 
GeneralRe: Force SELECT to return a single row Pin
Colin Angus Mackay28-Jun-05 1:17
Colin Angus Mackay28-Jun-05 1:17 
GeneralRe: Force SELECT to return a single row Pin
P A N K A J28-Jun-05 17:48
P A N K A J28-Jun-05 17:48 
GeneralGet file name using SQL Pin
Wilbur J. Pereira28-Jun-05 0:16
Wilbur J. Pereira28-Jun-05 0:16 
QuestionSpecified cast is not valid? Pin
WetRivrRat27-Jun-05 13:36
WetRivrRat27-Jun-05 13:36 
AnswerRe: Specified cast is not valid? Pin
Christian Graus27-Jun-05 19:58
protectorChristian Graus27-Jun-05 19:58 
GeneralRe: Specified cast is not valid? Pin
WetRivrRat28-Jun-05 13:04
WetRivrRat28-Jun-05 13:04 
GeneralRe: Specified cast is not valid? Pin
Christian Graus28-Jun-05 13:18
protectorChristian Graus28-Jun-05 13:18 
GeneralRe: Specified cast is not valid? Pin
WetRivrRat28-Jun-05 13:33
WetRivrRat28-Jun-05 13:33 
GeneralRe: Specified cast is not valid? Pin
WetRivrRat28-Jun-05 14:32
WetRivrRat28-Jun-05 14:32 
GeneralRe: Specified cast is not valid? Pin
Christian Graus28-Jun-05 14:55
protectorChristian Graus28-Jun-05 14:55 
GeneralRe: Specified cast is not valid? Pin
WetRivrRat28-Jun-05 15:52
WetRivrRat28-Jun-05 15:52 
GeneralRe: Specified cast is not valid? Pin
Christian Graus28-Jun-05 17:07
protectorChristian Graus28-Jun-05 17:07 
GeneralRe: Specified cast is not valid? Pin
WetRivrRat28-Jun-05 17:13
WetRivrRat28-Jun-05 17:13 
GeneralRe: Specified cast is not valid? Pin
WetRivrRat28-Jun-05 17:14
WetRivrRat28-Jun-05 17:14 
GeneralRe: Specified cast is not valid? Pin
Christian Graus28-Jun-05 17:47
protectorChristian Graus28-Jun-05 17:47 
GeneralRe: Specified cast is not valid? Pin
WetRivrRat28-Jun-05 18:11
WetRivrRat28-Jun-05 18:11 
GeneralRe: Specified cast is not valid? Pin
Christian Graus28-Jun-05 18:27
protectorChristian Graus28-Jun-05 18:27 
GeneralRe: Specified cast is not valid? Pin
WetRivrRat28-Jun-05 18:51
WetRivrRat28-Jun-05 18:51 
Sorry, never called it stepping thru, just debugging it....self taught(if you want to call it that) and so far (knock on wood) this is the first real problem I've run into, that I couldn't fix by either re-writing or re-evaluating what I've written. sorry to be of a frustration.
I did step-thru or debug it and found that on the 'object o = dataReader.GetString(0);' you had me test, I am getting the following: o <undefined value=""> System.Object
and for the 'string Amount = dataReader.GetString(0);' I am returning a null, but unless i'm not pulling the correct field the data shouldn't be a null, rather a value of 331.000. Unless its not pulling the data from the variables i set with the +location_id+ which if that were the case, it seems that I would have a failure elsewhere....in the query, but it IS pushing the console.writeline values to the query, so.......

Dim Beautiful As String
Beautiful = "ignorant"
Label1.Text = "The world is full of " & Beautiful & " people."


Why is common sense such an un-common comodity?

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.