WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

How can the data entered in a C# form be saved simultaneously to different tables in the database?

cRen

New member

0

0%

Status

Offline

Posts

40

Likes

0

Rep

0

Bits

210

3

Months of Service

0%
I want to create a demo ATM application. There is a form in the registration part that includes fields for name, surname, ID number, and password. I will save this information to the database when I enter them into the textboxes. However, in my database, I have two tables named 'hesap_bilgileri' and 'kullanici_bilgileri'. As shown in the form, I want to save the password entered in the password textbox to the 'hesap_bilgileri' table, and the other information obtained from the other textboxes to the 'kullanici_bilgileri' table at the same time. How can I achieve this?
 

249

6,622

6,642

Top