G
Gianco
Hello, I have the following problem:
I have a database A that contains some data I would transfer in the
database B. The two databases have the same structure (tables,
fields...). I would use a query with a statement similar to:
INSERTO INTO B.TABLE_X (SELECT * FROM A.TABLE_X)
But is this possible with SQL CE? The queries are related to a
connection, and a connection is related to a single database
Is there another way to do it?
Thanks in advance
Gianco
I have a database A that contains some data I would transfer in the
database B. The two databases have the same structure (tables,
fields...). I would use a query with a statement similar to:
INSERTO INTO B.TABLE_X (SELECT * FROM A.TABLE_X)
But is this possible with SQL CE? The queries are related to a
connection, and a connection is related to a single database
Is there another way to do it?
Thanks in advance
Gianco