Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with my error
#4
Well, just as the error message says
Value Cannot be null. Parameter name: dataSet

When you create a variable of any sort of object, the variable is defaulted to a value of null. So, you need to assign a value to ds. Something like this, perhaps:
[code2=vbnet]Dim MySQLConn As MySqlConnection
Dim da As MySqlDataAdapter
Dim ds As DataSet = New DataSet("newDataSet")[/code2]
My Blog | My Setup | My Videos | Have a wonderful day.


Messages In This Thread
help with my error - by jochen29 - 09-08-2012, 04:47 PM
Re: help with my error - by jochen29 - 09-08-2012, 08:04 PM
Re: help with my error - by brandonio21_phpbb3_import2 - 09-08-2012, 09:15 PM
Re: help with my error - by jochen29 - 09-08-2012, 09:47 PM
Re: help with my error - by jochen29 - 09-09-2012, 12:44 AM
Re: help with my error - by manishshrestha60 - 09-10-2012, 05:52 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  TwitterAPIException - Error TwitterVB Crammer 3 13,795 10-14-2012, 09:06 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)