I have no idea what this is like but it might be of interest to some of you. Let me know what you find. -Andrew ... For a limited time only, Microsoft Learning...
Frank, Here is the information on ASP I mentioned to you. It's a self-paced online training. I would love to learn it with you but I'm not sure you have 17...
I am trying to upload a database via webform. I have no other choice (i.e. FTP). This is the error I get: Maximum request length exceeded. Description: An...
Will, are you sure of your lengths? The error message is pretty specific. Is this a non-SQL db that is possibly compressed on disk? (SQL will not run with a...
Will, My guess is that your Access DB on disk was compress by windows. You were reading the "Size on Disk" number under the properties menu and assuming that...
I am having a bit of a problem with my SQL statement. I have two tables in my database. One has company information, the other has contacts within that...
Matt, Your join (JOIN tblContacts ON tblCompany.ID = tblContacts.CompanyID) will only return rows that have both a valid company and contact. I think what you...
Andrew, Thanks! That was exactly it. I am new to SQL so after narrowing it down to my JOIN I was pretty much stuck on where to go next. Thanks again!...
I know I am just having a mental block and not seeing the small error here but for some reason my SQL statement has an error in the INSERT. This is what I get...
What is the error you are getting? Bob Jones ... From: "matt_plude" <mplutodh1@...> To: <BellinghamDotNet@yahoogroups.com> Sent: Sunday, July 31, 2005...
Syntax error in INSERT INTO statement. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack...
Matt, Take a look at you inner exception: objError.InnerException (or something close to that). Take a look at objError.InnerException.Message (or something...
Matt, The Fields list in your Response.Write of the strSQL has (at the end) Waiver, Tshirt, Size, dtDate -- and the order of the VALUES list seems to match --...
Rob & Andrew, Thanks guys, I actually figured out how to get around it last night. Still not sure what caused it. I realized after I posted it (late night not...
Recently I was surfing on a website of what appears to be a sizable company. I received an error on one of their search pages and got to view a copy of their...
This came over a list server that I am on for old woodworking tools. Anyone need a tax break? -Wayne ... From: @yahoogroups.com [mailto: @yahoogroups.com] On...
Well, the site appears to be down now. Whoops! Bob Jones ... From: BellinghamDotNet@yahoogroups.com [mailto:BellinghamDotNet@yahoogroups.com] On Behalf Of...
So maybe I am drawing a complete mind blank, actually I know I am. I have a page that needs to display a list of events and details about them. There are...
Would it work to do this within your Stored Procedure? It might make it easier to manipulate if you want to make minor changes later... -Syd _____ From:...
I think you're probably looking for the *ItemDataBound *event that is raised every time an item is bound to the Data List. You can then manipulate the data set...
Hello, I've been working on completing my web certification at Western, and was told this is a great place for information and help. Nice to meet everyone! I'm...
Welcome to the group. There are a number of ways of exporting data to Excel and I am not sure what method you are using. Could you post a bit of code so that ...
*Visual Studio.NET instructions:* http://support.microsoft.com/default.aspx?scid=kb;en-us;317719 *This should work fine if the fields are the same:* ...