Hi
I have a database with two tables
1. iSet(which contains data)
2.Table1(which is empty)
I have a program that can read from iSet.
It uses OleDB
Its working properly
The problem is that i don't know a thing about writing to a database.
The table Table1 has two fields
iAddress(of type number)
Instruction(of type string)
ID(Autonumber)
How to write values to Table1?
Thanks in advance