<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Gebze Web Tasarım &#187; VB.Net</title>
	<atom:link href="http://hasangursoy.com.tr/category/programlama/vbnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://hasangursoy.com.tr</link>
	<description></description>
	<lastBuildDate>Mon, 21 May 2012 16:08:22 +0000</lastBuildDate>
	<language>tr</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hasangursoy.com.tr' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/ca833ba944afdcd9a5199f9a29361595?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Gebze Web Tasarım &#187; VB.Net</title>
		<link>http://hasangursoy.com.tr</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hasangursoy.com.tr/osd.xml" title="Gebze Web Tasarım" />
	<atom:link rel='hub' href='http://hasangursoy.com.tr/?pushpress=hub'/>
		<item>
		<title>asp.Net Mysql Connection</title>
		<link>http://hasangursoy.com.tr/2008/07/29/aspnet-mysql-connection/</link>
		<comments>http://hasangursoy.com.tr/2008/07/29/aspnet-mysql-connection/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 23:10:29 +0000</pubDate>
		<dc:creator>Hasan Gürsoy</dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[Programlama]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[Error]]></category>

		<guid isPermaLink="false">http://xspgroup.wordpress.com/?p=668</guid>
		<description><![CDATA[Attempted to read or write protected memory. This is often an indication that other memory is corrupt. I get this error while I’m using “MySQL ODBC 5.1 Driver” to connect asp.net with MySQL instead of “MySQL ODBC 3.51 Driver” Code below works great with “MySQL ODBC 3.51 Driver” Dim sConString As String = "DRIVER={MySQL ODBC [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hasangursoy.com.tr&#038;blog=942496&#038;post=668&#038;subd=xspgroup&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="entry">
<div class="snap_preview">
<p><code>Attempted to read or write protected memory. This is often an indication that other memory is corrupt.</code></p>
<p>I get this error while I’m using “MySQL ODBC 5.1 Driver” to connect asp.net with MySQL instead of “MySQL ODBC 3.51 Driver”</p>
<p>Code below works great with “MySQL ODBC 3.51 Driver”</p>
<p><code>Dim sConString As String = "DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost; DATABASE=hasan;USER=root;PASSWORD=toor; OPTION=3;"<br />
Dim oConnection As OdbcConnection = New OdbcConnection(sConString)<br />
Dim sSQL As String = “SELECT * FROM deneme”<br />
Dim oDataAdapter As OdbcDataAdapter = New OdbcDataAdapter(sSQL, oConnection)<br />
Dim oDataSet As DataSet = New DataSet()<br />
oDataAdapter.Fill(oDataSet)<br />
GridView1.DataSource = oDataSet<br />
GridView1.DataBind()</code></div>
</div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/xspgroup.wordpress.com/668/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/xspgroup.wordpress.com/668/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xspgroup.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xspgroup.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xspgroup.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xspgroup.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xspgroup.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xspgroup.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xspgroup.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xspgroup.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xspgroup.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xspgroup.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xspgroup.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xspgroup.wordpress.com/668/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xspgroup.wordpress.com/668/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xspgroup.wordpress.com/668/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hasangursoy.com.tr&#038;blog=942496&#038;post=668&#038;subd=xspgroup&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hasangursoy.com.tr/2008/07/29/aspnet-mysql-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef44f444d737c62ba6a047d7ccdf187c?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">HasanG</media:title>
		</media:content>
	</item>
		<item>
		<title>My Tel Pad: Telefon Rehberi Programı</title>
		<link>http://hasangursoy.com.tr/2008/04/26/my-tel-pad-telefon-rehberi-programi/</link>
		<comments>http://hasangursoy.com.tr/2008/04/26/my-tel-pad-telefon-rehberi-programi/#comments</comments>
		<pubDate>Sat, 26 Apr 2008 13:21:58 +0000</pubDate>
		<dc:creator>Hasan Gürsoy</dc:creator>
				<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[telefon defteri]]></category>
		<category><![CDATA[telefon programı]]></category>
		<category><![CDATA[telefon rehberi]]></category>
		<category><![CDATA[yazılım]]></category>

		<guid isPermaLink="false">http://xspgroup.wordpress.com/?p=463</guid>
		<description><![CDATA[Dikkat, bu program .net frameworks 2 gerektirir. Yazıda paylaşılanlar projenin kaynak kodları ve bir de derlenmiş dosyalardır. Basit bir dijital telefon defteri. Ek olarak kişi notu ekleyebilirsiniz. Proje SQL komutları ile bir Access veritabanı dosyasına DAO 3.6 Nesne Kütüphanesi ile bağlantı kuruyor. Basit fakat çok hızlıdır. Extra özellik olarak ise arama kutusuna view all yazdığınızda [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hasangursoy.com.tr&#038;blog=942496&#038;post=463&#038;subd=xspgroup&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://nedenneden.files.wordpress.com/2007/08/winl.png?w=640" alt="Windows Logo 20×20" /> <strong>Dikkat, bu program .net frameworks 2 gerektirir. Yazıda paylaşılanlar projenin kaynak kodları ve bir de derlenmiş dosyalardır.</strong></p>
<p>Basit bir dijital telefon defteri. Ek olarak kişi notu ekleyebilirsiniz. Proje SQL komutları ile bir Access veritabanı dosyasına DAO 3.6 Nesne Kütüphanesi ile bağlantı kuruyor. Basit fakat çok hızlıdır. Extra özellik olarak ise arama kutusuna <strong>view all</strong> yazdığınızda tüm kayıtları gösteriyor. Telefonunuzdaki kayıtları yedeklemek için birebir.</p>
<p><strong>EN: </strong>Simple phone number storing program. You can add note in addition. The project uses SQL commands to connect Access database file with DAO 3.6 Object Library. It’s simple but fast. You can view all your records by typing <strong>view all</strong> into the search TextBox.</p>
<p><span style="color:#ff0000;">Programı <a href="http://dl.dropbox.com/u/8549949/MyTelPad_2.1.zip">buradan</a> indirebilirsiniz. Projeyi kullanma sorumluluğu size aittir. Oluşabilecek hatalardan dolayı yazar sorumlu tutulamaz. İndirdiğiniz dosyayı anti-virüs ile taratmanızı tavsiye ederiz.</span></p>
<p><img class="aligncenter size-full wp-image-838" src="http://xspgroup.files.wordpress.com/2008/04/mytelpad.png?w=640" alt=""   /></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/xspgroup.wordpress.com/463/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/xspgroup.wordpress.com/463/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/xspgroup.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/xspgroup.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/xspgroup.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/xspgroup.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/xspgroup.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/xspgroup.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/xspgroup.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/xspgroup.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/xspgroup.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/xspgroup.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/xspgroup.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/xspgroup.wordpress.com/463/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/xspgroup.wordpress.com/463/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/xspgroup.wordpress.com/463/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hasangursoy.com.tr&#038;blog=942496&#038;post=463&#038;subd=xspgroup&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hasangursoy.com.tr/2008/04/26/my-tel-pad-telefon-rehberi-programi/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ef44f444d737c62ba6a047d7ccdf187c?s=96&#38;d=&#38;r=PG" medium="image">
			<media:title type="html">HasanG</media:title>
		</media:content>

		<media:content url="http://nedenneden.files.wordpress.com/2007/08/winl.png" medium="image">
			<media:title type="html">Windows Logo 20×20</media:title>
		</media:content>

		<media:content url="http://xspgroup.files.wordpress.com/2008/04/mytelpad.png" medium="image" />
	</item>
	</channel>
</rss>
