database

  1. N

    only let the user download once

    Hi I have a query that is really bugging me!!! I currently have a label that displays the month as an int. i.e July = 7 This is called Monthtxt I also have a database that has a username primary key and fields 1 - 12 one for each month. In those fields are 0 or 1. I have a detailsview that...
  2. G

    working out total log on time for display in a datagrid

    I'm just starting development with Visual studio 2008 and VB.Net (as in Yesterday). and I'm getting thrown in at the deep end, I'm writing a front end to access a SQL Server 2005 database which is monitoring a whole load of log on sessions and various other data, I want to display the data in a...
  3. P

    Question Use of One-To-One Table Relationships

    I am trying to put together an argument for creating a one-to-one table relationship. Currently we have a meta data table that we store a status. The status along with other fields belonging to the status (time stamp, user) are the most often updated columns after the record has been created...
  4. G

    Question how to access database on LAN?

    I am just done with my crud program with MsSQL server as back end database. I work my system with a stand alone computer only and its database is only with PC itself.. then, what I want to happen here is to make my application available on LAN.. so my quetion is this: *what are the set-up do I...
Back
Top