PDA

View Full Version : Insert data directly to mySql


starrillo
10 Jul 2007, 08:16
Hello, I want to insert data directly to the mySql database from another programming language. Specifically to the User table, I want to know that if I insert an user I have to insert another information in additional tables?, and in the User table what I have to be worried about in order to take care of the data integrity?. I can insert data without problems, but the data integrity:confused: worries me.

There are some post or article that I can review?.

Thanks in advance...

starrillo
12 Jul 2007, 05:58
¿someone?

Dismounted
12 Jul 2007, 07:02
All tables prefixed with "user".

Paul M
12 Jul 2007, 09:36
and a few others as well.

Check the delete user code for the admincp and you will get an idea of what tables are affected.

starrillo
13 Jul 2007, 14:11
Thanks, I going to check it.

Saludos,