<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by purplestar</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Tue, 23 Jun 2026 06:06:16 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Change Stainless Steel Sink</title>
            <link>http://forum.lowyat.net/topic/4506283</link>
            <description>I wish to change my existing sink in my wet kitchen. Where can i get it? &lt;br /&gt;My existing sink overall : 79*46.5cm&lt;br /&gt;The Sink Hole : 74*42cm&lt;br /&gt;Budget : Less than RM 500.&lt;br /&gt;&lt;br /&gt;Anyone know where can i get the sink (double sink in a set is more preferable)  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>purplestar</author>
            <category>Home Renovations and Interior Design</category>
            <pubDate>Sat, 20 Jan 2018 22:46:40 +0800</pubDate>
        </item>
        <item>
            <title>selayang Hospital to terminal bus station</title>
            <link>http://forum.lowyat.net/topic/0</link>
            <description></description>
            <category>Travel &amp;amp; Living</category>
            <pubDate>Thu, 01 Jan 1970 07:30:00 +0800</pubDate>
        </item>
        <item>
            <title>selayang Hospital to terminal bus station</title>
            <link>http://forum.lowyat.net/topic/2014459</link>
            <description>I need to travel from selayang hospital to tasik selatan bus station. &lt;br /&gt;May i know how / which is the convenient way to reach there?&lt;br /&gt;&lt;br /&gt;If i need to take taxi from Selayang hospital to tasik selatan bus station, may i know how much of the taxi price rate?&lt;br /&gt;&lt;br /&gt;Is there any other public transport near Selayang hospital? &lt;br /&gt;&lt;br /&gt;Appreciate and thanks for help.. please... &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>purplestar</author>
            <category>Serious Kopitiam</category>
            <pubDate>Sun, 28 Aug 2011 12:55:31 +0800</pubDate>
        </item>
        <item>
            <title>Macro (DB Connection to VBA) Issue - ORA 12154</title>
            <link>http://forum.lowyat.net/topic/1889442</link>
            <description>hi all,&lt;br /&gt;&lt;br /&gt;I try to connect to the oracle db through excel Macro VBA, when i test it, i found the error message:&lt;br /&gt;&lt;br /&gt;ORA 12154 TNS:could not resolve the connect identifier specified  &lt;br /&gt;&lt;br /&gt;I try to connect this servername with same username and password, it can be connected.&lt;br /&gt;&lt;br /&gt;Anything going wrong? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;  &amp;#39;Create a reference to the OO4O dll&lt;br /&gt;  Set objSession = CreateObject(&amp;quot;OracleInProcServer.XOraSession&amp;quot;)&lt;br /&gt;  &amp;#39;Create a reference to my database&lt;br /&gt;  Set objDataBase = objSession.OpenDatabase(Sheet8.Cells(2, 4), Sheet8.Cells(3, 4) &amp;amp; &amp;quot;/&amp;quot; &amp;amp; Sheet8.Cells(4, 4), 0)&lt;br /&gt;&lt;br /&gt;Help please... &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;&lt;br /&gt;&lt;br /&gt;[addedon]May 24, 2011, 5:11 pm[/addedon]I used another to define the connection String but hit the issue for &lt;br /&gt;ORA-06413: Connection not open &lt;br /&gt;&lt;br /&gt;strConnection = &amp;quot;UID=MIGRATION01;PWD=&amp;quot; &amp;amp; strPassword &amp;amp; &amp;quot;;driver=&amp;quot; _&lt;br /&gt;   &amp;amp; &amp;quot;{Microsoft ODBC for Oracle};SERVER=strServer;&amp;quot;&lt;br /&gt;&lt;br /&gt;Set conn = CreateObject(&amp;quot;ADODB.Connection&amp;quot;)&lt;br /&gt;&lt;br /&gt;conn.ConnectionString = strConnection&lt;br /&gt;&lt;br /&gt;conn.Open&lt;br /&gt;&lt;br /&gt;[addedon]May 25, 2011, 12:23 pm[/addedon]I found that it&amp;#39;s not the connection script problem, the code that tested in another computer are works because it &amp;#39;s Window XP but my laptop is Window 7. &lt;br /&gt;&lt;br /&gt;Is there any configuration need to setup in Window 7?&lt;br /&gt;&lt;br /&gt;Anyone can help? Thanks...</description>
            <author>purplestar</author>
            <category>Codemasters</category>
            <pubDate>Mon, 23 May 2011 18:00:39 +0800</pubDate>
        </item>
        <item>
            <title>CSS: Set border radius and shadow in UI for Web</title>
            <link>http://forum.lowyat.net/topic/1824050</link>
            <description>Hi all,&lt;br /&gt;&lt;br /&gt;I face a problem for set the border radius and shadow.&lt;br /&gt;&lt;br /&gt;I set &lt;br /&gt;    -moz-border-radius: 7px 7px 7px 7px;&lt;br /&gt;    -webkit-border-radius: 7px 7px 7px 7px;&lt;br /&gt;    border-radius: 7px 7px 7px 7px;&lt;br /&gt;    -moz-box-shadow: 2px 2px 4px 2px #CCCCCC;&lt;br /&gt;    -webkit-box-shadow: 2px 2px 4px 2px #CCCCCC;&lt;br /&gt;    box-shadow: 2px 2px 4px 2px #CCCCCC;&lt;br /&gt;&lt;br /&gt;in my .css file. It can shows in Morzilla Firefox Web browser but it cant be shown in Internet Explorer Web Browser. &lt;br /&gt;&lt;br /&gt;Anyone can help please? Thanks..</description>
            <author>purplestar</author>
            <category>Codemasters</category>
            <pubDate>Wed, 06 Apr 2011 13:26:35 +0800</pubDate>
        </item>
        <item>
            <title>DB - Union two Cursors values return into 1 cursor</title>
            <link>http://forum.lowyat.net/topic/1820823</link>
            <description>Hi,&lt;br /&gt;&lt;br /&gt;I have an idea to call two stored procedure and combine the values of the cursors that return from these two stored proc and union them in a new cursor. &lt;br /&gt;&lt;br /&gt;Is that possible? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Please help ...thanks.</description>
            <author>purplestar</author>
            <category>Codemasters</category>
            <pubDate>Mon, 04 Apr 2011 12:22:30 +0800</pubDate>
        </item>
        <item>
            <title>How to: Validate variable format in sql</title>
            <link>http://forum.lowyat.net/topic/1791461</link>
            <description>I need to do the checking for a variable in stored procedure.&lt;br /&gt;&lt;br /&gt;eg: &lt;br /&gt;&lt;br /&gt;v_string := &amp;#39;ABC1234H&amp;#39;&lt;br /&gt;v_string2 varchar(10);&lt;br /&gt;&lt;br /&gt;check..&lt;br /&gt;if v_string is started from two char and following by 4digits then &lt;br /&gt;          v_string2 :=&amp;#39;Correct&amp;#39;;&lt;br /&gt;else if v_string is started from one char and following by 4digits then &lt;br /&gt;          v_string2 :=&amp;#39;Slidely Different from format&amp;#39;;&lt;br /&gt;else v_string2 := &amp;#39;Incorrect&amp;#39;;&lt;br /&gt;&lt;br /&gt;Anyone can help? Thanks...</description>
            <author>purplestar</author>
            <category>Codemasters</category>
            <pubDate>Mon, 14 Mar 2011 18:23:58 +0800</pubDate>
        </item>
        <item>
            <title>How to access the key/value information from Hashm</title>
            <link>http://forum.lowyat.net/topic/1776911</link>
            <description>If I am using a Hashmap as the datasource for my &amp;lt;netui-data:repeater&amp;gt; tag,=&lt;br /&gt;how can I get at the key/value pairs? I tried using {container.item.key} =&lt;br /&gt;and {container.item.value}, but this did not work. Is this supported? Is =&lt;br /&gt;there some special syntax that I need to use? I need to be able to extract=&lt;br /&gt;out both the key and the value.&lt;br /&gt;&lt;br /&gt;Any help is greatly appreciated.&lt;br /&gt;</description>
            <author>purplestar</author>
            <category>Codemasters</category>
            <pubDate>Thu, 03 Mar 2011 19:32:10 +0800</pubDate>
        </item>
        <item>
            <title>How to: Grouping of Drop Down List</title>
            <link>http://forum.lowyat.net/topic/1775425</link>
            <description>Anyone can teach me how to do the drop down list by grouping those data source. &lt;br /&gt;&lt;br /&gt;Eg is shown as the pic clip below..&lt;br /&gt;&lt;br /&gt;[attachmentid=2070753]&lt;br /&gt;&lt;br /&gt;How can i get the data source from db and put it in the grouping drop down list.&lt;br /&gt;&lt;br /&gt;Can i use &amp;lt;netui:select&amp;gt; to do this?&lt;br /&gt;&lt;br /&gt;[addedon]March 3, 2011, 10:02 am[/addedon]Anyone can help? or other way than &amp;lt;netui:select&amp;gt; such as &amp;lt;select&amp;gt; but how can i get the data from data source?</description>
            <author>purplestar</author>
            <category>Codemasters</category>
            <pubDate>Wed, 02 Mar 2011 20:05:09 +0800</pubDate>
        </item>
        <item>
            <title>SQL QUERY for Funky Character (¿)</title>
            <link>http://forum.lowyat.net/topic/1720461</link>
            <description>I need to search the records which contain the funky character (¿). &lt;br /&gt;I have used LIKE to search for that but it return nothing. Is there any special way to find out that? &lt;br /&gt;&lt;br /&gt;The query i use as below: &lt;br /&gt;&lt;br /&gt;SELECT * from account_table where address_city LIKE &amp;#39;%¿%&amp;#39;&lt;br /&gt;&lt;br /&gt;Anyone have idea on this ? &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>purplestar</author>
            <category>Codemasters</category>
            <pubDate>Mon, 17 Jan 2011 11:57:55 +0800</pubDate>
        </item>
    </channel>
</rss>
