Primary Method
For a list of all members of this type, see GetData Members.
System.Object
Tornado.GetData
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This example shows how to use the method.
Dim GD As New Tornado.GetData
Dim z2 As New Tornado.z
If (GD.Get_LastClick = "applyupdate") Then Response.Redirect("http://www.aspdb.com")
With z2
.dbQP = "U=2||D=NWind|Gdf=01,1,2,3|Th=Ti=Get LastClick| ni=b5,update| Bm=employees;0"
.dbSQL = "Select * From employees"
.dbEditUpdateFlds = "1,2"
.ASPdbNET()
End With
Namespace: Tornado
Assembly: Tornado (in Tornado.dll)
GetData Members | Tornado Namespace