S
Sam Johnson
HI
I tried to send the following SQL string to an open
databse, to export a table into excel format:
g.Connection = conn 'valid OleDBConnection and Command
objects
g.CommandText = "SELECT * INTO XLSTest IN 'C:\' 'Excel
8.0;' FROM Table1"
g.ExecuteNonQuery()
This does not seem to work. The app stops, and doesn't
respond any longer. Any ideas why?
Thanks
Sam
I tried to send the following SQL string to an open
databse, to export a table into excel format:
g.Connection = conn 'valid OleDBConnection and Command
objects
g.CommandText = "SELECT * INTO XLSTest IN 'C:\' 'Excel
8.0;' FROM Table1"
g.ExecuteNonQuery()
This does not seem to work. The app stops, and doesn't
respond any longer. Any ideas why?
Thanks
Sam