Hi,
I am very basic SQL user. I have a table in SQL server called "Employee"
Now I would like to insert a record into the same using VB 6.0 coding.
1) I need to enter :
Employee_Name = 'Venkat'
Employee_No = 1
Employee_Salary = 10000
2) At the same time, I need to update the same table with
Employee_Salary = 20000
Could you please let me know the VB coding to insert/update the record into SQL server.
Thanks in advance.
Waiting for your reply.
Warm Regards,
Venkat.
I am very basic SQL user. I have a table in SQL server called "Employee"
Now I would like to insert a record into the same using VB 6.0 coding.
1) I need to enter :
Employee_Name = 'Venkat'
Employee_No = 1
Employee_Salary = 10000
2) At the same time, I need to update the same table with
Employee_Salary = 20000
Could you please let me know the VB coding to insert/update the record into SQL server.
Thanks in advance.
Waiting for your reply.
Warm Regards,
Venkat.
Comment