|
-
Jan 22nd, 2008, 06:06 PM
#1
Re: Retrieving and Saving Data in Databases
 Originally Posted by bishnoi
hi jmcilhinney,
Its a nice documentation.
(This is my first post.)
Still i would request a good class/module for db connection in access.
Particularly i need to access ms access though local network.what would be the best class code.
I appreciate your view.
I think you will help me and people like me. I m trying to work in .net.i have done little programmings in vb6 and .net 05. i have been on this site for last 4-6 hrs. got excellent helping examples and links.
Thanks again.
The code is basically no different for Access. As I said in my first post:
For example, if you're using an Access database then you'd use an OleDb.OleDbConnection rather than an SqlClient.SqlConnection.
-
Jun 12th, 2008, 03:02 AM
#2
Lively Member
Re: Retrieving and Saving Data in Databases
Hi, I found your compilation verry usefull in my project... Thank you... Since I'm a new user of VB Express Edition 2008, can you help me in my problem regarding retrieving a recordset and afterwards editing one of its field.
Additional Info:
in the first scenario, im going to create a new data, and because this is a Time keeping System, First Im just going to get the Time IN and leave the TimeOUT Column blank.. what i want to do is i want to retrive this recordset and update the TimeOUT column. Thanks.
Table: TIME_IN_OUT
EmpNo TimeIN TimeOUT
00001 8:30 AM N/A
-
Jun 12th, 2008, 05:46 AM
#3
Re: Retrieving and Saving Data in Databases
 Originally Posted by bizzy_e23
Hi, I found your compilation verry usefull in my project... Thank you... Since I'm a new user of VB Express Edition 2008, can you help me in my problem regarding retrieving a recordset and afterwards editing one of its field.
Additional Info:
in the first scenario, im going to create a new data, and because this is a Time keeping System, First Im just going to get the Time IN and leave the TimeOUT Column blank.. what i want to do is i want to retrive this recordset and update the TimeOUT column. Thanks.
Table: TIME_IN_OUT
EmpNo TimeIN TimeOUT
00001 8:30 AM N/A
This thread already shows you how to retrieve the data from the database and save it back again. Editing the data in between is beyond the scope of this thread. Start your own thread in the VB.NET forum.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|