Is there an object-oriented version of MySQL library functions?



Is there an object-oriented version of MySQL library functions?..

Answer / hrindows@gmail.com

Yes, MySQLi is the object-oriented version of MySQL, and it interfaces in PHP.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How do I run mysql without installing?

0 Answers  


How is data stored in mysql?

0 Answers  


Is mysql same as sql?

0 Answers  


What is a select query?

0 Answers  


Who developed mysql?

0 Answers  


How do I restart mysql on windows?

0 Answers  


How many rows can mysql hold?

0 Answers  


What is a query in mysql?

0 Answers  


How to save images in MySQL?

2 Answers  


What is delimiter in mysql trigger?

0 Answers  


How can I see connections in mysql?

0 Answers  


Please can the SQL code below be interpreted IF @xMatchCriteria='MATCH12' BEGIN IF EXISTS (Select * from #InsightData where (EmailAddress=@xDCPEmailAddress ) ) BEGIN SET @xTestMatchCriteria = @xMatchCriteria; SELECT @xCRMCustomerId=CustomerId, @xCRMDcpCustomerId=DcpCustomerId, @xCRMPortalCustomerID=PortalCustomerID,@xCRMDcpID=DcpID, @xCRMCardNumber=CardNumber, @xCRMEmailAddress=EmailAddress, @xCRMfirtLetterFirstName=firtLetterFirstName, @xCRMLastName=Surname,@xCRMAddressLine1=AddressLine1, @xCRMPostCode=PostCode FROM #InsightData where (EmailAddress=@xDCPEmailAddress ) END ELSE BEGIN SET @xTestMatchCriteria='No'+@xMatchCriteria; END END

0 Answers  


Categories