Memo Field

EmployeeIDLastNameFirstNameNotes
1 Hello226 5 Education includes a BA in psychology from ...
2 Micheala Darle Andrew received his BTS commercial in 1974 and a ...
3 Leverling Jane Janet has a BS degree in chemistry from Boston ...
4 Peacock Margaret Margaret holds a BA in English literature from ...
5 Buchanan Steven Steven Buchanan graduated from St. Andrews ...

bottom next goreload

[1 - 5 : 17]

Memo Field - Basic
<script language="VB" runat="server">
Sub Page_Load(Src As Object, E As EventArgs)
  Dim Mydb As New Tornado.z
  With Mydb
    .dbQP = "U=2| M=Grid| S=2| DSN=Nwind| gdf=0,1,2,Notes| Q=Employees| Th=Title=Memo Field"
    .dbMemoTextSize = 50
    .ASPdbNET()
  End With
End Sub
</script>
Display 50 characters of a memo field in grid.

Send comments on this topic.
Copyright (c) 1998-2006 ASP-db