Search results for query: *

  • Users: CanMike
  • Content: Threads
  • Order by date
  1. C

    Oracle Stored Procedures

    Help: This code works. It will call the Oracle SP 'Library_updates.add_books', but only when I hard code the values. Nice, but useless. As you can see, when attempted to use variables, I get a Oracle error telling my that Oracle cannot insert null values. It's not substituting the...
  2. C

    Extracting data from dataset

    Yep, me again! I'm building a library program. I've successfully extracted data from an Oracle 9i database and bound the the data to controls. Here the code that establishes my connection and 'Fills' the dataset: Notice the 'been_read' and 'owner' columns. They return specific values...
  3. C

    Oracle Insert statement

    Help! I'm using VisualStudio.NET Academic. I'm only using VB.NET for now and I'm having trouble with the .Parameter.Add method. The Academic version does not include the Microsoft DB OLE Provider for Oracle driver, but I can successfully insert data if I hard code the values. The big problem...
Back
Top