Search results for query: *

  1. S

    database in server

    my boss want the database in server & the software can access by client with level.I make database with ms acceess & save it in my document.When i use oledbdataadapter,there is form ask me" Do you want copy your database in your project?(yes/no)". If i make software setup/installer should i put...
  2. S

    input time but view date ?

    thank you :) thanks for your answer.I follow your suggestion and it work :) the source code that you give to me really help me :D THANKS FOR LINGSN, you really :cool:
  3. S

    input time but view date ?

    the code at input form public sub new() mybase.new() initializationcomponent() oledbconnection1.open() end sub private sub button1_click(byval sender as system.object,byval e as system.eventargs)handles button1.click dim sql as string sql="insert into work(hour)values('"&...
  4. S

    input time but view date ?

    i'm not insert any data in MS Access but from microsoft book(about VB.Net in Access programming),"12/30/1899" is value from OLEDBType.But the book didn't give solve the problem :(
  5. S

    input time but view date ?

    i set in MS Access database the format is short time & in form too,i use masked text box but when i want view in form vb.net,it's show "12/30/1899".Anyone can help me?
  6. S

    MaskedTextBox VS TextBox

    what the different between maskedtexbox and textbox?when i want to make view data with contents time,why the data content date?but i see in MS Access is time contents.
  7. S

    doing math operation in database

    doing math in database ------------------------------------------------------------------------ thanx with your advice,cjard. But there is more different schedule every day,such as: monday-thursday,saturday & sunday break at: 12:00,18:00,24:00 friday break at: 11:45,18:00,24:00 but sometime...
  8. S

    doing math operation in database

    i want to make a present of list for employees in my officce with barcode.The problem is how i can get data from database & doing mathematical operation & put it back the result of that mathematical operation inthe same database,sametable,&same row. CODE TIME-IN TIME-OUT...
Back
Top