royjimenez
Programmer
hi!
I need to create an Object with CreateObject function
I am doing a tests and I can't find the classname.
'Dim sm As New SQLMerge // it's correct !!!
Dim sm As Object
Set sm = CreateObject("SQLServer.SQLMerge"
// Unknown !!
please, help !! what is the correct name of 'SQLServer.SQLMerge' ?
Thanks in advance.
The life is too short to cry and long enough to try it... God bless us.
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)
I need to create an Object with CreateObject function
I am doing a tests and I can't find the classname.
'Dim sm As New SQLMerge // it's correct !!!
Dim sm As Object
Set sm = CreateObject("SQLServer.SQLMerge"
please, help !! what is the correct name of 'SQLServer.SQLMerge' ?
Thanks in advance.
The life is too short to cry and long enough to try it... God bless us.
![[thumbsup2] [thumbsup2] [thumbsup2]](/data/assets/smilies/thumbsup2.gif)