Re: Database + dll
Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance
On Tue, 12 Jul 2005 10:21:04 -0700, Joseph <Joseph@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
¤ I want to know if it is possible to store data in a dll, and if so can anyone
¤ direct me to how I can go about doing this (Example or tutorial site would be
¤ great). I would like to create my own dll to accomplish this. Thanks
DLLs are code libraries. There are not designed for the storage of data.
Paul
~~~~
Microsoft MVP (Visual Basic)
.
Relevant Pages
- Re: Problem using a UNC Path within a COM component in asp.net
... If you write a VB6 app, does the dll work with the string? ... I have granted permissions on the FileServer to ... ¤ I would appreciate any help that would shed some light on this problem... ... (microsoft.public.vb.general.discussion) - Re: System-wide hooking, VB+ASM
... ¤> What would you call a non-COM DLL? ... just so we understand that an ActiveX DLL is not a non-COM DLL (or ... ActiveX DLLs are not the same as native Windows DLLs. ... Any DLL can export COM functionality, flat function functionality, or both. ... (microsoft.public.vb.winapi) - Re: System-wide hooking, VB+ASM
... ¤> ¤ Windows DLL? ... or what others refer to as "standard" Windows DLL, which is absent of a COM implementation. ... ActiveX DLL in Visual Basic. ... (microsoft.public.vb.winapi) - Re: Problem using a UNC Path within a COM component in asp.net
... If you write a VB6 app, does the dll work with the string? ... I have granted permissions on the FileServer to ... ¤ I would appreciate any help that would shed some light on this problem... ... (microsoft.public.vb.general.discussion) - Re: System-wide hooking, VB+ASM
... ¤ standard Windows DLL. ... but to omit the fact that it's an ActiveX DLL would be imprecise - especially if ... (microsoft.public.vb.winapi) |
|