Is it possible to call backend procedures with ADO control?
Answer Posted / sarada
Yes it is possible,the code as follows:
Public myConn As New ADODB.Connection ‘In Declaration
Section
myConn.open “DRIVER={MySQL ODBC 3.51
Driver};SERVER=127.0.0.1;Database=Db;UID=root;PWD=changeme”
myConn.CursorLocation = adUseClient
If myConn.State = ADODB.adStateOpen Then
myConn.execute “CALL sp_deleter( )“ 'Procedure calling
End If
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do I force a file dialogue box to reread the currect disk?
What language does visual basic use?
What is snapshot in vb?
Is there any Edit method in ADO Data Access method?
How would you create properties by using class Builder Wizard?
How would you create Visual basic Document file?
How would you navigate between one document to another document
How would you create properties in ActiveX Control?
What is ado in vb.net?
Explain about an event-driven programming language?
How about Access 2.0 compatibility?
What is meant by Establish Connection in RDO?
It is possible to access Text (x.txt) files? Explain.
Why visual basic is used?
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.