//
archives

Archive for

connecting MySQL using VB.NET

1. Connector/NET In early 2004 MySQL AB hired Reggie Burnett of ByteFX and acquired his ByteFX .NET data provider for MySQL. The provider was renamed Connector/NET and not only is it provided free under the terms of the GNU Public License, but it is one of the most feature-rich and best performing .NET providers for … Continue reading

Loop And Recordset Oracle/PLSQL

The syntax for the FOR Loop is: FOR loop_counter IN [REVERSE] lowest_number..highest_number LOOP      {.statements.} END LOOP; You would use a FOR Loop when you want to execute the loop body a fixed number of times. Let’s take a look at an example. FOR Lcntr IN 1..20 LOOP      LCalc := Lcntr * 31; END … Continue reading

Tips Menghadapi Psikotest

Pengertian test adalah : Anne Anastasi (1976) mengatakan bahwa tes pada dasarnya adalah suatu pengukuran yang obyektif dan standar terhadap sampel perilaku. Brown (1976) mengatakan bahwa tes adalah suatu prosedur yang sistematis guna mengukur sample perilaku seseorang. Nampaknya Brown menganggap bahwa cirri sistematis tersebut telah mencakup pengertian obyektif, standar, dan syarat-syarat kualitas lainnya. Definisi yang … Continue reading

Write and Read ASP.NET Web.Config

All setting website can be define in web.config file. The first we must understand regulation how to write and read the config, these is standart format web.config : <configuration>    <configSections>       <sectionGroup name=”system.net”>          <section name=”authenticationModules”             type=”System.Net.Configuration.NetAuthenticationModuleHandler,             System, Version=1.0.3300.0, Culture=neutral,             PublicKeyToken=b77a5c561934e089″/>                                        <section name=”webRequestModules”             type=”System.Net.Configuration.WebRequestModuleHandler,             System, Version=1.0.3300.0, Culture=neutral,             … Continue reading

Enter your email address to follow this blog and receive notifications of new posts by email.

Join 10 other subscribers
December 2011
M T W T F S S
 1234
567891011
12131415161718
19202122232425
262728293031  

Archives

Web Statistic

Blog Stats

  • 187,136 hits