Thread: bulk insert
View Single Post
  #1 (permalink)  
Old May 17th, 2007, 08:35 AM
hymavathy_kr hymavathy_kr is offline
Registered User
 
Join Date: May 2007
Location: Chennaii, Tamilnadu, India.
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to hymavathy_kr
Default bulk insert

hi
   in vb i want to create a table and then i want to insert the data from some other table


if am using access db means i can use the below code
dbconn.Execute "SELECT * into Tab_Add_Ach_qty FROM Add_Ach_qty"

i dont the corresponding code 4 sql db

pls do the needful
thanks in AAdvance

Reply With Quote