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
What are the uses of List View Control?
What is instantiating?
What is the use of ActiveX Documents?
What is the Windows API?
Difference between Recordset and Resultsets.
What is difference between datagrid and flexgrid?
what is the control used to call a windows application.
1s it posible to Create Tables Through Querydef?
What is rdo in vb?
How do I program the Novell NetWare API from VB?
Parts of ODBC?
How would you create your application in DHTML?
___ VB constant make the menu item in centre.
what are the Types of LockEdits in RDO?
What is the use of property page Wizard in ActiveX Control?