c# project installer
-
hi, i have created c# project with backend mysql.and i created installer .ok fine. but my question is: how to include database tables created along with installer.
-
hi, i have created c# project with backend mysql.and i created installer .ok fine. but my question is: how to include database tables created along with installer.
You have to include the database and the configuration as redistributable files and install it with the installer.
Veni, vidi, caecus
-
hi, i have created c# project with backend mysql.and i created installer .ok fine. but my question is: how to include database tables created along with installer.
-
You have to include the database and the configuration as redistributable files and install it with the installer.
Veni, vidi, caecus
plz give me in detail .i don't know how to do