G
Guest
I have created a mysql database on a host server and have put webforms on the
host server. I have within my code behind files the connection string for a
mysql prov and when a web forms attempts to hit tables I get the above error:
can not find installable isam. I have attempted to contact my hoster but he
has not been very helpful. The actual string for connection is:
strsqlconnection = "Provider=MySQLProv;Data Source="the host server
name given to me";Initial Catalog=my database name;UserId=my user
nae;Password=my password;"
any wisdom? Thanks.
host server. I have within my code behind files the connection string for a
mysql prov and when a web forms attempts to hit tables I get the above error:
can not find installable isam. I have attempted to contact my hoster but he
has not been very helpful. The actual string for connection is:
strsqlconnection = "Provider=MySQLProv;Data Source="the host server
name given to me";Initial Catalog=my database name;UserId=my user
nae;Password=my password;"
any wisdom? Thanks.