User Profile

Collapse

Profile Sidebar

Collapse
fperri
fperri
Last Activity: Aug 5 '08, 11:54 PM
Joined: May 18 '07
Location: Idaho
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Nevermind. I found a driver that I need to install on the Windows 2000 machines.

    ~ Franccesca
    See more | Go to post

    Leave a comment:


  • Problem Setting up ODBC Connection on Windows 2000 Workstation

    Hi,

    I am trying to set up an ODBC Connection on all of my workstations to an SQL Server (Developer Edition) database so that it can be used in Microsoft Access.

    I have had no problems with setting up the ODBC Connection on my Windows XP workstations. When I try to set up the ODBC Conncection on the Windows 2000 computers - specifically the step where you select the server you want to connect to - it only shows me local...
    See more | Go to post

  • fperri
    started a topic Matrix Table Layout Question

    Matrix Table Layout Question

    I have a matrix table and I want the rows to show up even if there are no values in the details field for any of the columns. Is this possible?

    Thanks
    See more | Go to post

  • fperri
    replied to RDLC - Report Layout Issue
    Yes, everything looks fine in the development window when I'm designing the report. I've set the row heights and the font sizes. The last row of the first matrix is showing the proper row height and so is the first row of the second matrix so it is not changing the acutal row heights - it is putting a space between the matrix tables - where in the design, they are pushed right up against one another....
    See more | Go to post

    Leave a comment:


  • fperri
    started a topic RDLC - Report Layout Issue

    RDLC - Report Layout Issue

    Hi,

    I have a report that I am designing in Visual Web Developer, I have two Matrix tables on my report - in the same list - and I have positioned them in the design window so that they are right up against eachother vertically. I'm trying to give the illustion that they are actually one table by putting a border around the list that they are inside (My second matrix table - first row only has a bottom border).

    However,...
    See more | Go to post

  • fperri
    replied to SQL Query to Select Largest Value
    Thank you, that works great!...
    See more | Go to post

    Leave a comment:


  • fperri
    replied to Update Query Producing Zero Values
    Getting the difference between the current and backup table's RATE column and putting it in the current table's CHANGE column. If they are the same it assigns a zero and if there is a difference it will show the change amount.

    I ended up scrapping this approach and created a form instead for the user's to enter their changes into. Then using the form's before and after update events I was able to create a log table that holds these...
    See more | Go to post

    Leave a comment:


  • fperri
    replied to aspx pages working but not asp
    in IIS
    It looks like the tech guy that came in and set up the DMZ must have changed something that created this issue. He came back in and did something (I didn't find out what) and now it is working ok.

    Thanks guys for trying to help.

    ~ Franccesca
    See more | Go to post

    Leave a comment:


  • SQL Server Reporting Services Configuration Error

    Hi,

    I am trying to configure reporting services which I just added to an already existing installation of SQL Server 2005. When I am in the reporting services configuration manager and I am trying to create the reporting services database I get the following error:

    Verifying Database Edition
    The feature: "Using other editions of SQL Server for report data sources and/or the report server database" is...
    See more | Go to post

  • Never thought about OR, I'll give it a try....
    See more | Go to post

    Leave a comment:


  • fperri
    started a topic Need help with SQL Statement checking for nulls

    Need help with SQL Statement checking for nulls

    Hi,

    I have a table with over 20 columns. Seven of these of these columns correspond to a filter on a search form. Based on what is selected on the search form, and what is in these seven fields in the table, it indicates whether or not I pull the record. Thing is....is that not all the records use the same combination of these seven fields. One might only use the first two and the other five will be null, or one might use the middle...
    See more | Go to post

  • fperri
    replied to aspx pages working but not asp
    in IIS
    Yes, and I went in and enabled the asp web extensions and it still doesn't render .asp pages, only the .aspx....
    See more | Go to post

    Leave a comment:


  • fperri
    started a topic aspx pages working but not asp
    in IIS

    aspx pages working but not asp

    Hi,

    I hope this is the right forum to post this question. We recently had a tech guy come in and move our web server into a DMZ. Before he did this everything was working fine. We have worksheets that are in the wwwroot folder and are .asp pages, and then there is a folder in the wwwroot for a website we are building which are .aspx pages.

    Before he moved the web server into the DMZ both .asp and .aspx pages were working....
    See more | Go to post

  • fperri
    started a topic Multiple Buttons on a Form? - ASP.NET
    in .NET

    Multiple Buttons on a Form? - ASP.NET

    Hi,

    I'm doing my first site in ASP.net. I have a form that has two list boxes where they can select a value in one and click a button to select and it moves it to the other listbox. I got this to work ok but once I finished the form and added my required field validators when the select button is clicked I get an error saying;

    Invalid postback or callback argument. Event validation is enabled using <pages enableEventVali dation="true"/>...
    See more | Go to post
    Last edited by jhardman; Jan 11 '08, 08:00 PM. Reason: moved to .NET forum - ASP forum is for "classic" ASP

  • fperri
    started a topic Problems Sending Email with VB.NET ASP.NET
    in .NET

    Problems Sending Email with VB.NET ASP.NET

    I'm trying to send a notification from my application and I get no errors, but never recieve the email message. Here is my code in my .vb file;

    Code:
    Imports System.Net.Mail
    Partial Class Subscribe
        Inherits System.Web.UI.Page
        Protected Sub btnSubmit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnSubmit.Click
            If Page.IsValid Then
                Dim Client As System.Net.Mail.SmtpClient
    ...
    See more | Go to post

  • The D drive is on the server, and I am running it from SQL Server management studio express. Yes I tried to run just the SQL command and this is what I get


    Msg 4863, Level 16, State 1, Line 1
    Bulk insert data conversion error (truncation) for row 1, column 16 (PONumber).

    (0 row(s) affected)

    (0 row(s) affected)


    I think its because it can't figure out that the line is...
    See more | Go to post

    Leave a comment:


  • fperri
    replied to Proplem opening ASP.NET Application
    in IIS
    Thanks Frinny,

    I figured out what it was. There was already a default website set up in IIS from an old developer. We have to type in the name of that website instead of localhost and then it works....
    See more | Go to post

    Leave a comment:


  • fperri
    started a topic Stored Procedure With Bulk Insert Not Working

    Stored Procedure With Bulk Insert Not Working

    I am using SQL Server 2005 and SQL Server Management Studio Express.

    I'm new to stored procedures and I was creating this one to test out the BULK INSERT sql command. When I execute it says "Command(s) Completed Successfully" but when I open the table there are no records in it. The csv file has two rows in it. The first one is the column names and the second one is the only record in the csv file. So I am looking for one...
    See more | Go to post

  • fperri
    started a topic Proplem opening ASP.NET Application
    in IIS

    Proplem opening ASP.NET Application

    Hi,

    Myself and another developer just started creating a website for work in ASP.net. If we open it from Visual Web Developer we can see it fine but we both get a different number after the http://localhost:

    For example: I might get http://localhost:2539/New%Website/ while she gets
    http://localhost:4335/New%Website/

    I want to be able to have a set address that I can give our project manager so that...
    See more | Go to post

  • Yeah, it is strange. I don't know if I'll be able to figure out why it was doing that. Especiall since it was working on other fields.

    Thank you for letting me bounce it all off of you though. :)
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...