Hi all,
I'm using RunTime 6.5+ on NT server.
This statement works fine under 6.1a:
Sel count(sys_column_name) +
into zCt from sys_columns +
whe sys_Column_Name = 'I' and +
Sys_Table_ID = (sel Sys_table_ID fro sys_Tables whe
Sys_Table_Name = 'DuesSched')
Under 6.5+ I get an access violation message and am dumped to
the desktop. When tracing under runtime, if I step one line at a
time the same occurs. If I use f5, which takes me to within a few
lines of the above and step using f10, then the problem command
executes just fine and the app finishes loading.
Just wondering if anyone else has had a similar experience...
Ben Petersen