Alberto E. Godoy 17.Sep.14 03:37 AM a Web browser LC LSX All Releases All Platforms
An example in LC LSX to use this querie with bind variables?
clave = "MyKey"
OraDatabase.Parameters.Add "var1", clave, 1
Instruccion = "SELECT field1, field2 FROM table WHERE (key = :var1)"
Set rs_table = OraDatabase.CreateDynaset(instruccion, Cint(0))


|