asif pasha
Registered User.
- Local time
- Today, 08:41
- Joined
- Jan 8, 2010
- Messages
- 60
Hi All,
I have the data in form and it is not connected to the table, i want the data to be saved in the table through code. Something like insert into table sql statement.
For example i have the following database table Fields.
Name EmpId secondname
and i looking the data to be updated in the table as follows
Asif 589 Pasha
Through code or by running query.
Thanks in advance.
I have the data in form and it is not connected to the table, i want the data to be saved in the table through code. Something like insert into table sql statement.
For example i have the following database table Fields.
Name EmpId secondname
and i looking the data to be updated in the table as follows
Asif 589 Pasha
Through code or by running query.
Thanks in advance.