Search

You searched for the word(s): userid:855203

Matching Posts

  • Re: Problems with Access on Other Server

    The reason I am using reader is because I thought that was what I was suppose to use. I am learning as I go, with no help other than sites like this. Thanks for your comment, do you know what I should be using. :)
  • Problems with Access on Other Server

    I have written some code that uses an Access DB, on my local host it my Select, Insert, and Delete queries work just fine and do what I programmed them to do. When I move the application to the staging server, the application throws errors when Inserting and deleting, however the select statements work just fine. I have made sure all permissions are read/write as far as I can tell, does anyone know what I am missing. See the error below. ~~~~~ Description: An unhandled exception occurred during the
  • Re: Excell Spreed Sheet on the fly

    Okay, I found this. If you are using Response.write for your output. (This is how I did it) Then the following code before you loop through the table works like the cf code I posted. Response.ContentType = "application/vnd.ms-excel"; Response.AddHeader("content-disposition","attachment;filename=myExcellspredsheet.xls"); Roger
  • Excell Spreed Sheet on the fly

    Okay, sorry if this is not the right place, but I have a question about Excel spreadsheets. I work for a pretty big CF House in DC Metro, we create/maint. multiple data collection systems for various Fed Agencies. I am creating a small reporting intranet in .NET as per new requirements. Could one of you Guru's help me out with the below. Thanks in advance. In, CF you can create Excel Spreadsheets from and html table with column headers as the Cell header. All you have to to is output the table
Page 1 of 1 (4 items)
Microsoft Communities