View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 07:43 PM
ddg
 
Posts: n/a
Default Insert into SQL from Foxpro

I have a recordset in my VB6 app that was created using ODBC and I would like to insert the data into a SQL db table. I already have the target Db & table setup. What is the fastest way to accomplish the data transfer? Can I do a Select into using the ODBC recordset as my source?

Thanks

Reply With Quote