Question Error from 1146 MySQL

PatricKX.

New member
Joined
May 18, 2013
Messages
1
Programming Experience
1-3
Hi


I created vb.net with mysql database
connectionstring is "Server=localhost;User ID=root;Password=1234;Persist Security Info=False;Database=tbl_supersystem;charset=utf8"

when i run a program , it can run but I built a setup (exe) and set up in another computer. I have a problem error 1146.
I try to solve by connect with mysql and key command "SELECT * FROM tbl_company" I have a problem below


problem mysql.jpg


Pls. Help me
Patrick
 
Back
Top