> -----Original Message-----
> From: Martin Edenhofer [mailto:martin@edenhofer.de]
> Sent: Wednesday, July 09, 2003 12:33 PM
> To: dev@otrs.org
> Subject: Re: [dev] OTRS with MS SQL Server
> So a \ should be quoted with '\ or with '\' ?
if you write a single \ you have to write '\'
if you want to write something like \blabla\bla
it have to look like this '\blabla\bla'
> > maybe i schould switch back to mysql ;-)
>
> Hmmm... not yet! The nice work! .-)
:-)
> I think it's my mistake. .-(
>
> Could you try it with an additional config option:
>
> $Self->{'Database::Limit'} = 0;
>
> (I added limit support to the mssql spec)
>
> And the "Zeile 1: Falsche Syntax in der Nähe von 'LIMIT'"
> error should go
> away.
that did it :-)
you are great, thank you.
now i can search for other errors *g*
Holger