Click here to Skip to main content
15,924,196 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: What the theck am I missing: Filling tables Pin
eatwork17-Aug-06 10:47
eatwork17-Aug-06 10:47 
GeneralRe: What the theck am I missing: Filling tables [modified] Pin
Stephen McGuire17-Aug-06 11:29
Stephen McGuire17-Aug-06 11:29 
AnswerRe: What the theck am I missing: Filling tables Pin
Keith Malwitz17-Aug-06 11:51
Keith Malwitz17-Aug-06 11:51 
GeneralRe: What the theck am I missing: Filling tables Pin
cstrader23217-Aug-06 12:13
cstrader23217-Aug-06 12:13 
GeneralRe: What the theck am I missing: Filling tables [modified] Pin
Keith Malwitz17-Aug-06 12:24
Keith Malwitz17-Aug-06 12:24 
GeneralRe: What the theck am I missing: Filling tables Pin
cstrader23217-Aug-06 12:34
cstrader23217-Aug-06 12:34 
GeneralRe: What the theck am I missing: Filling tables Pin
eatwork17-Aug-06 13:05
eatwork17-Aug-06 13:05 
GeneralRe: What the theck am I missing: Filling tables Pin
Keith Malwitz17-Aug-06 16:27
Keith Malwitz17-Aug-06 16:27 
Ok, it sounds to me like that is a GetData method, not a fill method. A GetData method actually returns a dataset populated with data, while a fill method populates the specified datatable with data.

If you method signature is returning a datatable, as it appears to be in the error you state, it must be a GetData method.

Try this....

Go to the dataset designer and right-click on the table adapter you want to use. Select "Add Query". Select "Use SQL statements" then "Query which returns rows". Now type your SQL statement or use the query builder to generate it. The next screen is where you name the methods that FILL a datatable and RETURN(reads GetData) a datatable. Give the FILL method a meaningful name and then try it out.
GeneralRe: What the theck am I missing: Filling tables Pin
cstrader23217-Aug-06 17:28
cstrader23217-Aug-06 17:28 
QuestionTo Bind Or Not to Bind Pin
eatwork17-Aug-06 5:10
eatwork17-Aug-06 5:10 
AnswerRe: To Bind Or Not to Bind Pin
Christian Graus17-Aug-06 12:57
protectorChristian Graus17-Aug-06 12:57 
GeneralRe: To Bind Or Not to Bind Pin
eatwork18-Aug-06 4:19
eatwork18-Aug-06 4:19 
GeneralRe: To Bind Or Not to Bind Pin
Christian Graus18-Aug-06 11:45
protectorChristian Graus18-Aug-06 11:45 
GeneralRe: To Bind Or Not to Bind Pin
eatwork18-Aug-06 12:34
eatwork18-Aug-06 12:34 
GeneralRe: To Bind Or Not to Bind Pin
Christian Graus18-Aug-06 12:47
protectorChristian Graus18-Aug-06 12:47 
Questionhow to filling listbox from other page? Pin
Hussein Madani Ghomi17-Aug-06 3:16
Hussein Madani Ghomi17-Aug-06 3:16 
AnswerRe: how to filling listbox from other page? Pin
coolestCoder17-Aug-06 3:29
coolestCoder17-Aug-06 3:29 
GeneralRe: how to filling listbox from other page? Pin
Hussein Madani Ghomi18-Aug-06 0:03
Hussein Madani Ghomi18-Aug-06 0:03 
Questionmasked textbox Pin
chepps17-Aug-06 3:11
chepps17-Aug-06 3:11 
AnswerRe: masked textbox Pin
sa_runner17-Aug-06 4:49
sa_runner17-Aug-06 4:49 
GeneralRe: masked textbox Pin
chepps17-Aug-06 23:26
chepps17-Aug-06 23:26 
AnswerRe: masked textbox Pin
sa_runner18-Aug-06 4:52
sa_runner18-Aug-06 4:52 
GeneralRe: masked textbox Pin
chepps24-Aug-06 0:55
chepps24-Aug-06 0:55 
QuestionOWC9 ChartSpace Problem Pin
James de Caluwé17-Aug-06 2:48
James de Caluwé17-Aug-06 2:48 
QuestionQuestion on vb.net calling com Pin
JaneQuestion17-Aug-06 2:22
JaneQuestion17-Aug-06 2:22 

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.