need help on different problems in vb.net

Tech-Archive recommends: Fix windows errors by optimizing your registry



I am working on a security system software in VB.Net, while dealing in
database I am facing several problems as follows:

1- in table there is a field for date and time, but in grid only date
is shown, where i want to display the time only ( i am using ultra grid

tool of infragestrics),,


2- Using selection formula for report (user may give 1,2,3 .. or more
criteria for report)


3- using "views" in report


4- Adding serial key and a counter while making setup so that it may
cover the piracy.


(counter may count the number of installation. After specific
number of installation setup get expired.)


5- creating backup of database on user defined location in hard disk.


6- can we replace a cell value in grid


e.g i have field "user_gender" of data type int where 1 means
male and 0 means female. i did not make parent table for "gender",
because there is only 2 possible records in table. i am assuming 1 and
0 as male and female. i need; when data is retrieved from database all
0's must be replaced with "Female" and all 1's must be replaced with
"Male". One solution is this; that we use counter loop and set the
value of user_gender" field in dataset explicitly by checking
"user_gender" field. Is there any other solution..?

.



Relevant Pages

  • Re: Please help
    ... >easily search for Male, Female or both. ... >> I have created an access database from a form I created ... >> added the add search form option. ...
    (microsoft.public.frontpage.client)
  • Re: Please help
    ... Male, Female, Both to the buttons and then write these actual words to the database, then you can ... > added the add search form option. ...
    (microsoft.public.frontpage.client)
  • need helps in different problems
    ... where i want to display the time only (i am using ultra grid ... 5- creating backup of database on user defined location in hard disk. ... male and 0 means female. ...
    (microsoft.public.vb.general.discussion)
  • Re: surpressing or adding words between fields
    ... As the data is in Access, I would use a query in Access to achieve the ... > is a male and female name in database I want it to show in the merge ...
    (microsoft.public.word.mailmerge.fields)
  • i want to replace cell value in a grid
    ... I need to replace a cell value in grid ... e.g i have field "user_gender" of data type int where 1 means ... male and 0 means female. ...
    (microsoft.public.dotnet.languages.vb)