FeedCity logo

FeedCity

Websites and blogs of people that attended a Homebrew Website Club Düsseldorf.

A public list by dan.

lennybacon.com Valid

OleDb + DataSet

Just a small code sample to show how to access an access database file with OleDb and the DataSet class. Just hacked together and not for production use. <%@ Page language="C#" %> <script runat="server"> private void Page_Load(object sender, System.EventArgs e) { System.Data.OleDb.OleDbConnection _conn = new System.Data.OleDb.OleDbConnection(); _conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "DataSource=D:\WebRoot\data\data.mdb"; System.Data.OleDb.OleDbCommand _cmd = _conn.CreateCommand(); _cmd.CommandType = System.Data.CommandType.Text; _cmd.CommandText = "SELECT Name FROM Users WHERE ID=1"; System.Data.OleDb.OleDbDataAdapter _adapter = new System.

lennybacon.com Valid

OleDb + DataReader

Just a small code sample to show how to access an access database file with OleDb and the DataReader class. Just hacked together and not for production use. <%@ Page language="C#" %> <script runat="server"> private void Page_Load(object sender, System.EventArgs e) { System.Data.OleDb.OleDbConnection _conn = new System.Data.OleDb.OleDbConnection(); _conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;" + "DataSource=D:\WebRoot\data\data.mdb"; System.Data.OleDb.OleDbCommand _cmd = _conn.CreateCommand(); _cmd.CommandType = System.Data.CommandType.Text; _cmd.CommandText = "SELECT Name FROM Users WHERE ID=1"; _conn.Open(); System.Data.OleDb.OleDbDataReader _reader = cmd.

lennybacon.com Valid

Merry X-Mas - I'm offline...

Merry X-Mas to all out there. I’ll be offline the next days as I think the most of us are. So if I won’t be back in this year, I wish a happy new one and we’ll see us in 2004.

lennybacon.com Valid

70-320

I just started reading “Developing XML Web Services and Server Components with Microsoft Visual C# .NET and the Microsoft .NET Framework” by Amit and Priti Kalani. According to what Peter Provost it gives a few good tips and a complete overview of what I can expect in this exam.

lennybacon.com Valid

Automatic globalization of the Label control

The PreRender event of the Label control allows to attach a method that can translate the value of the Text property. Connected with a resource or a database and used in a custom base class for Page or in a server control it’s very easy to localize a website. override protected void OnInit(EventArgs e) { ctrl.PreRender += new System.EventHandler(Translator.TranslateLabel); ...

lennybacon.com Valid

Wishlist

I downloaded the Max Payne 2 Trailer and the Need for Speed Underground Demo and both are definitely on my wishlist for x-mas.

lennybacon.com Valid

I hate spam!

this is what my webmail account just told me: [6229 Nachrichten](1.481.224,57 kB von 10.000,00 kB / 14.812,25%) It will take a while till the page is loaded so i start writing this…

lennybacon.com Valid

I switched to dasBlog

I’m happy to write my first entry to my new blog. I thank Chris and Alex and send some greetings to my girl (“love u”), Clemens(“it works”), Jörg, Bart, Föns, Thoemmi and all the other guys around.