<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
That depends on what kind of connection you are using.<br>
If you are using the LocalNativeConnection, you are wrapping the<br>
Mg API, with a higher level abstraction.<br>
<br>
When using the LocalNativeConnection, the MaestroAPI is calling the<br>
same dll functions as you would normally do. <br>
So yes, the two fragments of code offer the same functionality.<br>
You don't have to use the above one, if you are using the MaestroAPI,<br>
but if there is a function that is missing in the MaestroAPI, you can <br>
use both with no problems.<br>
<br>
<pre class="moz-signature" cols="72">Regards, Kenneth Skovhede, GEOGRAF A/S
</pre>
<br>
clarkie342 skrev:
<blockquote cite="mid:1236642311076-2452354.post@n2.nabble.com"
 type="cite">
  <pre wrap="">I have couple of questions regarding use of Maestro API
when using Maestro API, am I technically replacing MGE Web Tier API?
  </pre>
  <pre wrap=""><!---->Should I be replacing 
  </pre>
  <pre wrap=""><!---->
        MapGuideApi.MgInitializeWebTier(CommonUtilities.configPath)
        Dim userInfo As MgUserInformation = New MgUserInformation(session)
        Dim Mysiteconn As MgSiteConnection = New MgSiteConnection()
        Mysiteconn.Open(userInfo)

with

conn = New LocalNativeConnection("webconfig.ini", username, password, "en")
or do I still need both?

Thanks. 


  </pre>
</blockquote>
</body>
</html>