Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Visual Basic 2005 database question
Closed Thread
Old 02-03-2006, 03:41 PM   #1 (permalink)
 
Newb Techie

Join Date: Apr 2005

Posts: 38

tomcowe

Default Visual Basic 2005 database question

Hello i want to write a small database application in Visual Basic 2005 but want to ask this question. I want to write a basic database application so i can input data into textboxes and have the database automatically update the database file without me having to click the save button on the Binding Navigator. Can this be done using an Access database or SQL Database?
tomcowe is offline  
Old 02-03-2006, 03:57 PM   #2 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

It wouldn't matter what the database type is, I would think, since its all going through ADO.NET anyway.

My guess is that there is probably an event you can subscribe to related to the binding navigator control. You could find an event that triggers when the user tabs out of a textbox or something.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 02-03-2006, 04:00 PM   #3 (permalink)
 
Newb Techie

Join Date: Apr 2005

Posts: 38

tomcowe

Default

Can you help me with this do you think? I am a new programmer.
tomcowe is offline  
Old 02-03-2006, 08:20 PM   #4 (permalink)
 
Ultra Techie

Join Date: Jul 2005

Posts: 530

TheHeadFL

Send a message via AIM to TheHeadFL
Default

Why don't you explain more in detail exactly what you want to happen when the user is working with the binding data control.
__________________
Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64
Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003
Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP
Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache)
TheHeadFL is offline  
Old 02-06-2006, 03:52 AM   #5 (permalink)
 
Newb Techie

Join Date: Oct 2005

Posts: 5

handshakeit

Default Re: Visual Basic 2005 database question

Quote:
Originally posted by tomcowe
Hello i want to write a small database application in Visual Basic 2005 but want to ask this question. I want to write a basic database application so i can input data into textboxes and have the database automatically update the database file without me having to click the save button on the Binding Navigator. Can this be done using an Access database or SQL Database?
I think there is an event with the text boxes that is lostfocus.
u can use it
subscribe to that event and make a function for its deligate
I think this will work
handshakeit is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On