Collections:
How do I call MySQL SP from oracle using HS link ?
How do I call MySQL Stored Procedure from oracle using HS link ?
HS link is correct and I can get the tables data just by adding '@' at the end of the table name ,but I can't call the SP same way !
Help please.
✍: ars
2017-01-11, 887👍, 0💬
Popular Posts:
Can SELECT Statements Be Used on Views in SQL Server? Select (query) statements can be used on views...
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How to change the data type of an existing column with "ALTER TABLE" statements in SQL Server? Somet...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...
How to execute statements in loops in SQL Server Transact-SQL? How to use WHILE ... loops? You can u...