I was in the clouds, suddenly falling, feeling very painful. Please Help Me!

When I used the SQL statement to Get Databases, almost everything was very good, there was only one error that made it hide important data that I needed, How do I fix this problem? I mean, "How do I get my data displayed normally like any other Table or Columns ???"

5ndmCJU4UC4ezSMunMk1jlXjfTn2o'


body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
@media screen and (max-width: 639px) {
pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
}
@media screen and (max-width: 479px) {
pre { width: 280px; }
}

<body bgcolor="white">

        <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>

        <h2> <i>ERROR [HY000] [MySQL][ODBC 3.51 Driver][mysqld-5.5.5-10.0.38-MariaDB-0ubuntu0.16.04.1]XPATH syntax error: '

And here it goes. That data continues to be hidden by this error

5ndmCJU4UC4ezSMunMk1jlXjfTn2o'

     .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
     @media screen and (max-width: 639px) {
      pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
     }
     @media screen and (max-width: 479px) {
      pre { width: 280px; }
     }
    </style>
</head>

<body bgcolor="white">

        <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>

        <h2> <i>ERROR [HY000] [MySQL][ODBC 3.51 Driver][mysqld-5.5.5-10.0.38-MariaDB-0ubuntu0.16.04.1]XPATH syntax error: '

  
        <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>

        <h2> <i>ERROR [HY000] [MySQL][ODBC 3.51 Driver][mysqld-5.5.5-10.0.38-MariaDB-0ubuntu0.16.04.1]XPATH syntax error: '?~!?~!'</i> </h2></span>
        <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

     

        <b> Exception Details: </b>System.Data.Odbc.OdbcException: ERROR [HY000] [MySQL][ODBC 3.51 Driver][mysqld-5.5.5-10.0.38-MariaDB-0ubuntu0.16.04.1]XPATH syntax error: '?~!?~!'<br><br>

        <b>Source Error:</b> <br><br>

        <table width=100% bgcolor="#ffffcc">
           <tr>
              <td>
                  <code><pre>

Line 241: cn.Open()
Line 242: Dim cmd As New OdbcCommand(strSQL, cn)
Line 243: Dim dr = cmd.ExecuteReader
Line 244: dr.Read()
Line 245:

              </td>
           </tr>
        </table>

        <br>

[OdbcException (0x80131937): ERROR [HY000] [MySQL][ODBC 3.51 Driver][mysqld-5.5.5-10.0.38-MariaDB-0ubuntu0.16.04.1]XPATH syntax error: '?~!?~!']
System.Data.Odbc.OdbcConnection.HandleError(OdbcHandle hrHandle, RetCode retcode) +1127170
System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader, Object[] methodArguments, SQL_API odbcApiMethod) +1022
System.Data.Odbc.OdbcCommand.ExecuteReaderObject(CommandBehavior behavior, String method, Boolean needReader) +67
System.Data.Odbc.OdbcCommand.ExecuteReader(CommandBehavior behavior) +75
System.Data.Odbc.OdbcCommand.ExecuteReader() +11

System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +9870557
System.Web.UI.Control.OnLoad(EventArgs e) +95
System.Web.UI.Control.LoadRecursive() +59
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678

              </td>
           </tr>
        </table>

        <br>

        <hr width=100% size=1 color=silver>

        <b>Version Information:</b> Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3535.0

        </font>

</body>

This forum is for microsoft sql server. Your issue is with Mariadb. Is your web server IIS?