i have made a database in sql+. it has a database. there is a table project. its columns are p_id,p_name,p_manager.
i have inserted 5 rows in above table.
in d front end in vb6 i have a form . please help me with the code such that my p_id is a combobox. wen i select my p_id then the corresponding p_name and P_manager should be displayed in text box on the form. please help!
thank you!