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
~543 People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for Shum

I was adding a ram module to my computer. When I started ii I smelt burning. I replaced the power supply and now the light goes on but nothing happens. Will I have to buy a new motherboard?

Member Avatar for LiamPotter
0
68
Member Avatar for basha_82

You need to use the getchanges method of dataset and pass it to a new dataset then set the new dataset to be the old one then update the dataadapter. dataset1 is the original dataset. dataset2 is the one which contains changes. dataset2 = dataset1.getchanges you then update the dataadapater …

Member Avatar for Shum
0
145
Member Avatar for ohohling

My advice to you is to use an sql command object.For example `dim cmd as sqlcommand` then connect using a connector. I'm assuming u already know how to do this. You use the command objects command text property to insert sql commands and send them to the database. example `cmd.commandtext= …

Member Avatar for Shum
0
171
Member Avatar for Francoz

Check the sound device in device manager. Also run dxdiag and see if there are any problems. When ur computer is booting up check if the sound device is listed. Lastly uninstall and reinstall ur drivers. If this doesnt work check if the volume settings are correct.

Member Avatar for Shum
0
159

The End.