|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to make a dllexp file?I want to make a dll file,such as "test.dllexp",I want to use dllexp file to
connect Oracle database and extract data from it. I am a new program with VB,I don't know how to make a dllexp file, could somebody give some simple examples and detail steps to do it with VB? Thanks in advance! Best Regards, Edward "Edward King" <zhan***@neusoft.com> wrote in message I don't even know what a "dllexp" file is.news:e44ytNq1FHA.3300@TK2MSFTNGP15.phx.gbl... >I want to make a dll file,such as "test.dllexp",I want to use dllexp file >to > connect Oracle database and extract data from it. I am a new program with > VB,I don't know how to make a dllexp file, could somebody give some simple > examples and detail steps to do it with VB? -- Mike Microsoft MVP Visual Basic "Edward King" <zhan***@neusoft.com> wrote in message If you're talking about using VB to create an ' external' Dll or 'sharednews:e44ytNq1FHA.3300@TK2MSFTNGP15.phx.gbl... > I want to make a dll file,such as "test.dllexp",I want to use dllexp file to > connect Oracle database and extract data from it. I am a new program with > VB,I don't know how to make a dllexp file, could somebody give some simple > examples and detail steps to do it with VB? > > Thanks in advance! > > Best Regards, > Edward > library', then the short answer is you can't. VB can only create ActiveX Dlls. I understand there are ways to 'wrap' vb in a regular Dll. But there not for a beginner. But you don't need to create this type of Dll to connect to and use an Oracle database from VB. You can do it directly using a Data Access library (DAO, ADO, OO4O, ...). If you have the Oracle Client Software. -ralph
True type barcode font
The Elements of Style revisited. Intergating Multiple VB6.0 Projects into one: Project Grouping Is this possible ? How to access related documents in VB through source code? Please Explain! Lost_Focus event of controls doesn't fire MSDN Library on network location Verify a signed integer as even or odd Global (Public) variables |
|||||||||||||||||||||||