How can I map one db into another similar db
Closed
GrievousAngel
Posts
5
Registration date
Friday October 23, 2009
Status
Member
Last seen
May 7, 2010
-
Oct 24, 2009 at 02:02 PM
GrievousAngel Posts 5 Registration date Friday October 23, 2009 Status Member Last seen May 7, 2010 - Oct 25, 2009 at 08:30 AM
GrievousAngel Posts 5 Registration date Friday October 23, 2009 Status Member Last seen May 7, 2010 - Oct 25, 2009 at 08:30 AM
Related:
- How can I map one db into another similar db
- Google map downloader - Download - Other
- Wartales map - Guide
- Gt6 map - Home - GTA
- Access db download - Download - Databases
- Speed camera map - Guide
1 response
Dear Sir,
Please try using the following information:
SqlCon.Open()
SqlDataAdapter.fill(Dataset1)
SqlCon.ChangeDatabase("DestinationDatabase")
SqlDataAdapter.InsertCommand.CommandText = SQL Query + (Dataset value)
SqlDataAdapter.InsertCommand.ExecuteNonQuery
It will be easy to do and it should solve the problem that you are having, thanks.
Please try using the following information:
SqlCon.Open()
SqlDataAdapter.fill(Dataset1)
SqlCon.ChangeDatabase("DestinationDatabase")
SqlDataAdapter.InsertCommand.CommandText = SQL Query + (Dataset value)
SqlDataAdapter.InsertCommand.ExecuteNonQuery
It will be easy to do and it should solve the problem that you are having, thanks.
Oct 25, 2009 at 08:30 AM
thanks for the help.
can you please list a brief basic outline of what i need to do to activate this script?
i understand that i need to copy/paste your script into a exe file via notepad or some editor, correct?
where in Access do i start the script? do i need to open both related db's first or is that info requested once the script starts?
again thanks for the reply and help. i have used scripts in Photoshop but never in MS products.
later,
Billy