Hello--I have what seems to be a unique instance of this error. It began occurring in an executable on Monday--having worked fine for several years. Note that it does not occur when running as an app on my local. The data table is on a old Novell network.
INSERT INTO emerge_gist(cAcctID,cContact,cTarget,cGist,cCalltrack,tCallTime,cMsgFile) VALUES (gcAcctID,lstrName,lstrCall,lstrMsg,lcCallTrack,lcCallTime,lcRecFile)
The routine does a simple insert into the table. When the insert is invoked, the 1238 No parameter statement found is displayed. No insert occurs.
In the routine, I have set up a series of wait windows at each step to confirm where I am in the code, and track exactly what statement fails.
I use the table, then display the ALIAS() result in the window, so I know I can open it.
I display the variables being inserted prior to insertion in another window, all good.
I have also tried appending, with the same result.
I checked the Novell permissions on the table. They are set to shrw as they should be.
I reverted to an earlier executable, and it still happens. There is no config.fpw associated with the app, so no help there. I am baffled. Your thoughts?
Thanks!
~Laura
INSERT INTO emerge_gist(cAcctID,cContact,cTarget,cGist,cCalltrack,tCallTime,cMsgFile) VALUES (gcAcctID,lstrName,lstrCall,lstrMsg,lcCallTrack,lcCallTime,lcRecFile)
The routine does a simple insert into the table. When the insert is invoked, the 1238 No parameter statement found is displayed. No insert occurs.
In the routine, I have set up a series of wait windows at each step to confirm where I am in the code, and track exactly what statement fails.
I use the table, then display the ALIAS() result in the window, so I know I can open it.
I display the variables being inserted prior to insertion in another window, all good.
I have also tried appending, with the same result.
I checked the Novell permissions on the table. They are set to shrw as they should be.
I reverted to an earlier executable, and it still happens. There is no config.fpw associated with the app, so no help there. I am baffled. Your thoughts?
Thanks!
~Laura