PDA

Click to See Complete Forum and Search --> : help '''¡ with datagrid


farizza
Oct 30th, 2000, 10:03 AM
hello
i need update,insert,delete,clear in a datagrid control.
how i do?
please help me
thank for all
farizza

makai
Oct 30th, 2000, 10:36 AM
place a data control on a form
set the data1.databasename
set the data1,recordsource
set the data1.eofaction to addnew

place a DBGrid on a form
connect its datasource to Data1

run the program