Search results for query: *

  1. J

    Can't open oracle database from using remote pc

    Hello, I'm currently having poblem accessing an oracle database using a remote pc. I'm trying to access oracle 10g throught .Net. The error is "connection must be open for this operation". Below is the code. Any help would be greatly appreciated...
  2. J

    How to display data from database based on selected combobox value

    Hello, I'm having trouble in displaying the information based on the combobox selection. Here is my code so far Private Sub cmbBoxIncidentDate_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmbBoxIncidentDate.SelectedIndexChanged Dim dateValue...
Back
Top