hello all,
please i need your help on this topic.
I bought a grid in order to display my data (ultimate grid)
my problem is that i use native connections to access my databases (occi for oracle,...)
when making a select from my database i obtain a resultset
i store this resultset in a CPtrArray and populate my grid with this data.
what i will like to do is manage operations in my grid such as delete, modify, insert...and be able to cancel any modification
the data in CPtrArray must be synchronize with my data in the grid. What i will like to do is to perform update of the database in bulk when the user decide or to cancel a set of modifications done in my grid.
i don't know if is the best way to do this? the only constraint is to use native connction to my database.
the gri i bought offers me ODBC, ADo, DAO... but native connection are not take in charge.
please i need some help or any suggestion
many tanks
bath
please i need your help on this topic.
I bought a grid in order to display my data (ultimate grid)
my problem is that i use native connections to access my databases (occi for oracle,...)
when making a select from my database i obtain a resultset
i store this resultset in a CPtrArray and populate my grid with this data.
what i will like to do is manage operations in my grid such as delete, modify, insert...and be able to cancel any modification
the data in CPtrArray must be synchronize with my data in the grid. What i will like to do is to perform update of the database in bulk when the user decide or to cancel a set of modifications done in my grid.
i don't know if is the best way to do this? the only constraint is to use native connction to my database.
the gri i bought offers me ODBC, ADo, DAO... but native connection are not take in charge.
please i need some help or any suggestion
many tanks
bath