Click here to Skip to main content
15,907,326 members
Home / Discussions / C#
   

C#

 
Questiona question about WebBrowser Pin
ylw6626-Apr-06 17:00
ylw6626-Apr-06 17:00 
GeneralRe: a question about WebBrowser Pin
Guffa26-Apr-06 20:52
Guffa26-Apr-06 20:52 
GeneralRe: a question about WebBrowser Pin
ylw6626-Apr-06 21:03
ylw6626-Apr-06 21:03 
GeneralRe: a question about WebBrowser Pin
Guffa26-Apr-06 22:35
Guffa26-Apr-06 22:35 
GeneralRe: a question about WebBrowser Pin
ylw6626-Apr-06 23:15
ylw6626-Apr-06 23:15 
GeneralRe: a question about WebBrowser Pin
Guffa27-Apr-06 1:07
Guffa27-Apr-06 1:07 
GeneralRe: a question about WebBrowser Pin
ylw6627-Apr-06 15:32
ylw6627-Apr-06 15:32 
GeneralRe: a question about WebBrowser Pin
Guffa28-Apr-06 3:21
Guffa28-Apr-06 3:21 
GeneralRe: a question about WebBrowser Pin
ylw6628-Apr-06 15:01
ylw6628-Apr-06 15:01 
AnswerRe: a question about WebBrowser Pin
J4amieC26-Apr-06 22:24
J4amieC26-Apr-06 22:24 
GeneralRe: a question about WebBrowser Pin
ylw6626-Apr-06 23:18
ylw6626-Apr-06 23:18 
GeneralRe: a question about WebBrowser Pin
J4amieC26-Apr-06 23:59
J4amieC26-Apr-06 23:59 
QuestionHow to decode Octal email encode Pin
kiachik26-Apr-06 14:51
kiachik26-Apr-06 14:51 
AnswerRe: How to decode Octal email encode Pin
kiachik26-Apr-06 23:46
kiachik26-Apr-06 23:46 
QuestionGetting data from listview Pin
teejayem26-Apr-06 14:38
teejayem26-Apr-06 14:38 
AnswerRe: Getting data from listview Pin
Sean8926-Apr-06 15:13
Sean8926-Apr-06 15:13 
GeneralRe: Getting data from listview Pin
teejayem26-Apr-06 15:58
teejayem26-Apr-06 15:58 
GeneralRe: Getting data from listview Pin
Sean8926-Apr-06 16:01
Sean8926-Apr-06 16:01 
GeneralRe: Getting data from listview Pin
teejayem26-Apr-06 16:11
teejayem26-Apr-06 16:11 
GeneralRe: Getting data from listview Pin
teejayem26-Apr-06 16:16
teejayem26-Apr-06 16:16 
GeneralRe: Getting data from listview Pin
Sean8927-Apr-06 9:52
Sean8927-Apr-06 9:52 
AnswerRe: Getting data from listview Pin
Kuira26-Apr-06 21:38
Kuira26-Apr-06 21:38 
QuestionData Query 2 Pin
Sean8926-Apr-06 14:26
Sean8926-Apr-06 14:26 
I posted something just earlier regarding a similar issue. This isnt something I would normally have trouble with, as this is pretty basic data handling. However, I have another problem Frown | :(

I am executing the following query:
SELECT * FROM Groups WHERE Group = 1

on this table(Group being the primary key):
Groups:
Group | In_Stock | On_Order_Short | On_Order_Long | Lead_Time
1	  13	        0	        0	     30
2	   3	        0	        0	     30
3	   6	        0	        0	     21
4	   7	        0	        0	     21
5	  10	        0	        0	     21
6	   1	       30	       70	     30


It says there is a syntax error in my WHERE clause... It doesn't look like there is an error to me. Can anyone think of something that would be causing this Confused | :confused: It seems to only be doing it when I use "Group" in the WHERE clause, any other column it will work fine.

Thanks again for any responses Wink | ;)


-- modified at 22:10 Wednesday 26th April, 2006
AnswerRe: Data Query 2 Pin
Gerald Schwab26-Apr-06 17:20
Gerald Schwab26-Apr-06 17:20 
GeneralRe: Data Query 2 Pin
Sean8927-Apr-06 8:59
Sean8927-Apr-06 8:59 

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.