Dec 9, 2002 #1 IPOz Programmer Jul 11, 2001 109 CN hi,friends I want to share the BDE database connection .but i donot know how to do it? Now i use a separate TDatabase both in exe and dll any suggestion is appreciated ! ipo_z@cmmail.com garbage in,garbage out
hi,friends I want to share the BDE database connection .but i donot know how to do it? Now i use a separate TDatabase both in exe and dll any suggestion is appreciated ! ipo_z@cmmail.com garbage in,garbage out
Dec 10, 2002 #2 VintageWine IS-IT--Management Sep 18, 2002 191 GB Pass the TDatabase handle through to the DLL. From memory you assign it to the Handle of another TDatabase in the DLL. See HandleShared property. I can't remember whether this mattered or not now <g>. Good luck VW Upvote 0 Downvote
Pass the TDatabase handle through to the DLL. From memory you assign it to the Handle of another TDatabase in the DLL. See HandleShared property. I can't remember whether this mattered or not now <g>. Good luck VW
Dec 12, 2002 Thread starter #3 IPOz Programmer Jul 11, 2001 109 CN thank you ! i will test it later ! regards! ipo_z@cmmail.com garbage in,garbage out Upvote 0 Downvote