Problem with datagridvieew in vb.net

Posted by user225269 on Stack Overflow See other posts from Stack Overflow or by user225269
Published on 2010-03-14T02:41:03Z Indexed on 2010/03/14 2:45 UTC
Read the original article Hit count: 291

Filed under:
|

I'm trying to add a datagridview in vb.net, but it does not allow me to change the connection string or the database that should be imported to connect to it. The only thing that I'm seeing is the previous ms sql database that I connected with datagridview and everytime I click the new connection, the window closes and it leaves me with the datagridview with the previous connection that I have.

And its not applicable because, now I want to connect it with mysql. Not ms sql. Its some sort of a cache like feature in vb.net, how do I get rid of it. so that I can add the new connection for mysql?

Do I need to reinstall visual studio 2008?

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about mysql