Quick Search for:  in language:    
DLL,DNA,WWW,SQL,ADO,QUEEN,NEED,ADD,Building,P
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,011,557. lines
 Jobs: 117. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
Login



Latest Code Ticker for Visual Basic
Defrag at certain time
By Michael Nipper on 7/1


Click here to see a screenshot of this code!Extended Find Ver 2
By Roger Gilchrist on 7/1

(Screen Shot)

Y! Module
By NightCrawler on 7/1


Files Comperator (the right way)
By Jarry Claessen on 6/30


Simple UDP example
By Mick Walton on 6/30


CAPS Trigger
By Trevor Burley on 6/30


Auto clip picture
By Kenneth. Jakobsen on 6/30


Click here to see a screenshot of this code!Game of life clone (cool math)
By Johannes B on 6/30

(Screen Shot)

String to CHR()
By Nikhil Raj on 6/30


Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

Building Professional DNA Components

Print
Email
 
winzip icon
Submitted on: 10/14/2000 9:34:19 AM
By: C. Sibon  
Level: Advanced
User Rating: By 11 Users
Compatibility:VB 6.0

Users have accessed this code 11516 times.
 
 
     Building Professional ActiveX Components (DLL) for Microsoft® Windows® Distributed interNet Applications Architecture (Windows DNA), in this example you maybe understand the use of DataAccess Components and Bussiness Logic Components, my components are compatible with almost every task and programming language: VC++, VB Frontend or ASP/Pearl), I buit this components for an ONLINE (WWW) CD Shop, like CDNow. Written for SQL Server 7.0 and 2000. If you can, write this in VC++ with 100% SQL without the ADO (Performance) Like I do for my work. Hoh Yeah... Long Live THE QUEEN OF HOLLAND. Enjoy. P.S: You NEED the GuiGen.DLL for the ID's, those are 38 long Unique Identifiers, I can't ADD that DLL because you need to pay for it... I'm sorry, but you may replace it with some other (less effective maybe).. Good Luck. Bedoelt voor de goeie Nederlandse mensen. :-)
 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 1 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Advanced category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
10/14/2000 7:08:43 PM:Gary Mather
Isn't it annoying how nobody ever 
votes, well theres one, keep up the 
work!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/15/2000 3:57:04 AM:Daz B
Very nice! :)
I work with this kinda 
stuff every day, (ecommerce) and your 
project is alright. (also very generic) 
Pity it's foreign tho, hehehe - couldnt 
understand everything.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/15/2000 6:15:14 AM:ReDnEcK
Dutch rocks ;)
leuk om zelfde taal 
es te zien hier :)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
10/15/2000 10:47:25 AM:Sick
All the best comes from Holland! Too 
bad that's a disadvantage for the rest 
of the world. ];o)
Fijn om eindelijk 
weer 's wat Nederlandse coders te zien.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/27/2001 12:35:10 AM:wqw
about GUIDs. well no VC dlls needed 
here: 
Private Declare Function 
CoCreateGuid Lib "ole32" (g As GUID) As 
Long
Public Type GUID
    Data1 As 
Long
    Data2 As Integer
    Data3 
As Integer
    Data4(7) As Byte
End 
Type
... hohoh... what about error 
handling -- none whatsoever. how do you 
change connect string? it hard coded in 
EVERY class out there.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
5/27/2001 6:01:55 AM:Candido Sibon
Hi wqw! This is a harly basic example 
of W. DNA, don't take it serious. The 
connection string can be retrived from 
an apart server or in the registry 
(eg).
About your solution of GUID's, 
well, i still prefer the way I did, if 
you want the DLL mail me. Because my 
salary (brad) comes from stuff I make 
like this, it's obvious that I don't 
reveal all my potencial and know-how 
secrets. The basic idea of me to post 
this code was to make some people 
understand the very basics of W. DNA & 
COM+. Good luck.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
6/8/2001 7:11:23 AM:S.S Ahmed
It would have been great if you had 
also included the SQL scripts for the 
database creation but anyways, i 
appreciate your hard work, and thanks 
for posting such a great source code 
here on the planetsourcecode, thanks a 
million.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.