Is it possible to call backend procedures with ADO control?
Answer / 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 |
which Property is used to count no. of items in a combobox?
Describe Database Connection pooling relative to MTS ?
How would you add elements and pictures to listitems in listview control?
How do you change the system menu (on the Control-Menu Box)?
What is frx?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
Why does everybody say I should save in TEXT not BINARY?
What is ado data control in vb?
How can you Navigate from the DHTML application to another DHTML application? .
Draw Sequence Modal of DAO? Explain.
what are container objects?
How do you zoom in visual basic?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)