Hallo,
Warning: odbc_exec() [function.odbc-exec]: SQL error: l)Ð@, SQL state 00000 in SQLExecDirect in /home/intranetuser/www/ssl/include/classes/msSql.php on line 28
Was für einen Fehler bekommst du denn?
Lass dir mal den ODBC Fehler ausgeben.function query_execute($query)
{
$this->result = odbc_exec($this->link, $query, $links);
$this->string .= 'Der Query wurde ausgeführt<br>';
if ($this->result)
{
$this->string .= odbc_errormsg($this->link);
return $this->result;
}
else
{
$this->string .= odbc_errormsg($this->link);
}
}MfG