User Profile

Collapse

Profile Sidebar

Collapse
MeGotLotsoQs
MeGotLotsoQs
Last Activity: Oct 21 '13, 11:44 PM
Joined: Oct 21 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I did test the connection to the database and it was successful. Yes, I did take this portion of validation from our three previous exercises but there were no class ValidateTextBox declared but it executes well and there were no error. Im confused with what's happening to my project, hahaha, in all four forms, the only errors I got was the same error which is "ValidateTextBo x is not defined", Thank you for the reply, I will try to declare...
    See more | Go to post

    Leave a comment:


  • We were told to make a project that uses database, We are using VB.NET with either SQL or using MS Access, I used Access on mine since it was troublesome download since its time consuming and I have Access ready in my PC.

    Having trouble with this, please help oh great programmers hehe!
    See more | Go to post

    Leave a comment:


  • MeGotLotsoQs
    started a topic ValidateTextBox is not defined

    ValidateTextBox is not defined

    Code:
    Imports System.Data.OleDb
    Imports System.Data.SqlClient
    
    Public Class Form2
        Public connstring As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\REORBETA\Desktop\COPRO VB NET PROGRAM FINALS\VB NET Database\Database\Database\Database.accdb"
        Public conn As New OleDbConnection
    
        Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    ...
    See more | Go to post
    Last edited by Rabbit; Oct 22 '13, 12:30 AM. Reason: Please use [CODE] and [/CODE] tags when posting code or formatted data.
No activity results to display
Show More
Working...