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 wOOdy-Soft 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: *

  1. jennypretty

    Select unique values from radio button

    Hello friends: I tried to create a radio button to get its unique value for each question in SubCat table and store these values in a new table. How do I fix my code to get its unique value for Report table. For example, when I check on the first Radio for South, then I get a value "1" in the...
  2. jennypretty

    *how to choose a good hosting plan for my website*

    *how to choose a good hosting plan for my website* Hello, I 've been running a small website with about 50000 hits a month. I am using PHP and mySQL. I want to switch to a hosting plan that supports ASP scripting. I tried to use ASP script from free script to run, it takes too slow... maybe...
  3. jennypretty

    80040e10 error PLEASE HELP ME!!!

    HELLO friends, I modified this script from dupics and it showed error (I included the error and the script below). I have a db with all fields, and trying to modify so that everytime a user click on a specified state, it will display that state ONLY. Microsoft OLE DB Provider for ODBC Drivers...
  4. jennypretty

    How to create TAB in ColdFusion

    Hello friends, I have an Access form that uses TAB to display subforms.... I am trying to create a CF web data pages to display similar to Access. I do not know how to use TAB in CF. I am running Dreamweaver mx and CF mx.... Please show me how to do it. Thanks. Jenny.
  5. jennypretty

    ODBC connection datasource dsn HELP PLEASE

    Hello friends, I created an odbc datasourcse 'JennyDSN' to connect to sql server db and it was sucessful. When I open an asp file, it showed this error: odbc sql server driver login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. This line: dbConn.open...
  6. jennypretty

    Invalid object name - local to network server

    Hello friends, I tried to move a cf page from local to network server and it generates an error like below: [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name &apos;COTR_POCS&apos;. Do I have to change the DSN for the query? This is my query: <CFQUERY name="poc"...
  7. jennypretty

    TYPE MISMATCH OPERATORS please help

    Hello friends, I am trying to calculate the NUMERIC fields together but it generate an error "type mismatch", at this line : aRemaining(i) = rs2.Fields(5) - (rs1.Fields(4) + rs2.Fields(4)) totODCstra, incTotal, totalAl fields are all numeric. There are a few Nulls rows. Below is part of the...
  8. jennypretty

    date format like Jan 11 2002 PLEASE HELP

    Hello friends, I am trying to format the date return and it generate this error: DateTimeFormat is not a recognized funtion name. Select Cast(FormatDateTime(hiredate,2) as varchar(50) from emp The date format return I want is like this: Jan 11 2002. I also tried this...
  9. jennypretty

    Invalid operator for data type boolean - datetime PLEASE HELP

    HELLO FRIENDS, I am trying to select only 4 digits of year but it keeps generating errors. This is the date of my table "04/13/2005", and I am trying to select the year ONLY. I used DATEPART to convert in sql server. Below is the block that generates errors. Can you please help me? Thanks...

Part and Inventory Search

Back
Top