iASP_Grid Component vs. Persit's ASPGrid

Persit's ASPGrid iASP_Grid Component
Create Object uses the version number i.e. Set Grid = Server.CreateObject("Persits.AspGrid.1") Create Object is version independent i.e. Set Grid = Server.CreateObject("Persits.AspGrid")
'Connect' method only takes the DSN name, userid, and password for that database i.e. Grid.Connect <DSN as String>, <UserID as String> , <Password as String> 'Connect' method takes an extra parameter to retain platform independence i.e.  Grid.Connect <Driver as String>,<DSN as String>, <UserID as String> , <Password as String>See Appendix B for examples of drivers
AspGrid requires the first column in the database table to be an AutoNumber field. Some databases e.g. Oracle, do not support AutoNumber/AutoIncrement type fields as yet.  To support such databases, iASP_Grid allows the user to specify either an AutoNumber field, or a PrimaryKey (UniqueIndex)  as the first field of the main SQL statement.

If you require technical support please send complete details about the problem you are having to support@halcyonsoft.com.


Copyright © 1998-2002, Halcyon Software Inc. All rights reserved.