Hi,
Problem: Access 2000 .adp SQL stored procedure problem using citrix
In my Access 2000 .adp application running under citrix, I am not able to successfully run any store procedures within the applcation. Where there are form objects dependent upon store procedure to populate them (i.e. dropdown boxes, subforms, main forms, etc...)these form objects return blank results.
While on citrix, I went into MS Access design mode and found that all of my stored procedure names had been changed (i.e. from "usp_getProject" to "usp_getProject;1"
. This is the reason why my application would not function properly where stored procedures where involved. It could not find the correct stored procedure name. As a note, this name change does not occur with any other adp SQL objects such as views.
Any suggests? I've written scores of stored procedures in the application. I have even tried to pass the access forms SQL statements with parameters as objects to recordset or recordsource as a work around, without success.
Problem: Access 2000 .adp SQL stored procedure problem using citrix
In my Access 2000 .adp application running under citrix, I am not able to successfully run any store procedures within the applcation. Where there are form objects dependent upon store procedure to populate them (i.e. dropdown boxes, subforms, main forms, etc...)these form objects return blank results.
While on citrix, I went into MS Access design mode and found that all of my stored procedure names had been changed (i.e. from "usp_getProject" to "usp_getProject;1"
Any suggests? I've written scores of stored procedures in the application. I have even tried to pass the access forms SQL statements with parameters as objects to recordset or recordsource as a work around, without success.