No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Do you mean that you want to Package and Deploy the Windows App to the Client Machine with SQL Server Database?
It seems that either the SQL Server is not installed, disconnected, or corrupt.
If you are using only commands to Insert,Update, or Delete-you should use the objCommand.ExecuteNonQuery method to update the database.
You first create an Connection object to connect to the Access DB. Then create a Command object with Command Text to delete the data from the table-Delete from Table. I hope you know how to do this. Then create a Dataset and retrieve the Empty table and fill the Dataset. …
It could be that the .Net has not been installed properly, or it could also be due to insufficient memory.
I think you have added the mdb file in the Setup wizard from C:\. First add the mdb file to your folder and hen you can use the Application.Startup properly as stated above. Then use the Setup Wizard to create the Setup files. This should solve the problem.
The End.
regcure