Click here to Skip to main content
15,916,951 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionInput from a device Pin
JJRW25-Aug-05 20:27
JJRW25-Aug-05 20:27 
AnswerRe: Input from a device Pin
Dave Kreskowiak26-Aug-05 1:37
mveDave Kreskowiak26-Aug-05 1:37 
GeneralRe: Input from a device Pin
Anonymous26-Aug-05 4:47
Anonymous26-Aug-05 4:47 
GeneralRe: Input from a device Pin
Dave Kreskowiak26-Aug-05 5:08
mveDave Kreskowiak26-Aug-05 5:08 
GeneralRe: Input from a device Pin
Anonymous29-Aug-05 22:21
Anonymous29-Aug-05 22:21 
GeneralRe: Input from a device Pin
Dave Kreskowiak30-Aug-05 2:35
mveDave Kreskowiak30-Aug-05 2:35 
Questionreturning a single value thru an OleDbCommand Pin
medicenpringles25-Aug-05 17:13
medicenpringles25-Aug-05 17:13 
AnswerRe: returning a single value thru an OleDbCommand Pin
_mubashir26-Aug-05 1:03
_mubashir26-Aug-05 1:03 
Hello!
It seems that your query is returning more than one record....

Try out this query..

SELECT Price FROM Products WHERE
(Name='Classic Italian') AND (Size='Small')

This is coz no need to give alias when working with a single table.
Also check the table 'Products' for rows having same 'Name' and'Size'.

If it doesnt work......try to use a dataset to give value to varialble 'Price'

_mubashir

-- modified at 7:06 Friday 26th August, 2005
QuestionMake a pop up using VB.Net Pin
leoccl8625-Aug-05 15:00
leoccl8625-Aug-05 15:00 
AnswerRe: Make a pop up using VB.Net Pin
Dave Kreskowiak26-Aug-05 1:34
mveDave Kreskowiak26-Aug-05 1:34 
Questionconfiguring IIS to run my app as a specified user Pin
DaveC42691325-Aug-05 11:10
DaveC42691325-Aug-05 11:10 
Questiondisplay data hierarchical in datagrid Pin
Member 145166325-Aug-05 9:47
Member 145166325-Aug-05 9:47 
QuestionCalling DLLs during XP Login Screen Pin
°[Halo]°25-Aug-05 7:42
°[Halo]°25-Aug-05 7:42 
AnswerRe: Calling DLLs during XP Login Screen Pin
Dave Kreskowiak25-Aug-05 9:35
mveDave Kreskowiak25-Aug-05 9:35 
GeneralRe: Calling DLLs during XP Login Screen Pin
°[Halo]°25-Aug-05 11:39
°[Halo]°25-Aug-05 11:39 
GeneralRe: Calling DLLs during XP Login Screen Pin
Dave Kreskowiak25-Aug-05 12:31
mveDave Kreskowiak25-Aug-05 12:31 
QuestionRe: Calling DLLs during XP Login Screen Pin
°[Halo]°29-Aug-05 9:16
°[Halo]°29-Aug-05 9:16 
AnswerRe: Calling DLLs during XP Login Screen Pin
Dave Kreskowiak29-Aug-05 9:48
mveDave Kreskowiak29-Aug-05 9:48 
QuestionClass Pin
ADY00725-Aug-05 6:22
ADY00725-Aug-05 6:22 
AnswerRe: Class Pin
Dave Kreskowiak25-Aug-05 6:30
mveDave Kreskowiak25-Aug-05 6:30 
GeneralRe: Class Pin
ADY00725-Aug-05 6:35
ADY00725-Aug-05 6:35 
GeneralRe: Class Pin
Dave Kreskowiak25-Aug-05 7:05
mveDave Kreskowiak25-Aug-05 7:05 
GeneralRe: Class Pin
ADY00725-Aug-05 8:56
ADY00725-Aug-05 8:56 
GeneralRe: Class Pin
Dave Kreskowiak25-Aug-05 9:45
mveDave Kreskowiak25-Aug-05 9:45 
QuestionGame Pin
ADY00725-Aug-05 6:00
ADY00725-Aug-05 6:00 

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.