Click here to Skip to main content
15,885,435 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: how to create a data report Pin
Eddy Vluggen17-Mar-09 0:03
professionalEddy Vluggen17-Mar-09 0:03 
AnswerRe: how to create a data report Pin
Steven J Jowett17-Mar-09 0:04
Steven J Jowett17-Mar-09 0:04 
QuestionRe: how to create a data report Pin
akosidandan17-Mar-09 1:43
akosidandan17-Mar-09 1:43 
AnswerRe: how to create a data report Pin
Steven J Jowett17-Mar-09 2:01
Steven J Jowett17-Mar-09 2:01 
QuestionRe: how to create a data report Pin
akosidandan17-Mar-09 2:15
akosidandan17-Mar-09 2:15 
AnswerRe: how to create a data report Pin
Anubhava Dimri17-Mar-09 19:10
Anubhava Dimri17-Mar-09 19:10 
Questioncannot get the value Pin
zaimah16-Mar-09 22:51
zaimah16-Mar-09 22:51 
AnswerRe: cannot get the value Pin
Christian Graus16-Mar-09 22:57
protectorChristian Graus16-Mar-09 22:57 
It means you have no idea what you're doing. At a guess, it means that the parameter cannot be null. so, try Dim ds as DataSet = new DataSet()

From MSDN "[Visual Basic, C#, C++] The following example uses the SqlCommand, SqlDataAdapter and SqlConnection, to select records from a database, and populate a DataSet with the selected rows. The filled DataSet is then returned. To accomplish this, the method is passed an initialized DataSet, a connection string, and a query string that is a Transact-SQL SELECT statement."

Did you bother to read the docs. The dataset needs to be initialised. You're getting an error telling you the same thing.

Christian Graus

Driven to the arms of OSX by Vista.

QuestionRe: cannot get the value Pin
zaimah17-Mar-09 17:35
zaimah17-Mar-09 17:35 
AnswerRe: cannot get the value Pin
Rupesh Kumar Swami16-Mar-09 23:19
Rupesh Kumar Swami16-Mar-09 23:19 
QuestionCustom properties Pin
udikantz16-Mar-09 22:08
udikantz16-Mar-09 22:08 
AnswerRe: Custom properties Pin
Dave Kreskowiak18-Mar-09 7:02
mveDave Kreskowiak18-Mar-09 7:02 
Questionfor each Pin
moonshaddow16-Mar-09 18:55
moonshaddow16-Mar-09 18:55 
AnswerRe: for each Pin
Christian Graus16-Mar-09 19:00
protectorChristian Graus16-Mar-09 19:00 
GeneralRe: for each Pin
moonshaddow16-Mar-09 19:04
moonshaddow16-Mar-09 19:04 
GeneralRe: for each Pin
Christian Graus16-Mar-09 19:12
protectorChristian Graus16-Mar-09 19:12 
GeneralRe: for each Pin
moonshaddow16-Mar-09 19:31
moonshaddow16-Mar-09 19:31 
GeneralRe: for each Pin
Christian Graus16-Mar-09 21:11
protectorChristian Graus16-Mar-09 21:11 
GeneralRe: for each Pin
moonshaddow16-Mar-09 21:15
moonshaddow16-Mar-09 21:15 
QuestionHow I create a signout code in asp.net 2 Pin
anilgokulam116-Mar-09 18:29
anilgokulam116-Mar-09 18:29 
AnswerRe: How I create a signout code in asp.net 2 PinPopular
Christian Graus16-Mar-09 18:41
protectorChristian Graus16-Mar-09 18:41 
QuestionHow to manipulate Windows forms? Pin
al200616-Mar-09 18:24
al200616-Mar-09 18:24 
AnswerRe: How to manipulate Windows forms? Pin
al200616-Mar-09 18:31
al200616-Mar-09 18:31 
AnswerRe: How to manipulate Windows forms? Pin
Kenny McKee16-Mar-09 18:38
Kenny McKee16-Mar-09 18:38 
GeneralRe: How to manipulate Windows forms? Pin
Christian Graus16-Mar-09 18:43
protectorChristian Graus16-Mar-09 18:43 

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.