Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB Components
|
VB Components Issues specific to components in VB.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB Components section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 10th, 2005, 11:26 AM
Registered User
 
Join Date: Feb 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to jaideep Send a message via Yahoo to jaideep
Default Create a DLL for inserting a query into

I need some help for creating a dll which when called shall insert records into the database.

 
Old May 16th, 2005, 06:49 AM
Registered User
 
Join Date: May 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to deepakbhota Send a message via Yahoo to deepakbhota
Default

You can create a dll with sub procedures to connect to database, to open a table in the database and inserting data in the table. Create property pages and declare the get and set procedures to the property pages. 1st create a .ini file, where you mention the database name and the table name. give a reference to the dll in your standard exe application.

Deepak B. Hota
Software Engineer,
[email protected]
Always get the best out of best.





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to create dll in visual 2005 ? Peter_APIIT Visual C++ 2005 1 February 15th, 2008 02:29 AM
How to create CLSID for dll as_prabahar ASP.NET 1.0 and 1.1 Professional 3 July 12th, 2006 02:36 AM
How to create DLL? randylsmith VB How-To 1 February 6th, 2006 08:41 AM
How to create a DLL with VB and use it from VBA Ricky VB How-To 1 May 15th, 2004 01:30 PM
Create an ActiveX DLL .... miglou VS.NET 2002/2003 1 September 23rd, 2003 08:43 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.