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 October 21st, 2003, 02:53 AM
Authorized User
 
Join Date: Sep 2003
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Default Distributed Database in C# +Tracing MAC addresses

As part of my final year project I am designing a distributed database. I have to decide whether to use VB .net or C#. I have made a decision as to which I would prefer to use, however I don't know if everything I need to do is possible, so I am exhausting all possibilities in both languages first.

First point is distributing a database in C# just a case of
using something along the lines of:
Code:
using System.Data.SqlClient;
SqlConnection oSQLConn = new SqlConnection();
oSQLConn.ConnectionString="myConnectionString";
oSQLConn.Open(); 
String myConnectionString = "Data Source=ServerNameHere;Initial Catalog=TheDataBase;User Id=sa;Password=secret;" 
//obviously these details are not real values
 or is it more complex than that?

Also it has been suggested that I make the main security part of the code a MAC address checker. I can not find anything that helps me with this other than sites that just give me the code. (Which I can't use for obvious reasons) Does anyone know of any books that could help me discover the solution for myself?

PLEASE DO NOT just send me the code!! (Although if there is a reference library I need that will help, that would be appreciated)

Thank you in advance,

---
David Thorne, Student
UK
__________________
---
David Thorne, Student
UK





Similar Threads
Thread Thread Starter Forum Replies Last Post
Running ASP in distributed database environment zonash999 Classic ASP Professional 0 March 7th, 2006 01:51 AM
Distributed Database scheduling algortithm skc SQL Server ASP 0 May 10th, 2005 06:51 PM
Tracing MAC addresses in VB .NET CFerthorney Pro VB.NET 2002/2003 1 April 6th, 2005 03:29 AM
Need Help About Tracing An Application yoord BOOK: Beginning ASP.NET 1.0 1 October 5th, 2004 08:58 AM
JRun4 for Mac OS + Mac OS X's Java 1.4.1 elbicho J2EE 0 June 27th, 2003 12:18 PM





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