Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Favorite Tags

14 Posted Topics

Member Avatar for mojal67

try something like this...... Private currpath As String = System.Environment.CurrentDirectory Private connService As New System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source= " & currpath & "\ServiceCalls.mdb") Public daCustomers As New System.Data.OleDb.OleDbDataAdapter("Select * from Customers", connService) Public daCalls As New System.Data.OleDb.OleDbDataAdapter("Select * from Calls ORDER BY CustomerID", connService) Private daCallStatus As New System.Data.OleDb.OleDbDataAdapter("Select * from …

Member Avatar for ramvats
0
282
Member Avatar for SethR

Someone please help me before I smash my computer. Every time I try to update a database using my data adapters update method I get the following error.....[B]Object variable or With block variable not set.[/B] I can't for the life of me figure out why this is happening. Here's the …

Member Avatar for reenez
0
441
Member Avatar for LOgle0917

Can anyone give me some suggestions. This is what I have so far. Logic Problem: You run a retail store and you have decided to step through your inventory one record at a time and put everything on sale. For each item in your inventory you want to print out …

Member Avatar for Waseemn
0
168
Member Avatar for raeyshe
Member Avatar for mimi78

i guess server crash is a smarty paints: ) I'm "trying to code the same program right now. I'm also having a hard time with it. Do you have any code.....?I have a little. Maybe we can help eachother.

Member Avatar for mimi78
0
115
Member Avatar for SethR

Public Class Form1 Inherits System.Windows.Forms.Form Dim hng As New Hang Dim strWord As String Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load strWord = InputBox("Please enter a word for the user to guess.") lblWord.Text = underscore(strWord.Length, "") End Sub Private Function underscore(ByVal wordlength As Integer, ByVal …

0
58
Member Avatar for SethR

I'm trying to create a hangman game using vb.net.......here's what my professor wants in the program.... Write a program to play the hangman game. If you do not remember the hangman game, contact me. If you have already written hangman in VB for CIS52, we need to talk about another …

0
69
Member Avatar for weazel

i understand why you would want to use a boolean array, but how do you fill that array with the contents of the word ?

Member Avatar for SethR
0
246
Member Avatar for SethR

I'm starting to learn the basics of oop in school. I have a program that calculates a batting avg and the collection adds a number starting at 1, the name of the player and the batting avg. The problem is when I go to add another player the player gets …

0
66
Member Avatar for basha_82
Member Avatar for Shum
0
145
Member Avatar for SethR

Why can't I get the changes in my grid to update the data base? Here's the code.............. Public Class frmAddChangeDelete Inherits System.Windows.Forms.Form Dim currpath As String = System.Environment.CurrentDirectory Dim connService As New System.Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source= " & currpath & "\ServiceCalls.mdb") Private daCustomers Private daCalls Private daStatus Private serviceDS As New …

Member Avatar for SethR
0
166
Member Avatar for mkgupta

I always find it easier to use a plain text file for user authentication.

Member Avatar for Puckdropper
0
110
Member Avatar for SethR

:sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad: :sad:

Member Avatar for Lafinboy
0
242
Member Avatar for SethR

:mad: I'm currently creating a quiz program that radomly generates questions from a table in mysql........right now I have to php forms. takeTest.php..... <html> <head> <title>Test Week 13 CIS32</title> </head> <body bgcolor = "yellow"> <center> <? $link = mysql_connect("localhost", "web26", "web9660!", "sere1") or die("Error ".mysql_errno().": ".mysql_error()."<br>\nThe SQL sent was: $sql"); …

Member Avatar for SethR
0
136

The End.