Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
~3K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for mvnk12

Do you mean that you want to Package and Deploy the Windows App to the Client Machine with SQL Server Database?

Member Avatar for sierrainfo
0
2K
Member Avatar for swappy
Member Avatar for sierrainfo
0
133
Member Avatar for deepukng

If you are using only commands to Insert,Update, or Delete-you should use the objCommand.ExecuteNonQuery method to update the database.

Member Avatar for deepukng
0
215
Member Avatar for Aigini

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. …

Member Avatar for regcure
0
114
Member Avatar for karthik_cud

It could be that the .Net has not been installed properly, or it could also be due to insufficient memory.

Member Avatar for Gold dragon
0
105
Member Avatar for jaytheguru

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.

Member Avatar for regcure
0
366

The End.