Hi!
Ok, I export my table easily, but now when I want add a record to the table "agent1.dbf" (it's a view),it's added but not in the table which exported by access, I wrote this code in the Init form which contain a grid :
[OPEN DATABASE BDGESTION
STORE SQLCONNECT('ges_com', 'connecter1') TO dd
SQLCONNECT()
STORE SQLCONNECT() TO dd
USE AGENT1
replace MAT_AGENT with 11
replace nom with "XXX"
SQLCOMMIT(dd)
thisform.refresh()]
Tell me please how can I correcte my code.
Many thanks.