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.
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 intDECLARE @iTmp0 intDECLARE @sTmp0 nvarchar(4000)DECLARE @imap intEXEC @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 |
|
|
|
|
|