Re: Getting SQL Server error
- From: "Emile Petrus Abi-Abib" <emile@xxxxxxxxxxxx>
- Date: Fri, 27 Oct 2006 18:10:45 -0300
Thanks for the answer.
I know that sql command has an error. This error is an example to get the
exception.
But the errors collection (ADOConnection.Erros) helps me a lot.
"Brian Hollister" <bhollisterATfuturaintlDOTcom> escreveu na mensagem
news:45420b50$1@xxxxxxxxxxxxxxxxxxxxxxxxx
The error your getting is right, you have a space in the keyword FROM.
However, if you want more you can always checks the Errors collection.
hth,
brian
--
Got a big event coming up? Let us
help coordinate your event. For more
visit www.kissemgoodbye.com
"Emile Petrus Abi-Abib" <emile@xxxxxxxxxxxx> wrote in message
news:45420a22@xxxxxxxxxxxxxxxxxxxxxxxxx
I am using Delphi 7, ADO and SQL Server 2000. I want know a way to
get
all the information about a sql execution error:
Command:
"Select
*
Fr om
Sales
"
Error message:
"Server: Msg 170, Level 15, State 1, Line 3
Line 3: Incorrect syntax near 'Fr'."
When the error occurs, Delphi generates an exception
(EDatabaseError),
witch gives-me only a message "Line 3: Incorrect syntax near 'om'."
Emile Petrus
.
- References:
- Getting SQL Server error
- From: Emile Petrus Abi-Abib
- Re: Getting SQL Server error
- From: Brian Hollister
- Getting SQL Server error
- Prev by Date: Re: TADOConnection BeforeCommit event? (Oracle).
- Next by Date: Re: TADOConnection BeforeCommit event? (Oracle).
- Previous by thread: Re: Getting SQL Server error
- Index(es):
Relevant Pages
|
|