![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
I am using DTS to export sql data to .dbf files for the connection to the .dbf files I use Microsoft OLE DB provider for Visual Foxpro Before i export the data i want to empty the dbf files for that I create a 'execute sql task' with several statements. ex. PACK Firms; PACK Members; go; When i launch this is is only the first sql statement that is executed. What is wrong? |
#2
| |||
| |||
|
|
PACK FIRMS; PACK Members; GO but it stays the same. Or I have an error for not accepting the sql |
|
Try using: PACK Firms go PACK Members go Hope it works Miguel Salles "Jean Paul" wrote: I am using DTS to export sql data to .dbf files for the connection to the .dbf files I use Microsoft OLE DB provider for Visual Foxpro Before i export the data i want to empty the dbf files for that I create a 'execute sql task' with several statements. ex. PACK Firms; PACK Members; go; When i launch this is is only the first sql statement that is executed. What is wrong? |
![]() |
| Thread Tools | |
| Display Modes | |
| |