Java - CATCH WIDOWS EVENTS, OR LAN EVENTS
Asked By Alexis Flores
09-Feb-10 04:55 AM
Hello friends.
I have a problem. My boss want this:
To control, when all hosts of the lan starts or shutdown and save it on database.
He want to have an aplication in his pc, and when a host its connected or disconnected on lan, the aplicattion save it on databse.
thank you...
have anybody any information about this???
or something to search...
THANKS
re : catching events and packets
Wireshark is your friend in all these cases. It is one of the best networking sniffer
present today
You can get it from
http://www.wireshark.org/download.html
The
following is an extract on wireshark from wikipedia
Wireshark is
very similar to tcpdump, but it has a graphical front-end, and many more information
sorting and filtering options. It allows the user to see all traffic being passed
over the network (usually an Ethernet network but support is being added for
others) by putting the network interface into promiscuous mode.
It
will not save it on database. But it will save as files. Manually you can move
the contents of files to database
~ Arun

Access Database that has database password. How to make connection with Access Database that has database password. Summary: This Program will connect to a Microsoft Access database with database password with ADO.net. Solution Jet OLEDB:Database Password attribute in the connection string is use to specify the password. using System; using StringBuilder( ); / / Build the connections string incorporating the password. String connectionString = ConfigurationSettings.AppSettings["MsAccess_Secure_ConnectString"]+ "Jet OLEDB:Database Password = " + passwordTextBox.Text + ";"; result.Append("ConnectionString: " + Environment.NewLine + connectionString + Environment.NewLine + Environment.NewLine); OleDbConnection conn
Creating Multiple DataBase using master Database C# .NET Hi I wanted to Create Multiple database Using one master database. We are using MS Access for database Creation. it is a 2 tier Architecture. Front End is - Microsoft Visual Studio 2010( Windows 1) .net (1) Framewk (1) Cristal (1) REPT (1) I think you want to make database from existing database to new database , for that you need to take all thable from existing database and then you need
how to solve CREATE DATABASE permission denied Error: CREATE DATABASE permission denied in database 'master' GRANT CREATE DATABASE TO [ computer logonuser ] how to solve CREATE DATABASE permission denied ( 377 Views ) View aj li's FAQs Create New Account keywords: grant, create database, permission denied, sql grant description: Error: CREATE DATABASE permission denied in database 'master'
SQL SERVER Database Normalization Basics for Developers THis article covers some of the basics of Database normalization and why they are important, primarily focusing on SQL Server. Database Guru: Yes, my son, what brings you to my cave today? Programmer: Your excellence, I through the forest for 20 years to find you and ask you the meaning of database normalization! Database Guru: My son, database normalization is a fountain! Programmer: What!! I've beaten the soles off my shoes for years, traipsing through the forests, to hear you say this gibberish? Database Guru: You mean, database normalization is NOT a fountain? When I first started using databases, I had no idea
Error in creating the database SQL Server I have just download sqlserverexpress edition and sql server management studio and installed them. . . but now it is showing the error while creating the new database. . . as CREATE DATABASE permission denied in database 'master' Please help me. . Is there any proble in installation or I am missing something HI, You need " CREATE DATABASE " permission to create new database. However, to make things easier, i would suggest you use sys_admin permission over your database.Open sql express and click "security"- -> Logins, see if your login name is listed there the procedure jst go to again sql open it and do as given server type -> database engine server name-> adminname / sqlexpress authentication-> window authentication and thn connect it creat a databse