No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
14 Posted Topics
Re: 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 … | |
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 … | |
Re: 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 … | |
Re: unistalled what??????? | |
Re: 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. | |
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 … | |
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 … | |
Re: i understand why you would want to use a boolean array, but how do you fill that array with the contents of the word ? | |
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 … | |
Re: I'm having the same problem.....what error messages are you getting? | |
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 … | |
Re: I always find it easier to use a plain text file for user authentication. | |
: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: | |
: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"); … |
The End.