Re: Passing parameter from Data Environment to Oracle ?
- From: "Luqman" <pearlsoft@xxxxxxxxxxxx>
- Date: Thu, 22 Jun 2006 15:34:37 +0500
ok, I got it, I have to use Question mark ?
Select * from mytable where InvNo=?
Best Regards,
Luqman
"Luqman" <pearlsoft@xxxxxxxxxxxx> wrote in message
news:eM7ow8RlGHA.4144@xxxxxxxxxxxxxxxxxxxxxxx
What is the syntax of passing parameter to oracle from VB-6 DataEnvironment
Designer.
I tried following:
Select * from mytable where InvNo=mInvNo <------ this works only with
Microsoft Access but not with oracle and sql server
I also tried putting @ before parameter name but could not succeed.
Select * from mytable where InvNo=@mInvNo
The parameter name is not listing in Data Environment Parameter Tab.
Any idea please ?
Best Regards,
Luqman
.
- References:
- Passing parameter from Data Environment to Oracle ?
- From: Luqman
- Passing parameter from Data Environment to Oracle ?
- Prev by Date: Re: Here's a rather broad question...
- Next by Date: Re: Passing parameter from Data Environment to Oracle ?
- Previous by thread: Passing parameter from Data Environment to Oracle ?
- Next by thread: Re: Passing parameter from Data Environment to Oracle ?
- Index(es):
Relevant Pages
|