SQL Database application written in Visual Basic in Visual Studio 2010

Posted by TID on Stack Overflow See other posts from Stack Overflow or by TID
Published on 2010-06-01T19:03:28Z Indexed on 2010/06/01 19:13 UTC
Read the original article Hit count: 183

Filed under:
|

Hello,

I am writing a program and part of it is to store the keyed entry in a database on an sql server when the enter key is hit. The database is small and simple with only three entry spots in the table. one for the tracking number, one for the date entered, and one for the time entered. The only thing the user will see is the tracking number text box and an enter button. the date and time will be auto entered when the enter key is hit. i am relatively new to databases so i cannot figure out how to send the data to the database. The database is already configured, just need to get the program and the database talking to eachother. Thanks.

© Stack Overflow or respective owner

Related posts about basic

Related posts about visual