<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by jaclyn</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Wed, 25 Nov 2009 04:22:22 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Infopro - Have anybody heard of infopro</title>
            <link>http://forum.lowyat.net/topic/1048963</link>
            <description>Hi guys,&lt;br /&gt;Just wondering have anyone of you heard of INFOPRO before? &lt;br /&gt;How&amp;#39;s the company? The working environment? BEnefits n such info... &lt;br /&gt;please do share...</description>
            <author>jaclyn</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Mon, 01 Jun 2009 17:01:47 +0800</pubDate>
        </item>
        <item>
            <title>Cannot connect to BT</title>
            <link>http://forum.lowyat.net/topic/392065</link>
            <description>Hello all,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m just wondering that is it true that Malaysia had filter all P2P application? Coz I was trying to download using Bittorent but not one is running...Or is it anything wrong due to the earthquake and the connection is not fully recovered yet? &lt;br /&gt;&lt;br /&gt;BTW,I&amp;#39;m sharing streamyx together along with my housemate, there&amp;#39;s approx. 5 of us using one account...&lt;br /&gt;&lt;br /&gt;Thank you for answering my question.</description>
            <author>jaclyn</author>
            <category>Broadband User-2-User</category>
            <pubDate>Thu, 04 Jan 2007 17:51:25 +0800</pubDate>
        </item>
        <item>
            <title>Help&amp;#33; SQL Problem</title>
            <link>http://forum.lowyat.net/topic/370322</link>
            <description>&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Private Sub btnFree_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFree.Click&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; myConn = New MySqlConnection(&amp;quot;server=localhost; user id=root; password=jaclyn; database=sw_maintenance&amp;quot;)&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; myConn.Open()&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; myCommand1.Connection = myConn&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;MySql command&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; myCommand1.CommandText = &amp;quot;Update penyelenggara set status=0 where NoPekerja = &amp;#39;&amp;quot; &amp;amp; txtNoPekerja.Text &amp;amp; &amp;quot;&amp;#39;&amp;quot;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; myConn.Close()&lt;br /&gt;&amp;nbsp; &amp;nbsp; End Sub&lt;br /&gt;End Class&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;Hi everyone..anyone can help me on this? This is part of a codings vb.net/asp.net and the database I&amp;#39;m using is MySQL.  THere&amp;#39;s no syntax error on it but it still cannot execute my command..It does no changes to my tabe. I tried chaging fields but to no avail..still nothing happen. txtNoPekerja.Text definitely can be read&amp;#33; No wrong on that..Is it a connection problem? Coz others are working fine~&lt;br /&gt;&lt;br /&gt;Or is there anybody can tell me the sql command of setting a field to its default value? The default value for status is actually 0. &lt;br /&gt;&lt;br /&gt;Thanks a lot&amp;#33;&amp;#33;&lt;br /&gt;</description>
            <author>jaclyn</author>
            <category>Codemasters</category>
            <pubDate>Mon, 20 Nov 2006 20:34:11 +0800</pubDate>
        </item>
        <item>
            <title>Problem with Crystal Report in VS 2005</title>
            <link>http://forum.lowyat.net/topic/364937</link>
            <description>This error which were found concerning Crystal Report&amp;#33;&amp;#33;&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Error	2	Could not load file or assembly &amp;#39;CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&amp;#39; or one of its dependencies. The system cannot find the file specified.	c:&amp;#092;inetpub&amp;#092;wwwroot&amp;#092;SwMaintenance&amp;#092;Web.config	11	&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;This the codes.&lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&amp;lt;compilation defaultLanguage=&amp;quot;vb&amp;quot; debug=&amp;quot;true&amp;quot;&amp;gt;&amp;lt;assemblies&amp;gt;&amp;lt;add assembly=&amp;quot;CrystalDecisions.CrystalReports.Engine, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&amp;quot;/&amp;gt;&amp;lt;add assembly=&amp;quot;CrystalDecisions.ReportSource, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&amp;quot;/&amp;gt;&amp;lt;add assembly=&amp;quot;CrystalDecisions.Shared, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&amp;quot;/&amp;gt;&amp;lt;add assembly=&amp;quot;CrystalDecisions.Web, Version=9.1.5000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;add assembly=&amp;quot;Microsoft.VisualBasic.Compatibility, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;add assembly=&amp;quot;Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;add assembly=&amp;quot;System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;add assembly=&amp;quot;stdole, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A&amp;quot;/&amp;gt;&amp;lt;/assemblies&amp;gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;THis is another error :&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Warning	4	The element &amp;#39;compilation&amp;#39; has invalid child element &amp;#39;compilers&amp;#39;. List of possible elements expected: &amp;#39;assemblies, buildProviders, codeSubDirectories, expressionBuilders&amp;#39;.	c:&amp;#092;inetpub&amp;#092;wwwroot&amp;#092;SwMaintenance&amp;#092;Web.config	16	5	&lt;a href='http://localhost/SwMaintenance/' target='_blank'&gt;http://localhost/SwMaintenance/&lt;/a&gt;&lt;br /&gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;The codes for this error.&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;&amp;lt;compilers&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;compiler language=&amp;quot;vb&amp;quot; type=&amp;quot;Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089&amp;quot; extension=&amp;quot;.VB&amp;quot; compilerOptions=&amp;quot;/define:Debug=True /define:Trace=True /imports:Microsoft.VisualBasic,System,System.Collections,System.Configuration,&lt;br /&gt;System.Data,System.Drawing,System.Web,System.Web.UI,&lt;br /&gt;System.Web.UI.HtmlControls,System.Web.UI.WebControls&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;/compilers&amp;gt;&amp;lt;/compilation&amp;gt;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;Pls help, anyone.. THanks a lot&amp;#33;&amp;#33;</description>
            <author>jaclyn</author>
            <category>Codemasters</category>
            <pubDate>Thu, 09 Nov 2006 15:18:08 +0800</pubDate>
        </item>
        <item>
            <title>Send email using vb.net</title>
            <link>http://forum.lowyat.net/topic/361616</link>
            <description>&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;Private Sub txtHantar_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles txtHantar.Click&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Dim Mail As New MailMessage&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mail.From = txtDaripada.Text&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mail.To = txtKepada.Text&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mail.Cc = txtCC.Text&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mail.Bcc = txtBCC.Text&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mail.Subject = txtTajuk.Text&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mail.Body = txtIsiKandungan.Text&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Mail.From = txtDaripada.Text&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;#39;Mail.From = &amp;quot;fardzly@spkt.com&amp;quot;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SmtpMail.SmtpServer = &amp;quot;localhost&amp;quot;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; SmtpMail.Send(Mail)&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lblDaripada.Text = &amp;quot;Emel Telah Dihantar&amp;quot;&lt;br /&gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; End Sub&lt;br /&gt;End Class&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;Hey,anyone pls help..I&amp;#39;ve used this code but I still can&amp;#39;t send my email out&amp;#33; Anything wrong with the codes? Or is there anything I need to set up with my server? Pls enlighten me&amp;#33;&amp;#33; &lt;!--emo&amp;:D--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>jaclyn</author>
            <category>Codemasters</category>
            <pubDate>Thu, 02 Nov 2006 13:00:32 +0800</pubDate>
        </item>
        <item>
            <title>Problems with Date&amp;#33;</title>
            <link>http://forum.lowyat.net/topic/349095</link>
            <description>I want the system to detect today&amp;#39;s date n compare it with date of 3days in advance&amp;#33; &lt;br /&gt;&lt;br /&gt;Eg. Today is 4 Oct 2006 n I need my website to shows all assignments due before 7 Oct 2006 as a reminder to me&amp;#33; &lt;br /&gt;&lt;br /&gt;What&amp;#39;s the sql command for this..I&amp;#39;m using MySQL&amp;#33; Thanks a lot&amp;#33;&amp;#33;</description>
            <author>jaclyn</author>
            <category>Codemasters</category>
            <pubDate>Wed, 04 Oct 2006 13:34:04 +0800</pubDate>
        </item>
        <item>
            <title>Insert values into database</title>
            <link>http://forum.lowyat.net/topic/348178</link>
            <description>I&amp;#39;ve problem inserting this particular one value. I&amp;#39;m getting this value as below which is &amp;quot;test&amp;quot;. &lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;test = myReader(&amp;quot;NoPekerja&amp;quot;)&lt;br /&gt;test = &amp;quot;&amp;#60;script language=&amp;#39;javascript&amp;#39;&amp;gt; window.alert (&amp;quot; &amp;amp; test &amp;amp; &amp;quot;) &amp;lt;/SCRIPT&amp;gt;&amp;quot;&lt;br /&gt;Page.RegisterStartupScript(&amp;quot;RALAT&amp;quot;, test)&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;Then, I would like to insert that &amp;quot;test&amp;quot; value along with other value that r input by user. This is my sql command..pls do tell me what do i have to add into the command line so that &amp;quot;test&amp;quot; can be added together into the database. Or do i do an update of that particular row? &lt;br /&gt;&lt;br /&gt;&lt;!--QuoteBegin--&gt;&lt;div class='quotetop'&gt;QUOTE&lt;/div&gt;&lt;div class='quotemain'&gt;&lt;!--QuoteEBegin--&gt;myCommand.CommandText = &amp;quot;Insert Into Aduan(NoKontrakAduan,KodAduan,ProgramAduan,BarisAduan,PeneranganAduan,RujukanAduan,JangkaSiap,TarikhAduan,StatusAduan,BahasaPengaturcaraan,PangkalanData) &amp;quot; &amp;amp; _&amp;nbsp; &amp;quot;Values (?NoKontrakAduan,?KodAduan,?ProgramAduan,?BarisAduan,?PeneranganAduan,?RujukanAduan,?JangkaSiap,?TarikhAduan,?StatusAduan,?BahasaPengaturcaraan,?PangkalanData)&amp;quot;&lt;!--QuoteEnd--&gt;&lt;/div&gt;&lt;!--QuoteEEnd--&gt;&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve tried putting the &amp;quot;test&amp;quot; value into a text box n it works. But,when I use the same way to insert into the database..it&amp;#39;s not working.&lt;br /&gt;&lt;br /&gt;Thanks for helping&amp;#33;&amp;#33; Appreciate it very much&amp;#33;&amp;#33; &lt;br /&gt;</description>
            <author>jaclyn</author>
            <category>Codemasters</category>
            <pubDate>Mon, 02 Oct 2006 11:03:43 +0800</pubDate>
        </item>
        <item>
            <title>How to program this code?</title>
            <link>http://forum.lowyat.net/topic/346321</link>
            <description>Ok,let&amp;#39;s say that myReader had read the NoPekerja as = &amp;quot;123&amp;quot;&lt;br /&gt;how can i display it with java script? coz I&amp;#39;ve tried putting that &amp;quot;test&amp;quot; but got error&amp;#33; It&amp;#39;s like test can&amp;#39;t even take the variable which was being read. Below is part of my codes..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;test = myReader(&amp;quot;NoPekerja&amp;quot;)&lt;br /&gt;test = &amp;quot;&amp;#60;script language=&amp;#39;javascript&amp;#39;&amp;gt; window.alert(test)&amp;lt;/SCRIPT&amp;gt;&amp;quot;&lt;br /&gt;Page.RegisterStartupScript(&amp;quot;RALAT&amp;quot;, test)&lt;br /&gt;&lt;br /&gt;Thanks for helping&amp;#33;&amp;#33;&amp;#33;</description>
            <author>jaclyn</author>
            <category>Codemasters</category>
            <pubDate>Wed, 27 Sep 2006 21:37:48 +0800</pubDate>
        </item>
        <item>
            <title>Newbie at VS.net</title>
            <link>http://forum.lowyat.net/topic/337451</link>
            <description>I&amp;#39;m just wondering..if my localhost is working..shouldn&amp;#39;t it if I try to run a .net project..it actually can run despite the database is not working..I mean at least I get to see the interface..Or it doens&amp;#39;t work like that for .net? &lt;br /&gt;&lt;br /&gt;If I try running the project from VS.net(tho there&amp;#39;s still bug in it..mainly the database problem) I get this page below  &lt;br /&gt;&lt;img src='http://i65.photobucket.com/albums/h201/jaclynrosa/untitled-2.jpg' border='0' alt='user posted image' /&gt;&lt;br /&gt;&lt;br /&gt;So,anyone out there..Pls help me&amp;#33;&amp;#33; Thank u in advance&amp;#33;</description>
            <author>jaclyn</author>
            <category>Codemasters</category>
            <pubDate>Thu, 07 Sep 2006 17:36:21 +0800</pubDate>
        </item>
        <item>
            <title>Error on MySQL</title>
            <link>http://forum.lowyat.net/topic/337434</link>
            <description>Ok,I&amp;#39;m currently continuing a project by other people where that project is done with ASP.net as my interface n VB.net as my codings. But,I guess I&amp;#39;m having a major problem here as I can&amp;#39;t connect my database which is MySQL to Visual Studio here&amp;#33; Whenever I clicked on any of my table in MySQL..it&amp;#39;ll say &amp;quot;query cannot be executed&amp;quot;, &amp;quot;Decription : can&amp;#39;t open file : filename.ibd(errno :1), &amp;quot; A MySQL error was encoutered. THe message is : cannot fetch information.&amp;quot; &lt;br /&gt;Above all, I can&amp;#39;t edit my table n I can&amp;#39;t even see it&amp;#33; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description>
            <author>jaclyn</author>
            <category>Codemasters</category>
            <pubDate>Thu, 07 Sep 2006 17:19:30 +0800</pubDate>
        </item>
    </channel>
</rss>
