Search results for query: *

  • Users: jpetter7
  • Content: Threads
  • Order by date
  1. J

    Problem w/Function.. PLEASE HELP

    I am writing a simple code using a function to return a value. When I run the code, the function always returns one, therefore giving me a logical error. Any and all help is appreciated... Thank you!! Here is the code: Private Function Factorial(ByVal intNumber As Integer) As Integer...
  2. J

    Manipulating Dates.. Please help!!

    I am trying to develop a scheduling system that allows users to have a recurrence pattern. For example, a user may pick Jan 1 as start date, and Feb 5 as end date, and specify they only want to rent the facility on wednesdays. Therefore, I am trying to start this program by determining the...
  3. J

    Date manipulation w/Date TimePickers

    I am trying to develop a scheduling system that allows users to have a recurrence pattern. For example, a user may pick Jan 1 as start date, and Feb 5 as end date, and specify they only want to rent the facility on wednesdays. Therefore, I am trying to start this program by determining the...
  4. J

    Writing to Access w/VB.NET

    Can someone please tell me how to establish a connection to an Access DB from a vb.net form. I have tried to do this from server explorer, but I don't have the option to select MS ACCESS. I get sql server, oracle, and several other options, but Access isnt one of them. Thank you in advance!
  5. J

    SQL Server/Date &Time conversion for vb.net

    Hello all! I am trying to pull the time- hour/minutes out of a sql server query. When I attempt this.. I keep getting errors Select datepart(hh:mm, time1) From Table1 I have put the hh and mm in "hh:mm", 'hh:mm', and all types of variatons, but it keeps giving me errors. Any help with...
  6. J

    Scheduling System: VB.NET/SQL Server

    I am working on a program that will be used to check out company vehicles. Users will go online and pick out their vehicle, dates, times, etc. The problem I am having is this: When the user clicks submit, how can I search the dataset to ensure that a vehicle is not going to be reserved by two...
Back
Top