<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by kotak</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 30 Jun 2026 15:25:55 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>CREATE DATABASE permission denied</title>
            <link>http://forum.lowyat.net/topic/548109</link>
            <description>hello guys....&lt;br /&gt;i need some help here....&lt;br /&gt;im using visual studio 2005 with sql express&lt;br /&gt;also installed sql management studio 2005...&lt;br /&gt;&lt;br /&gt;evertime i open a page which have database connectivity it will come out this error...&lt;br /&gt;&lt;br /&gt;Could not attach file &amp;#39;c:&amp;#092;inetpub&amp;#092;wwwroot&amp;#092;test3&amp;#092;App_Data&amp;#092;helpdesk.mdf&amp;#39; as database &amp;#39;helpdesk&amp;#39;. CREATE DATABASE permission denied in database &amp;#39;master&amp;#39;.&lt;br /&gt;&lt;br /&gt;ive added ASPNET and NETWORK SERVICE user inside both management console and the security tab inside the folder security settings...&lt;br /&gt;&lt;br /&gt;any ideas???&lt;br /&gt;any help is greatly apreciated</description>
            <author>kotak</author>
            <category>Codemasters</category>
            <pubDate>Mon, 05 Nov 2007 02:06:48 +0800</pubDate>
        </item>
        <item>
            <title>Conversion failed when converting nvarchar to int</title>
            <link>http://forum.lowyat.net/topic/537243</link>
            <description>hello....im very ery new to this 3-tierprogramming and dont really know what im doing.....so your help and advise are appreciated..&lt;br /&gt;&lt;br /&gt;i got this error--&amp;#62;Conversion failed when converting the nvarchar value &amp;#39;fwerwerwer&amp;#39; to data type int.&lt;br /&gt;&lt;br /&gt;FYI......value fwerwerwer suppose to be a response to a message to be stored in a database.&lt;br /&gt;&lt;br /&gt;this is the code for the submit button&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('8659a18f17d1544c68e1cd74ec393c74')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;8659a18f17d1544c68e1cd74ec393c74&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;Protected Sub Button3_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button3.Click&lt;br /&gt;        Dim oCustomer As New CustomerObject&lt;br /&gt;        Dim oProblem As New ProblemObject&lt;br /&gt;&lt;br /&gt;        &lt;br /&gt;        Try&lt;br /&gt;            &amp;#39;Initiate DB Connection and Transaction&lt;br /&gt;            oCommand = DBManager.GetCommandWithTransaction&lt;br /&gt;&lt;br /&gt;            &amp;#39;Fill in the Problem Object&lt;br /&gt;&lt;br /&gt;            With oProblem&lt;br /&gt;                .ProblemID = Me.TextBox3.Text&lt;br /&gt;                .ProblemStatus = Me.dropstatus.SelectedValue&lt;br /&gt;                .ProblemSolution = Me.txtsubmitsolution.Text&lt;br /&gt;                &amp;#39;.ProblemStatus = Me.txtLastName.Text&lt;br /&gt;            End With&lt;br /&gt;           &lt;br /&gt;            &amp;#39;Insert the Problem solution &lt;br /&gt;            oProblemEngine.RespondProblem(oCommand, oProblem)&lt;br /&gt;            &amp;#39;Me.oProblemEngine.UpdateStaff(oCommand, oStaff)&lt;br /&gt;&lt;br /&gt;            Me.lblMsg.Text = &amp;quot;Complaint Responded.&amp;quot;&lt;br /&gt;            oCommand.Transaction.Commit()&lt;br /&gt;        Catch ex As Exception&lt;br /&gt;            Me.lblMsg.Text = ExceptionEngine.ProcessException(ex, oCommand, &amp;quot;Save Customer Details&amp;quot;, &amp;quot;Submit.aspx&amp;quot;)&lt;br /&gt;        Finally&lt;br /&gt;            DBManager.CloseConnection(oCommand)&lt;br /&gt;        End Try&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;this is the problem class&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('b5b2b80bb50bacd23fd7f0c1739f8ecd')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;b5b2b80bb50bacd23fd7f0c1739f8ecd&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;&lt;br /&gt;Public Function RespondProblem(ByVal oCommand As OleDbCommand, ByVal oProblem As ProblemObject) As Integer&lt;br /&gt;        Return Me.oProblemDB.InsertrespondProblem(oCommand, oProblem)&lt;br /&gt;    End Function&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('c0da85d453376b56be9e88ee31f99d32')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;c0da85d453376b56be9e88ee31f99d32&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;Public Function InsertrespondProblem(ByVal oCommand As OleDbCommand, ByVal oProblem As ProblemObject) As Integer&lt;br /&gt;        oCommand.CommandText = &amp;quot;UPDATE PROBLEM SET PROB_STATUS = ?, PROB_SOLUTION = ?  WHERE PROBLEM_ID =?&amp;quot;&lt;br /&gt;        oCommand.CommandType = Data.CommandType.Text&lt;br /&gt;&lt;br /&gt;        With oCommand.Parameters&lt;br /&gt;            .Clear()&lt;br /&gt;            .AddWithValue(&amp;quot;@Problem_ID&amp;quot;, oProblem.ProblemID)&lt;br /&gt;            .AddWithValue(&amp;quot;@Prob_Status&amp;quot;, oProblem.ProblemStatus)&lt;br /&gt;            .AddWithValue(&amp;quot;@Prob_Solution&amp;quot;, oProblem.ProblemSolution)&lt;br /&gt;        End With&lt;br /&gt;&lt;br /&gt;        Return oCommand.ExecuteNonQuery&lt;br /&gt;    End Function&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('bb28c8611c6558ecaddd2bd7fe9e6d54')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;bb28c8611c6558ecaddd2bd7fe9e6d54&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;Public Class ProblemObject&lt;br /&gt;    Private iProblemID As Integer&lt;br /&gt;    Private sProblemShort As String&lt;br /&gt;    Private sProblemLong As String&lt;br /&gt;    Private sProblemStatus As String&lt;br /&gt;    Private iCustomerID As Integer&lt;br /&gt;    Private sProblemCategory As String&lt;br /&gt;    Private sProblemSolution As String&lt;br /&gt;    Public Property ProblemSolution() As String&lt;br /&gt;        Get&lt;br /&gt;            Return sProblemSolution&lt;br /&gt;        End Get&lt;br /&gt;        Set(ByVal value As String)&lt;br /&gt;            sProblemSolution = value&lt;br /&gt;        End Set&lt;br /&gt;    End Property&lt;br /&gt;&lt;br /&gt;    Public Property ProblemCategory() As String&lt;br /&gt;        Get&lt;br /&gt;            Return sProblemCategory&lt;br /&gt;        End Get&lt;br /&gt;        Set(ByVal value As String)&lt;br /&gt;            sProblemCategory = value&lt;br /&gt;        End Set&lt;br /&gt;    End Property&lt;br /&gt;    Public Property CustomerID() As Integer&lt;br /&gt;        Get&lt;br /&gt;            Return iCustomerID&lt;br /&gt;        End Get&lt;br /&gt;        Set(ByVal value As Integer)&lt;br /&gt;            iCustomerID = value&lt;br /&gt;        End Set&lt;br /&gt;    End Property&lt;br /&gt;    Public Property ProblemStatus() As String&lt;br /&gt;        Get&lt;br /&gt;            Return sProblemStatus&lt;br /&gt;        End Get&lt;br /&gt;        Set(ByVal value As String)&lt;br /&gt;            sProblemStatus = value&lt;br /&gt;        End Set&lt;br /&gt;    End Property&lt;br /&gt;    Public Property ProblemLong() As String&lt;br /&gt;        Get&lt;br /&gt;            Return sProblemLong&lt;br /&gt;        End Get&lt;br /&gt;        Set(ByVal value As String)&lt;br /&gt;            sProblemLong = value&lt;br /&gt;        End Set&lt;br /&gt;    End Property&lt;br /&gt;    Public Property ProblemShort() As String&lt;br /&gt;        Get&lt;br /&gt;            Return sProblemShort&lt;br /&gt;        End Get&lt;br /&gt;        Set(ByVal value As String)&lt;br /&gt;            sProblemShort = value&lt;br /&gt;        End Set&lt;br /&gt;    End Property&lt;br /&gt;    Public Property ProblemID() As Integer&lt;br /&gt;        Get&lt;br /&gt;            Return iProblemID&lt;br /&gt;        End Get&lt;br /&gt;        Set(ByVal value As Integer)&lt;br /&gt;            iProblemID = value&lt;br /&gt;        End Set&lt;br /&gt;    End Property&lt;br /&gt;End Class&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;the problem table in database&lt;br /&gt;&lt;br /&gt;&lt;!--SPOILER BEGIN--&gt;&lt;div class=&quot;spoilertop&quot; onClick=&quot;openClose('0c277983f18f76aa418aa271f736891c')&quot; style=&quot;font-weight: bold&quot;&gt;&lt;u&gt;&amp;raquo; Click to show Spoiler - click again to hide... &amp;laquo;&lt;/u&gt;&lt;/div&gt;&lt;div class=&quot;spoilermain&quot; id=&quot;0c277983f18f76aa418aa271f736891c&quot; style=&quot;display:none&quot;&gt;&lt;!--SPOILER END--&gt;&lt;br /&gt;problem_id--&amp;#62;PK--&amp;#62;int identity&lt;br /&gt;cust_id--&amp;#62;FK--&amp;#62;int&lt;br /&gt;problem_short&lt;br /&gt;problem_long&lt;br /&gt;prob_status&lt;br /&gt;prob_category&lt;br /&gt;prob_solution&lt;br /&gt;&lt;!--SPOILER DIV--&gt;&lt;/div&gt;&lt;!--SPOILER DIV--&gt;&lt;br /&gt;&lt;br /&gt;anybody who have any idea please advise me on what to do...im truly stumped and has been staring at this error for more than 24 hours and im quite tired so cant really function now...&lt;br /&gt;&lt;br /&gt;please help..thanks&lt;br /&gt;</description>
            <author>kotak</author>
            <category>Codemasters</category>
            <pubDate>Tue, 16 Oct 2007 21:53:43 +0800</pubDate>
        </item>
        <item>
            <title>multi environment taskbar</title>
            <link>http://forum.lowyat.net/topic/475366</link>
            <description>i watched the leopard announcement few days ago....and i like the features where they have a multi environment taskbar.....&lt;br /&gt;&lt;br /&gt;its like you have 4 different changeable taskbar like wut ubuntu and other linux system have....&lt;br /&gt;&lt;br /&gt;its very convinience when im working with multiple program....&lt;br /&gt;example when im doing programming on 1 environment, then browsing for code on another, then editing pictures on another....&lt;br /&gt;&lt;br /&gt;my question is are there any software on xp that let you do this??</description>
            <author>kotak</author>
            <category>Software</category>
            <pubDate>Tue, 19 Jun 2007 18:54:31 +0800</pubDate>
        </item>
        <item>
            <title>newbie need help....</title>
            <link>http://forum.lowyat.net/topic/454200</link>
            <description>guys....im a newbie in visual studio and .net environment...&lt;br /&gt;&lt;br /&gt;im developing a mobile hospital system for my assignments....&lt;br /&gt;im having troubles updating my db....fyi im using access for db and vb.net &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Dim dbconn&lt;br /&gt;        Dim sql, dbcomm&lt;br /&gt;        Dim instance As New MobileControls.MobilePage&lt;br /&gt;&lt;br /&gt;        sql = &amp;quot;Update patient SET  patient_alergies = &amp;#39;&amp;quot; &amp;amp; txtlabel02.Text &amp;amp; &amp;quot;&amp;#39;, patient_history = &amp;#39;&amp;quot; &amp;amp; txtlabel03.Text &amp;amp; &amp;quot;&amp;#39;, patient_note = &amp;#39;&amp;quot; &amp;amp; txtlabel04.Text &amp;amp; &amp;quot;&amp;#39;, patient_status = &amp;#39;&amp;quot; &amp;amp; txtlabel05.Text &amp;amp; &amp;quot;&amp;#39;, patient_drug = &amp;#39;&amp;quot; &amp;amp; txtlabel06.Text &amp;amp; &amp;quot;&amp;#39;, patient_dosage = &amp;#39;&amp;quot; &amp;amp; txtlabel07.Text &amp;amp; &amp;quot;&amp;#39;  Where patient_name = &amp;#39;&amp;quot; &amp;amp; txtnamapatient.Text &amp;amp; &amp;quot;&amp;#39;&amp;quot;&lt;br /&gt;        dbconn = New OleDbConnection(&amp;quot;Provider=Microsoft.Jet.OLEDB.4.0;data source=&amp;quot; &amp;amp; Server.MapPath(&amp;quot;hospital.mdb&amp;quot;))&lt;br /&gt;        dbconn.Open()&lt;br /&gt;        dbcomm = New OleDbCommand(sql, dbconn)&lt;br /&gt;        dbcomm.ExecuteReader()&lt;br /&gt;        dbconn.Close()&lt;br /&gt;        ActiveForm = Form1&lt;br /&gt;        Label2.Text = (&amp;quot;Update Successfull&amp;quot;)&lt;br /&gt;&lt;br /&gt;the error is highlighted at this part:-&lt;br /&gt;dbcomm.ExecuteReader()&lt;br /&gt;&lt;br /&gt;the error code is:&lt;br /&gt;Server Error in &amp;#39;/test3&amp;#39; Application.&lt;br /&gt;No value given for one or more required parameters.&lt;br /&gt;Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.&lt;br /&gt;&lt;br /&gt;Exception Details: System.Data.OleDb.OleDbException: No value given for one or more required parameters.&lt;br /&gt;&lt;br /&gt;can all the sifu here help??</description>
            <author>kotak</author>
            <category>Codemasters</category>
            <pubDate>Wed, 09 May 2007 09:23:52 +0800</pubDate>
        </item>
        <item>
            <title>thumb drive problem</title>
            <link>http://forum.lowyat.net/topic/311561</link>
            <description>guys...my uncle pc got problem laa...help plzz...&lt;br /&gt;&lt;br /&gt;something very weird happen lar...&lt;br /&gt;when he put his thumbdrive in....all other usb device will be disable....including his usb mouse...then window show the &amp;quot;USB device not recognise&amp;quot;&lt;br /&gt;when put out the thumbdrive...the mouse can work again......&lt;br /&gt;same happen when i put in USB harddisc.....the mouse will disable....&lt;br /&gt;i already formatted the computer, but the problem still persist....&lt;br /&gt;&lt;br /&gt;the motherboard is asrock....with p4 3.0 processor&lt;br /&gt;&lt;br /&gt;izzit because of USB port failure.....or psu dont have enuf juice(system running on chapalang PSU)or the mouse is faulty....i dun know how to test it because i dont have spare mouse......</description>
            <author>kotak</author>
            <category>Technical Support</category>
            <pubDate>Sun, 09 Jul 2006 16:26:34 +0800</pubDate>
        </item>
        <item>
            <title>ipaq video lagging</title>
            <link>http://forum.lowyat.net/topic/274808</link>
            <description>im using ipaq h63**(dun remember the model number)...&lt;br /&gt;the one with the the little antenna &lt;br /&gt;&lt;br /&gt;nway...the prob is when i tried to play video in window media player...the video lagging larr.....dunno why...nut the sound is ok..only the video is lag&lt;br /&gt;&lt;br /&gt;mostly i try to play video music clips.....but cannot...tried converting it to smaller filer(using OSS video converter)....its solve the prob but the video size is small....&lt;br /&gt;i want to view the clips in full screen size.....but sadly cannot...anyone know how to solve this prob???&lt;br /&gt;&lt;br /&gt;thanks in advance&lt;br /&gt;&lt;br /&gt;</description>
            <author>kotak</author>
            <category>Mobile Computing</category>
            <pubDate>Tue, 11 Apr 2006 04:29:42 +0800</pubDate>
        </item>
    </channel>
</rss>
