Extended Features of iASP_Grid compared to ASPGrid: | MAIN PAGE |
ASPGrid | iASP_Grid |
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-2000, Halcyon
Software Inc. All rights reserved.