PDA

View Full Version : Insert data directly to mySql


starrillo
07-10-2007, 06:16 AM
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
07-12-2007, 03:58 AM
¿someone?

Dismounted
07-12-2007, 05:02 AM
All tables prefixed with "user".

Paul M
07-12-2007, 07:36 AM
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
07-13-2007, 12:11 PM
Thanks, I going to check it.

Saludos,