Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Convert code from sql server to mysql?

Author  Topic 

gatorfan
Starting Member

1 Post

Posted - 2014-10-18 : 09:47:52
I need to convert this code from sql server to mysql. Can anyone help me with this?


DECLARE @hr int
DECLARE @iTmp0 int
DECLARE @sTmp0 nvarchar(4000)
DECLARE @imap int
EXEC @hr = sp_OACreate 'Chilkat_9_5_0.Imap', @imap OUT
IF @hr <> 0
BEGIN
PRINT 'Failed to create ActiveX component'
RETURN
END

gbritton
Master Smack Fu Yak Hacker

2780 Posts

Posted - 2014-10-18 : 17:45:46
Try the mysql forums
Go to Top of Page
   

- Advertisement -