Re: Parameter object is improperly defined. Access vs MSSQL
- From: Brian Bushay TeamB <BBushay@xxxxxxxxx>
- Date: Wed, 29 Jun 2005 22:22:05 -0500
>To solve this bug I have added first line below to query
>
>PARAMETERS SurveyID GUID, QuestionID LONG, SessionID LONG;
>
>Now everything look fine in ADOQUery parameters property but this time I get
>error from MSSQL server that PARAMETERS function is not supported.
>On Access everything works fine.
>
>Any suggestions?
Rename some of your Parameters so you don't use a parameter name more than once
in your query
--
Brian Bushay (TeamB)
Bbushay@xxxxxxxxx
.
- References:
- Parameter object is improperly defined. Access vs MSSQL
- From: Mike Meyer
- Parameter object is improperly defined. Access vs MSSQL
- Prev by Date: Re: Update and insert in one sql statement in access error
- Next by Date: Re: Delphi 2005
- Previous by thread: Re: Parameter object is improperly defined. Access vs MSSQL
- Next by thread: Update and insert in one sql statement in access error
- Index(es):
Relevant Pages
|