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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Adwaith

i tried a code which was already found here but it was showing cmbserver and cmbdatabase was not declared and was inaccessable due to its protection level so im troubled and dont know what to do can anyone help

Member Avatar for hnrindani
0
114
Member Avatar for සශික

I use below code to backup mySQL database. I want to save sql database by save file dialog. I use this, Sub CreateBackupc() Dim mysqldumpPath As String = "C:\Program Files (x86)\MySQL\MySQL Server 5.0\bin\mysqldump.exe" Dim host As String = "localhost" Dim user As String = "root" Dim pswd As String = …

Member Avatar for Adwaith
0
2K