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

What is ADO?

1 Answers   Satyam,


How does VB Pass arguments to a function by default?

2 Answers  


What are two validate with Data Control?

1 Answers  


How would you map properties to controls by using ActiveX Control Interface Wizard?

0 Answers  


How would you declare and raise custom events in a class?

1 Answers  


what is the Difference between DDE and OLE?

1 Answers  


What was introduced to Visual Basic to allow the use of Callback Functions?

1 Answers  


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

0 Answers  


What is the Windows API?

0 Answers  


What is the tool used to configure the port range and protocols for DCOM communications?

1 Answers   IBM,


Where can I get updated VB and other Microsoft files?

0 Answers  


What is instantiating?

0 Answers  


Categories