Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is it possible to call backend procedures with ADO control?



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

Post New Answer

More Visual Basic Interview Questions

How many types of ActiveX Components are there in Visual Basic and what are they?

2 Answers  


Types of LockEdits in RDO.

0 Answers  


How would you Create a Query Builder and Explain its uses ?

0 Answers  


How can you save and Get data from Clipboard?

1 Answers  


To populate a single column value which dbcontrols you to use?

0 Answers  


What are the Sequence of events when a form is loaded in Visual Basic?

6 Answers  


How to find size of the file. Which method or function is used to occomplish this?

0 Answers  


what are the three main differences between flexgrid control and dbgrid(Data bound Grid) control

1 Answers  


Can we change back color of command button control? if yes than how it is possible?

4 Answers   Wipro,


Explain about creating VB applications in excel?

0 Answers  


How can you get selected file from file system Control?

0 Answers  


Difference between Recordset and Resultsets.

0 Answers  


Categories