Re: General network errors running SPs via ADO
From: Dan Guzman (guzmanda_at_nospam-online.sbcglobal.net)
Date: 12/30/04
- Next message: Aaron [SQL Server MVP]: "Re: Error occurs when tried to view table design in Enterprise Manager"
- Previous message: AnthonyThomas: "Re: Different databases or schemas?"
- In reply to: John McLusky: "General network errors running SPs via ADO"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 30 Dec 2004 08:10:12 -0600
> followed by this error once:
>
> "Syntax error or access violation"
Check the executed SQL statement to see if it contains curly braces ('{',
'}'). This may be interpreted as an ODBC escape sequence, resulting in the
above error.
-- Hope this helps. Dan Guzman SQL Server MVP "John McLusky" <jmclusky@community.nospam> wrote in message news:uQPY%23Km7EHA.3828@TK2MSFTNGP09.phx.gbl... > Hi, > > My company has an application which runs audits overnight. These are run > as stored procedures executed via ADO. The application is written in > Delphi. > > The same stored procedure is run several times with different parameters > as there are several different audits run each night. > > Most of the SP executions work fine, and error appears on different sets > of parameters each time - there doesn't seem to be a particular audit that > causes the issue. > > Typically, this error will be raised twice: > > "[DBNETLIB][ConnectionRead (recv()).]General network error. Check your > network documentation" > > followed by this error once: > > "Syntax error or access violation" > > The application is being run on the same machine as the SQL server itself. > > Any ideas? > > Thanks, > John. > >
- Next message: Aaron [SQL Server MVP]: "Re: Error occurs when tried to view table design in Enterprise Manager"
- Previous message: AnthonyThomas: "Re: Different databases or schemas?"
- In reply to: John McLusky: "General network errors running SPs via ADO"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading