
December 8th, 2002, 09:53 AM
|
|
Another damn newb...
|
|
Join Date: Jan 2002
Location: Bodø, Norway
Posts: 94
Time spent in forums: < 1 sec
Reputation Power: 7
|
|
|
What is the difference between a bind a substitution variable?
I'm working with databases, specifically Oracle, and I'm wondering whats the difference in these variable declarations:
&variable_name; (substitution variable)
:variable_name; (bind variable)
For example in a query such as:
OPEN CURSOR (&my_var)
OPEN CURSOR (:my_var)
__________________
Torkil Johnsen
Never underestimate the power of stupid people in large groups...
---------------------------(òÓ,)----
|