Click here to Skip to main content
16,006,749 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Tom Deketelaere15-Sep-09 23:17
professionalTom Deketelaere15-Sep-09 23:17 
GeneralRe: TextBox - input displaying in reverse when being entered? Pin
Hurricane300015-Sep-09 16:28
Hurricane300015-Sep-09 16:28 
Questionpulling XML from a URL Pin
CyberSamuraiii15-Sep-09 3:44
CyberSamuraiii15-Sep-09 3:44 
AnswerRe: pulling XML from a URL Pin
Johan Hakkesteegt15-Sep-09 20:41
Johan Hakkesteegt15-Sep-09 20:41 
GeneralRe: pulling XML from a URL Pin
CyberSamuraiii16-Sep-09 2:03
CyberSamuraiii16-Sep-09 2:03 
Questionwhether or not Save Credit Card Info? Pin
sunil goyalG15-Sep-09 0:47
sunil goyalG15-Sep-09 0:47 
AnswerRe: whether or not Save Credit Card Info? Pin
Dave Kreskowiak15-Sep-09 1:05
mveDave Kreskowiak15-Sep-09 1:05 
AnswerRe: whether or not Save Credit Card Info? Pin
Ashfield15-Sep-09 1:22
Ashfield15-Sep-09 1:22 
AnswerRe: whether or not Save Credit Card Info? Pin
Tom Deketelaere15-Sep-09 1:39
professionalTom Deketelaere15-Sep-09 1:39 
AnswerRe: whether or not Save Credit Card Info? Pin
David Skelly15-Sep-09 2:35
David Skelly15-Sep-09 2:35 
GeneralRe: whether or not Save Credit Card Info? Pin
Christian Graus15-Sep-09 10:36
protectorChristian Graus15-Sep-09 10:36 
AnswerRe: whether or not Save Credit Card Info? Pin
DaveAuld15-Sep-09 23:34
professionalDaveAuld15-Sep-09 23:34 
QuestionError while running program Pin
Anubhava Dimri14-Sep-09 18:03
Anubhava Dimri14-Sep-09 18:03 
AnswerRe: Error while running program Pin
Christian Graus14-Sep-09 18:10
protectorChristian Graus14-Sep-09 18:10 
GeneralRe: Error while running program Pin
Anubhava Dimri14-Sep-09 18:32
Anubhava Dimri14-Sep-09 18:32 
GeneralRe: Error while running program Pin
Christian Graus14-Sep-09 18:58
protectorChristian Graus14-Sep-09 18:58 
QuestionVB 2008 Express Database Access Pin
eRoarke14-Sep-09 12:07
eRoarke14-Sep-09 12:07 
I'm really confused. I just wanted to create a simple VB program that would work with a very small database and kind of be like a game with different forms.
So what I tried to do was find ways to access a database in the code (like when a user clicks on a button it updates the database then updates the form)
What I found was LINQ.
What I found was LINQ doesn't work like that.
Then I found ways to have the database source like the LINQ tutorial then use
Dim db As New DataClasses1DataContext
db.ExecuteCommand("yay I have SQL access and no LINQ")
however I can't get information from the database this way.
I'm using VB2008 Express
Microsoft SQL server 08 express

I don't care which database I use..
I don't care how I access it. I prefer using SQL cause I've had some experience with it but as long as I can select specific information, update, delete, and insert I don't care.

Can someone point me to a tutorial on how to interface with databases in VB ?

That or show me how to pull a specific piece of information out of the database, 1 cell.

Thanks
AnswerRe: VB 2008 Express Database Access Pin
Eddy Vluggen14-Sep-09 13:02
professionalEddy Vluggen14-Sep-09 13:02 
QuestionCreate / Copy Container Pin
QuickBooksDev14-Sep-09 12:03
QuickBooksDev14-Sep-09 12:03 
AnswerRe: Create / Copy Container Pin
Eddy Vluggen14-Sep-09 13:07
professionalEddy Vluggen14-Sep-09 13:07 
QuestionAbout code protection. Pin
Hurricane300014-Sep-09 9:59
Hurricane300014-Sep-09 9:59 
AnswerRe: About code protection. Pin
εїзεїзεїз14-Sep-09 10:56
εїзεїзεїз14-Sep-09 10:56 
GeneralRe: About code protection. [modified] Pin
Hurricane300014-Sep-09 11:28
Hurricane300014-Sep-09 11:28 
GeneralRe: About code protection. Pin
Christian Graus14-Sep-09 13:40
protectorChristian Graus14-Sep-09 13:40 
GeneralRe: About code protection. Pin
Hurricane300014-Sep-09 21:12
Hurricane300014-Sep-09 21:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.