Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 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 March 1st, 2006, 07:50 AM
Authorized User
 
Join Date: Jan 2006
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default static libraries

Is it possible to make an static library in c#? How?
If it is not, what can i do instead?

I have a pack of functions to access a database, and need to make something portable, to use it with another program.

thank you very much :)

silvia

 
Old March 1st, 2006, 10:03 AM
Authorized User
 
Join Date: Feb 2006
Posts: 47
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to MAKO
Default

You can use class libraries and create a class for each process you
do on the DB. for example, create a class that manages all SELECT instructions and other class to mannage the INSERT instructions.

MAKO - "El super simio"
 
Old March 1st, 2006, 10:29 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,093
Thanks: 1
Thanked 12 Times in 11 Posts
Default

Microsoft's Data Access Application Block (SQLHelper) is a class library of static data access functions:

http://www.microsoft.com/downloads/d...DisplayLang=en

Bob

 
Old March 2nd, 2006, 04:50 AM
Authorized User
 
Join Date: Jan 2006
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thank you guys






Similar Threads
Thread Thread Starter Forum Replies Last Post
Kodak Libraries dmoorejr VB Components 5 August 5th, 2011 03:24 AM
non-static reports to static html files miamikk ASP.NET 2.0 Basics 0 June 4th, 2007 01:48 PM
Reference Libraries Bob Hansen BOOK: Expert One-on-One Access Application Development 8 October 5th, 2004 03:28 PM
libraries riteshu C++ Programming 1 October 4th, 2004 06:44 PM
best way to document the C# libraries rosalynb VS.NET 2002/2003 7 March 30th, 2004 12:05 PM





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