<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:s="http://www.techrepublic.com/search" xmlns:dc="http://purl.org/dc/elements/1.1/"  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title><![CDATA[Discussion on VB 6.0 ]]></title>
    <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013]]></link>
    <atom:link rel="hub" type="application/rss+xml" href="http://pubsubhubbub.appspot.com/" />
    <atom:link rel="self" type="application/rss+xml" href="http://www.techrepublic.com/forum/discussions/102-318013/rss" />

    <description><![CDATA[]]></description>
    <language>en-us</language>
    <lastBuildDate>2013-06-20T00:24:11-07:00</lastBuildDate>
             

    <item>
        <title><![CDATA[Calender]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192727]]></link>
        <description><![CDATA[has a date propertygetting it in to the DB depends on what you are using.You can (though don't do this for text input)build a query e.g.sqlText = &quot;Update People Set DOB = &quot;' + Format(calDOB.Date,&quot;YYYYMMDD&quot;) + &quot;' Where PeopleID = &quot; + CStr(PeopleID);and then exec it.Or you can use a parameterised qurey (look that up) You'd put the code may be in an OK button, or in the Onchange event of the Calender component.Binary stuff, e.g. Images, documents etc can be stored in Image Columns with parameterised queries, that can be google as well.Personally, I wouldn't store binary stuff in the DB, I'd store a file name link and then store the image on the drive. Makes backing up/deploying a bit harder, but image columns can be problematic in DB,s particulary Access, which handles them very badly.As for no choice with MDI, there's MDI syle and then there's the technology. Personally I wouldn't code my worts enemies most critical app with the latter. OK so you get menu merge and a couple of other things, but trying to keep MDI going with radically different views particulary with VB6 which by the way is turd at OO, just isn't worth the effort of not learning enough to replicate the desired functionality.I can't help but feel you are being a bit too ambitious initially given your skill/knowledge. I hope you haven't made any promises, as I see trouble ahead.I'd struggle to do something decent with MDI and VB6. ]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192727]]></guid>
        <dc:creator><![CDATA[Tony Hopkinson]]></dc:creator>
        <pubDate>Sun, 01 Nov 2009 12:14:23 -0800</pubDate>
    </item>
             

    <item>
        <title><![CDATA[no other choice]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192723]]></link>
        <description><![CDATA[Have to use MDIi fail to understand MDI basics it seems a bit different than other forms with option to add menus but i think we can do that for normal forms too ... MDI for us has 2 be the first view the user should get..by the way thanks in advance as always for whatever u hav contibuted to me and also if you do more..also can u tell me about using a calender in vb6done puttin calender to the form to collect DOB .it should be like posting DOB to a txtbxand then saving it in a DBOne more thing i need 2 ask ,can we store images or any such thing in a DB ,are there any datatypes to store such things like imgs,videos,presentation etc especially if we run a website.regarding any DB engine may be SQl server,Access,MySQl.......(agan srry in advance in language used isn't proper or is not legible)]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192723]]></guid>
        <dc:creator><![CDATA[shakespear.joy@...]]></dc:creator>
        <pubDate>Sun, 01 Nov 2009 10:45:27 -0800</pubDate>
    </item>
             

    <item>
        <title><![CDATA[MDI, not a good choice.]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192440]]></link>
        <description><![CDATA[MDI is for multiple windows to the same sort of object. So you could do it to say a List of hotels and have a hotel page for each one. But then if you want a search form, reservation, quote etc...When you learn a littel more you could get an MDI equivalent without using the tech.Aside from that,m MDI and access (or any other DB, don't have anything to do with each other.For how to read and write data to an access database. Google VB6 ADO Acess mdb]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192440]]></guid>
        <dc:creator><![CDATA[Tony Hopkinson]]></dc:creator>
        <pubDate>Sat, 31 Oct 2009 12:14:51 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Old Dumb Bleedin' Crap....]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192417]]></link>
        <description><![CDATA[No more needs to be said. ODBC is for when there's nothing else.All you are doing is shifting the problem. Deplying is PIA, th arse, System DSNs which most noddy software that uses ODBC needs, give you a UAC under Vista, requiring even more persing about, and yoyu lose out on a most extras in your chosen tech choice. Might at well use ODBC to text file, at least that makes sense.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192417]]></guid>
        <dc:creator><![CDATA[Tony Hopkinson]]></dc:creator>
        <pubDate>Sat, 31 Oct 2009 12:09:17 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[turning to access]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192430]]></link>
        <description><![CDATA[now i have been told to use ms access as the database.need help in creation fully developed MDIform.accessing Db through VbMy topic selected as hostel mgmt.any help from anyone would be greatly appreciated.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3192430]]></guid>
        <dc:creator><![CDATA[shakespear.joy@...]]></dc:creator>
        <pubDate>Sat, 31 Oct 2009 11:05:14 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Plus, Good code isn't as important as company standards]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3170705]]></link>
        <description><![CDATA[Unless your the only programmer, chances are there is standards.For example, we do most of our code in VBA, so some standards include, single letter variable annotation, always use Call statements and brackets.   All prefix all objects, modules, etc. fully.  So me.textbox.text = &quot;blah&quot;, not textbox=&quot;blah&quot;You also got to do me.textbox.text = ucase$(&quot;blah&quot;) not  me.textbox.text = ucase(&quot;blah&quot;)Doesn't really matter what is proper or good coding practices.  Its standard in the organization.And I really hate reading peopls code when they do thing slike multiple lines of code on one line, inline IFs, fail to use call statements and brackets.I really really hate when a function gets stringed into several other functions and none of them are using brackets.How many times I've seen this really annouys meprocessexit textbox, textboxprocess(textbox)Actually isprocessexit(sText as string, textboxprocess(oTBox as object) as textbox)]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3170705]]></guid>
        <dc:creator><![CDATA[Slayer_]]></dc:creator>
        <pubDate>Mon, 28 Sep 2009 21:17:23 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[SQL access in VB6, cheat using ODBC's]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3170703]]></link>
        <description><![CDATA[I mean if your gonna use VB6, might as well use ODBC's to handle it.  More headaches on the setup, but less on the code.With ODBC, you don't got to worry about drivers and passwords, you just tell it to connect to the ODBC with the specified name, done.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3170703]]></guid>
        <dc:creator><![CDATA[Slayer_]]></dc:creator>
        <pubDate>Mon, 28 Sep 2009 21:10:09 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[VB6 works best with MS stuff]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169899]]></link>
        <description><![CDATA[MSDE at a push, SQL Server Express or SQL Server Compact Edition will be your best betsFor examples google VB6 ADO SQL?Do pass on my lack of regard to your tutors.I've done MySQL and VB6, stay away from MYSql's enumerated type, and things like TimeSpan if you go down that route, it's moretrouble that it's worth.As for what to do with, concentrate on techniques. The big thing most VB6ers never learn is Client Server.Basically that's doing as much as you can in SQL as quick as you can.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169899]]></guid>
        <dc:creator><![CDATA[Tony Hopkinson]]></dc:creator>
        <pubDate>Sun, 27 Sep 2009 11:17:29 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[University]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169862]]></link>
        <description><![CDATA[Mumbai University is Ancient,Primitive,StoneAge,etc....What do u want to call ?i will go by u!]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169862]]></guid>
        <dc:creator><![CDATA[shakespear.joy@...]]></dc:creator>
        <pubDate>Sun, 27 Sep 2009 06:33:46 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[Me 4 Xp]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169861]]></link>
        <description><![CDATA[windows 7 is great !i have tried it's betabut for me i will go for XPsince it's been there for a long time aroundalmost all softwares give support for Xp]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169861]]></guid>
        <dc:creator><![CDATA[shakespear.joy@...]]></dc:creator>
        <pubDate>Sun, 27 Sep 2009 06:32:04 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[thanks for suggestions]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169860]]></link>
        <description><![CDATA[I know VB.net a little bit,and have done a course on ASP.netcant use it because college demands so.Can't change college because it comes under mumbai university very famous for its lackadaisical attitude towards students!Can't change university because i am not that rich to change a home.i need something good that can be applied through Vb 6.0 and SQl(suggest software if u know anything other than mysql)]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169860]]></guid>
        <dc:creator><![CDATA[shakespear.joy@...]]></dc:creator>
        <pubDate>Sun, 27 Sep 2009 06:29:11 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[don't go by name]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169809]]></link>
        <description><![CDATA[don't judge a person by the email id he/she uses!by the name i don't mean to steal any of the credits given to him even i respect him!please give advice,suggestions,opinions but not criticisms(have heard a lot of that)because with that neither you go forward nor the person u critisise]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169809]]></guid>
        <dc:creator><![CDATA[shakespear.joy@...]]></dc:creator>
        <pubDate>Sun, 27 Sep 2009 06:23:35 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[I hear you loud and clear]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169843]]></link>
        <description><![CDATA[on that front, and therein lies the rub.To do that you have to know how to code properly before you go near VB6, yet it was designed for those who couldn't, and if they didn't, never will.PS thanks for the thumb, I was begining to feel 134 had been etched into my display. ]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169843]]></guid>
        <dc:creator><![CDATA[Tony Hopkinson]]></dc:creator>
        <pubDate>Sun, 27 Sep 2009 05:48:45 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[It's a challenge]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169734]]></link>
        <description><![CDATA[To code with good habits on a language that almost encourages you to use bad habits.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169734]]></guid>
        <dc:creator><![CDATA[Slayer_]]></dc:creator>
        <pubDate>Sat, 26 Sep 2009 18:01:55 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[You are going struggle on the exciting front]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169653]]></link>
        <description><![CDATA[without one or two references. I suppose if he's on windows 95 or 98, it makes a vague sort of sense.I still don't get why anyome would want to learn VB6 now. I never got why anyone learnt with it when it was current.It's got more bad habits than a baghead.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169653]]></guid>
        <dc:creator><![CDATA[Tony Hopkinson]]></dc:creator>
        <pubDate>Sat, 26 Sep 2009 13:51:55 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[It's got one large advantage]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169568]]></link>
        <description><![CDATA[It runs without the need of any extra dependencies and a 400mb .Net install .  Worst Case Scenerio is the workstation needs the VB6Runtimes install, whats that, like 4 mb?  So far for every system I've tested, Win 98 and up seem to have the Runtimes installed with, I think Internet Explorer 6. (A guess cause my 95 never got them and only difference between my 95 and 98 was 98 was running IE5.5)VB6 doesn't seem to run so hot under Windows 7 though ]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169568]]></guid>
        <dc:creator><![CDATA[Slayer_]]></dc:creator>
        <pubDate>Sat, 26 Sep 2009 07:21:56 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[If you want exciting, why are using VB6?]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169548]]></link>
        <description><![CDATA[It's what 10 - 15 years out of date, and it was crap when it came out.At least try VB.net...Change college, VB6 ....]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169548]]></guid>
        <dc:creator><![CDATA[Tony Hopkinson]]></dc:creator>
        <pubDate>Sat, 26 Sep 2009 05:29:07 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[write a game engine that uses a database for instructions]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169444]]></link>
        <description><![CDATA[A simple side scroller with the images and stats stored in the database.  It's not too hard.  You can skip directX if you find it too advanced, just use bitblit and/or transparentblit.I suggest this cause it's what I did .]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169444]]></guid>
        <dc:creator><![CDATA[Slayer_]]></dc:creator>
        <pubDate>Fri, 25 Sep 2009 21:10:29 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[You flounder]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169436]]></link>
        <description><![CDATA[Shakespeare did not flounder.]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169436]]></guid>
        <dc:creator><![CDATA[santeewelding]]></dc:creator>
        <pubDate>Fri, 25 Sep 2009 20:03:53 -0700</pubDate>
    </item>
             

    <item>
        <title><![CDATA[VB 6.0]]></title>
        <link><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169440]]></link>
        <description><![CDATA[Can u suggest any project or topic to work !which is exciting and stands out from the normal e.g. like bank,employee,hostel,hotel,inventory,income tax etc..something different ? Need to do for colege project .I am not an expert andI also have to link a database to the frontend and be able to edit it from the front end. So Any one whoo can help please send me a mail or reply.  Using VB 6.0 and SQL(suggest a good SQL software) only]]></description>
        <guid><![CDATA[http://www.techrepublic.com/forum/discussions/102-318013-3169440]]></guid>
        <dc:creator><![CDATA[shakespear.joy@...]]></dc:creator>
        <pubDate>Fri, 25 Sep 2009 20:00:02 -0700</pubDate>
    </item>
    </channel>
</rss>

