PDA

View Full Version : Inserting Same Information Into Two different database


victoria_1018
11-08-2002, 07:14 AM
Hi all,
Is it possible to insert one piece of information into two different database at the same time. If it is possible, how should I do it? The same way as how I set the connection for one database?

Regards

Roelf
11-08-2002, 08:10 AM
you can do it after each other, in one asp page, just make a connection, store the info, close the connection, open a second connection, store the info lose the connection. that's it. Not two databases at exact the same time