Quantcast
Channel: StackExchange Replication Questions
Viewing all articles
Browse latest Browse all 17268

how to show result 'show slave status' from mysql on vb6

$
0
0

i try to check replication status on mysql using vb6, here is my code

Dim rs As New ADODB.Recordset
Set rs = ExecSQL(GetDSN, "show slave status")
If rs.RecordCount > 0 Then
    MsgBox ("xxx")
End If

here is error description

Data Provider or other service returned an E_FAIL status.

but i dont know how to get the status from that query, because there is no problem when using query like select, edit , etc tell me how to show the result on my vb6,, thanks


Viewing all articles
Browse latest Browse all 17268

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>