i will try that option and see. Hopefully it should resolve.
By the way since the number of tables is too large, is there any query that we can run to remove the casacde delete. or do i need to go each relationship and edit it to remove cascade delete.
ritesh
Thanks a lot guys.. its because of the cascade delete...
But the weird problem is that when we run the programme on the local machine, this cascade delete finishes in 2-3 minutes while on citrix environment it takes 1 hr.. what can be the possible reason?
On local machine the database file...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.