Jump to content

Using data bases with Visual Basic.NET

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Octave_41

Octave_41

    Newbie

  • Members
  • Pip
  • 2 posts
Hey everyone !

I'm using VB.NET to make GUI programs but I'm having some problems with it because I want to use data bases (SQL I guess) to make my programs more interactive. I haven't found any tutorial on the net right know which is explaining correctly and easily how to create, use and manage a data base on Visual Basic development software.

Thanks for trying to help me !

Bye

Octave_41

#2
Ray Tawil

Ray Tawil

    Programmer

  • Members
  • PipPipPipPip
  • 108 posts
hey check this tutorial out :)



it's about inserting data from vb.net to a MS access database.

there's much more related stuff if you like it, just ask me :)
Share your Knowledge, It's one way to achieve immortality.
Video Tutorial Channel

#3
Octave_41

Octave_41

    Newbie

  • Members
  • Pip
  • 2 posts
thanks i'm gonna check it. Thanks for having replied !

#4
tjcool

tjcool

    Newbie

  • Members
  • PipPip
  • 18 posts
u can also go for xml to store data like tip of day or any alerts sort if things as it xml is light weighted........and yes dont store sensitive data in it ........:)

Hope this will help u....