Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Sir
I am working on a small project.
I have connected VB to oracle using oledbconnection.
The problem is:
I have created a form, which is used for registration purpose.
I want to reflect these updates in the database.
I am unable to do this.
Can u help me out.
please.
Posted
Updated 16-Sep-11 0:00am
v2
Comments
Herman<T>.Instance 15-Sep-11 14:15pm    
what have you tried? What errors do you get? What code have you written?

1 solution

Sounds to me like you'll have to explore the SQL UPDATE or SQL INSERT INTO functions e.g. at http://www.w3schools.com/sql/default.asp.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900