Hi,
I want to know how to insert data into a table which has BYTE data type.
The structure of the table is,
name of the table is host.
there are two columns
username char(20),
password byte(20).
I want to insert a row into this table.
Can you please let me know the procedure to do it?
regards,
dattatray.