NinjaTurtle
09-02-2002, 12:06 PM
dear,
how to insert a record into two different databases but same in the same group?
example, i have two databases(inside have many tables), one of the database called "Register" another 1 called "User".
i want to generate a Register number from "Register" Database's table (Register_Code table), then after i get the Register number, i will add into "User" Database as Primary key then add all the user's info to User database's table(called USer _Info) then after finished add the user info i will get back to "Register" table to add a value there!! is quit complicated rite? but its like that... pls help me up...
how to insert a record into two different databases but same in the same group?
example, i have two databases(inside have many tables), one of the database called "Register" another 1 called "User".
i want to generate a Register number from "Register" Database's table (Register_Code table), then after i get the Register number, i will add into "User" Database as Primary key then add all the user's info to User database's table(called USer _Info) then after finished add the user info i will get back to "Register" table to add a value there!! is quit complicated rite? but its like that... pls help me up...