Hello! I'm currently working with my monitoring system now, is there a code to append records from table 1 to table 2? Please help me guys! Thanks.
angel06 12 Light Poster
Recommended Answers
Jump to PostWe will need much more information...
which database, what tables, append which fields etc.
Jump to PostWhat about running parallel insert into both the underlying tables. So each time there is a new entry into table5 the same is also inserted into table4 for desired fields.
Jump to Postwhen i say parallel insert , what i mean to say is you need to execute 2 insert statments
1. into the table5
2. into the table4
by using the same input values.and if you try to use sub queries for insert into table4 and execute the code for …
All 10 Replies
AndreRet 526 Senior Poster
angel06 12 Light Poster
AndreRet 526 Senior Poster
debasisdas 580 Posting Genius Featured Poster
AndreRet commented: True, much faster with less errors, thanx debasis +12
angel06 12 Light Poster
angel06 12 Light Poster
AndreRet 526 Senior Poster
angel06 12 Light Poster
debasisdas 580 Posting Genius Featured Poster
BitBlt 452 Practically a Master Poster Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.