Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
help with my error
#6
This is because somewhere in your code you must specify that
[code2=vbnet]da.Connection = MySQLConn[/code2]

However, this will also throw an error, so you must also change
this
[code2=vbnet]Dim MySQLConn As MySqlConnection[/code2]
to this:
[code2=vbnet]Dim MySQLConn As MySqlConnection = New MySqlConnection[/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 jochen29 - 09-08-2012, 09:47 PM
Re: help with my error - by brandonio21_phpbb3_import2 - 09-08-2012, 10:08 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,838 10-14-2012, 09:06 PM
Last Post: brandonio21

Forum Jump:


Users browsing this thread: 1 Guest(s)