Exemplo n.º 1
0
 public static string GetErrorMsg(SE_CONNECTION connection, SE_ERROR error)
 {
     return(GetErrorMsg(connection, error.sde_error));
 }
Exemplo n.º 2
0
 public static extern System.Int32 SE_connection_create(string server, string instance, string database, string username, string password, ref SE_ERROR error, ref SE_CONNECTION conn);