now i have one more doubt ... i made a simple form n den ran it ...
wrote code to exit but den as sum1 had already pointed out ... i found
it still running wn i opened da task manager

da command i used was ...

application.exit();

earlier i tried making an object n den calling da object.close but i
got an error saying it was sum kind of infinite loop....i.e
unreachable code

On 7/30/09, Arun Stanley <[email protected]> wrote:
> hmm ive done da connection n data source n stuff .... i guess its da
> databinding dat i have a prob wid... cud yu point me to ne site where
> i can get ne tutorial or sumthing ...
>
> On 7/30/09, The_Fruitman <[email protected]> wrote:
>>
>> Wow.  The quick change from txtspeak to proper English tells me that
>> the requirements are a homework problem.
>>
>> There's thousands of examples on how to connect to the database from a
>> form.  Use Google!
>>
>> http://www.google.com/search?hl=en&q=connect+to+database+C%23&aq=f&aqi=g3
>>
>> On Jul 29, 11:21 am, stanlei <[email protected]> wrote:
>>> i din expect so many people to bother .... thank you
>>>
>>> here's da exact question:
>>>
>>> The whole hotel management system needs to be computerized. The files
>>> for the presentation  tier and the data tier have been created by
>>> different groups of the software development  team. You being a part
>>> of the software development team have been assigned with the task of
>>> creating the house keeping module of the royal hotel management
>>> system. The following tasks are for immediate implementation.
>>> 1.      Implement the functionality on the login page to validate user
>>> credentials and provide the user with appropriate features and
>>> functionality. For example, the user who logs in as a clerk is not
>>> allowed viewing or managing employee details.
>>> 2.      Implement the functionality on the home page to enable the user
>>> to
>>> be redirected on the house keeping form. A message should be displayed
>>> on the page that the hotel management system is under construction.
>>> Only the house keeping menu option will be enabled and the other menu
>>> options such as kitchen, banquets, and room service are disabled.
>>> 3.      Implement the functionality on the house keeping page to view
>>> the
>>> cleaning status of the hotel rooms.
>>> 4.      Implement the functionality n the manage employees page to allow
>>> the user to search employee details such as name, designation,
>>> address,  telephone,  fax, email and ID. The search could be done on
>>> the basis of name or designation.
>>> 5.      Implement the functionality on the manage employee page to
>>> perform
>>> various activities such as addition updation and deletion of employee
>>> records.
>>> 6.      The house keeping department should also allow the users to
>>> enter
>>> and view announcements, which sould be stored in Extensible Markup
>>> Language(XML) or text file for the hotel staff.
>>>
>>> i've created the forms and the databases but i'm having problems
>>> connecting the both of the ... da database and my form ...
>

Reply via email to