Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tmishue
  • Content: Threads
  • Order by date
  1. tmishue

    Database connection to SQL Database

    Hey Everyone, Need help with this database connection in ASP. I am getting the following error on the line that is in bold below: An exception of type 'Microsoft OLE DB Provider for ODBC Drivers:[Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name 'calendarinfotable'.'was not...
  2. tmishue

    DTC Label value won't pass

    Hello, Just wandering if anyone knows why this doesn't work? fieldlabel.setCaption(fieldonform1) when i submit I thisForm.action = "Second.asp" thisForm.submit Second.asp field = Request.Form(fieldlabel) - fieldlabel is not passed and field = "" does anyone know why I...
  3. tmishue

    Problems Adding Records

    Hey, I am trying to add a record to my SQL database. I am using MS InterDev to create my ASP pages. I have a form in which the user inputs the info, then they click to submit the information. When clicking submit they are directed to my Conf.asp which contains the code to add the new record...
  4. tmishue

    DateTimePicker Control Getting the Value

    Hey, I have a form containing the DateTimePicker Control. When I click the submit button I need to access the value of the datetimepicker control and the process.asp page. I have tried the following: On the onchange event stdte = datetimepicker.value and in the process.asp doing stdate =...
  5. tmishue

    Time Conversion

    Can anyone help me? I have a form in which users enter a time in timetextbx. I have an option box to select AM or PM. I need to convert the value in the timetextbx to military time if PM is selected then conver it into DateTime format using the CDate function. Does anyone have any...
  6. tmishue

    Forms Question

    I have a form on ASP1.asp when the form is submitted I do some validation on ASP2.asp. In the event that there is an error with the user input I want my ReturnToForm.btn to direct the user back to the form on ASP1.asp with all the information that they have already input in. When I do...
  7. tmishue

    Calendar Control.Value - Need to convert format of that date

    Hello Out There, Can anyone help me in converting a date such as Mon Jan 15 00:00:00 EST 2001 to mm/dd/yyy. I have a field name StartDate with a datatype of datetime. I don't care about the time. I am using Active X Calendar Control.value to get my date when the user click on it. Then I am...
  8. tmishue

    Calendar Control.Value - Need to Convert the Format

    Hello Out There, Can anyone help me in converting a date such as Mon Jan 15 00:00:00 EST 2001 to mm/dd/yyy. I have a field name StartDate with a datatype of datetime. I don't care about the time. I am using Active X Calendar Control.value to get my date when the user click on it. Then I am...
  9. tmishue

    Converting Date to Datetime in SQL

    Hello Out There, Can anyone help me in converting a date such as Mon Jan 15 00:00:00 EST 2001 to mm/dd/yyy. I have a field name StartDate with a datatype of datetime. I don't care about the time. I am using Active X Calendar Control.value to get my date when the user click on it. Then I am...
  10. tmishue

    Passing Parameter to Recordset

    Where should I start? I need help in passing a parameter to my DTC Recordset to query my SQL database and display my records in a DTC Grid. My target platform is the the Server using VBScript as the language. My client script is using javascript as the language. I am using the Active X...
  11. tmishue

    Parameterized Query using SQL and DTC Recordset?

    Where should I start? I need help in passing a parameter to my DTC Recordset to query my SQL database and display my records in a DTC Grid. My target platform is the the Server using VBScript as the language. My client script is using javascript as the language. I am using the Active X...

Part and Inventory Search

Back
Top