![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
am not familiar with Gupta and try to execute an SQL script. The problem is that SQL-Talk only executes the last command in my script and ignores everything else. What am I doing wrong ? |
#3
| |||
| |||
|
|
Hi Ingmar. Ingmar Grosch wrote: am not familiar with Gupta and try to execute an SQL script. The problem is that SQL-Talk only executes the last command in my script and ignores everything else. What am I doing wrong ? What does your script look like? If it is like the following example, there shouldn't be any problems. Example: connect database; select * from systables order by name; disconnect all; Make sure that the cursor is on the first line. Press F5. All three lines should be executed. HTH -Niels- |
#4
| |||
| |||
|
|
My problem seems to be that I need to have several select statements and so cursors (?). |

![]() |
| Thread Tools | |
| Display Modes | |
| |