riteshsehgal
Programmer
Hi
Recently we have migrated an MS Application to Citrix Environment.
Following are few lines of code:-
'Begin code
DoCmd.DeleteObject acTable, "tblReferenceBusinessUnitRegion"
DoCmd.TransferDatabase acLink, "Microsoft Access", strRemoteUpdate & "\" & gblApplicationName & "Data.mdb", acTable, "tblReferenceBusinessUnit", "tblReferenceBusinessUnitRegion"
DoCmd.RunSQL "DELETE tblReferenceBusinessUnitRegion.* FROM tblReferenceBusinessUnitRegion WHERE tblReferenceBusinessUnitRegion.BusinessUnitID <> " & gblBusinessUnitID & ";"
'End Code
this execution of the delete query is taking an hour to complete. Even though the linked table tblReferenceBusinessUnitRegion is having 10 rows in the table.
The most weird problem is that this behavior does not occur on local environment.
Is there any know issue on Citrix environment with MS Acces?
Please help! its really very urgent...
thanks
ritesh
Recently we have migrated an MS Application to Citrix Environment.
Following are few lines of code:-
'Begin code
DoCmd.DeleteObject acTable, "tblReferenceBusinessUnitRegion"
DoCmd.TransferDatabase acLink, "Microsoft Access", strRemoteUpdate & "\" & gblApplicationName & "Data.mdb", acTable, "tblReferenceBusinessUnit", "tblReferenceBusinessUnitRegion"
DoCmd.RunSQL "DELETE tblReferenceBusinessUnitRegion.* FROM tblReferenceBusinessUnitRegion WHERE tblReferenceBusinessUnitRegion.BusinessUnitID <> " & gblBusinessUnitID & ";"
'End Code
this execution of the delete query is taking an hour to complete. Even though the linked table tblReferenceBusinessUnitRegion is having 10 rows in the table.
The most weird problem is that this behavior does not occur on local environment.
Is there any know issue on Citrix environment with MS Acces?
Please help! its really very urgent...
thanks
ritesh