You are here:   Home
Register  |  Login
image
 RSS Subscribe
Minimize
 Blog Calendar
Minimize
 Share This
Minimize
 Captured Technology - Blog
Minimize

Export and ADO Recordset to Excel

If you're in need to taking an ADO Recordset from an Access Database of a .Net Application and saving that data programmatically to an Excel file, the following procedure will do a very good job of completing the conversion.

By Steve Patterson

You can modify the SaveAs command towards the end of the function to save the file in a different location with a different name or you can add the value as a parameter to the subroutine. There is also a Visible flag near the end of the procedure which will show the Excel file after it is created. This would also be a very good value to pass into the subroutine.

Read More »

default

Finding Good Video Content as Easy as Channel 9

I often go to the Central Ohio .Net Developers Group at a Microsoft Office here in Central Ohio. But when I am sometimes unable to go due to schedule I try to read the presenter's blog or find similar content online as to what I would have found at the meeting. Channel9.msdn.com is a great resource from Microsoft with video from Microsoft presenters and Microsoft employees on all topics Microsoft.

Read More »

koders-logo150

Subtext and Koders.com

I was listening to DotNet Rocks show 261 Phil Haack on Subtext and Open Source about Subtext and www.Koders.com. Give the podcast a listen if you get the chance as it is worth the time in the car or on the train. Subtext is an open source CMS framework similar to DotNetNuke, Wordpress, Joomla, etc. The three frameworks just mentioned are the three that I have built sites with and www.CapturedTech.com is built with DotNetNuke using 95% of the default modules.

Read More »

Clearing a text box in ASP.Net using Javascript

I was looking for a way to clear a textbox on focus in an ASP.Net application today and found some Microsoft examples using scripts in the Markup language and then referencing the script using the old onfocus="SomeFunction();". But then I found the best way that works easily and keeps the code in the code behind.

Read More »

If you are establishing a web server or an application server and need to test the database connectivity from the new server back to the database server, writing a quick visual basic script that produces the feedback needed is an easy solution. Below is the code from a vbs file with the connection information left out. Just complete the connection information and run the script from the new remote server.

Read More »

 Blog Directory
Minimize
 Mobile Version
Minimize
Add CapturedTech - Technology Mippin widget
 Sponsors
Minimize

u comment, i follow