DB/Reporting :: Open Source ETL Applications Written In Either Vb Or C#?

Apr 27, 2008

Does anyone know of any open source ETL applications written in either vb or c#?I am looking for some or all the features below:

* Read text files and have the ability to split files.
* Suppress records for failing validation rules.
* Transform values.
* Output the resulting data source to either one or many files and or database tables.

[code]....

View 1 Replies


ADVERTISEMENT

Installation - Downloaded A Program Source Code Written In VB6 - Could Not Open The Files

Aug 3, 2011

I have VB 2008 Express installed in my PC. I downloaded a program source code written in VB6 but could not open the files. What do I need to do to get this codes displayed.

View 4 Replies

Tell Whether A Source Code Is Written In Program?

Mar 30, 2011

I have never used Visual Basic before.

I have some source code for a project to look at. How can I tell whether the code has been written in VB or VB.Net?

View 4 Replies

Error Reporting In Applications?

Jul 18, 2010

It may be a weird question but it's there a possibility to send an e-mail after an pplication has crashed?

View 3 Replies

User Friendly Error Reporting In Vb Applications?

Mar 8, 2012

I have created a vb application connected to MS Database. I have used try..catch statements to trap exceptions and display messages on the error found, but the problem is that these messages are too technical for the end users to understand. Is there a way of retrieving the error number or code of that exceptions thrown so that i can customize the message for the users?

View 3 Replies

IDE :: Open A Program Written VS 2008 In VB2010 And Get Security Error

Sep 6, 2009

After upgrading code to VS2010, the error "MSB3134: The permission set requested by the application exceeded the permissions allowed by the Internet or Intranet zones. Select Full Trust or to continue using partial trust, define your custom permission set in the Security Page of the Project Designer. Bentley Software Loader". The same code ran fine in VS 2008

View 3 Replies

Open A Text File And Extract The Numbers Written There Into Arrays?

Feb 13, 2010

For my database program, I need to open a text file and extract the numbers written there into arrays.

View 2 Replies

Open By Default And Not Usually Used By Other Applications?

Jun 16, 2010

Does anyone know can server and client exchange information via tcp without server having to forward ports?I have something like chat client and server, but i need to forward ports in order to recieve messages from someone else or if that cant be done, is there a port that is open by default and not usually used by other applications?

View 3 Replies

DB/Reporting :: Error While Trying To Add A New Data Source?

Jul 10, 2009

I built a database from an .sql script file in Microsoft SQL Server 2008 Express Management Studio.Now, I need to connect an application I'm developing to this database. So in Visual Basic 2008 Express (that's what I use) I go to:

Data-->Add New Data Source-->Database-->New Connection
In the dialog which pops up (name: Add Connection) I set:
Data Source = Microsoft SQL Server Database File

[code]....

View 2 Replies

DB/Reporting :: Unable To Add Data Source?

Sep 3, 2008

When trying to create a new data source to a sql database (database up and running with no problems) I get the following error message when testing the database connection

Quote:

Unable to open the physical file "". Operating system error 32: "32(The process cannot access the file because it is being used by another process.)".

View 1 Replies

Open A Folder In The Applications Dir With A Click Of A Button?

Aug 23, 2009

How do i open a folder in the applications dir with a click of a button?

View 2 Replies

Open External Applications Inside Of The MDI Application?

Apr 9, 2009

Whats up all I've recently been working with the MDI options in vb.net but I have a question. Is there away to open external applications inside of the MDI application. What I mean is Taking command prompt for example and opening it withing my MDI app. It only shows the file in my app and not on the taskbar. Can I do it or no?

View 2 Replies

Run Applications And Open Files With Visual Basic

Mar 31, 2007

How do I run files/application with standard editor/viewer?

View 1 Replies

Find Active Windows - Open Taskmanager Under Applications ?

Jun 18, 2010

Im currently working on a taskbar, in which you can totally control:

* Processes
* Services
* This feature I want to add: Windows, that are currently being runned like in the taskbar. or e.g. when you open your taskmanager under applications.

View 1 Replies

Microsoft Reporting ReportViewer - Manually Creating Data Source & Dynamic Assignment

May 5, 2010

I am using .rdlc Microsoft Reporting reports. I have a form with one reportviewer on it. What I want to use is a combo box where they select the report and then click generate, and it shows a specific report. I have this code so far that changes the report:

[Code]...

View 2 Replies

Open Source Required ?

Sep 8, 2009

I know there is a lot of open source projects out there but I can't seem to find any VB stuff. I have to come up with an application that will keep track of eqiupment we sell, service and repair.

View 2 Replies

VB Open Source Defrag?

Mar 23, 2009

There is VB.NET Open Source Defrag? or C# Open Source Defrag

View 6 Replies

.net - Example Open Source WPF Touch Application?

Oct 12, 2011

I'm looking for some WPF applications specifically designed for touch. Preferably they'd be open source. I don't really care about the apps function, I just want to get some design ideas for a Win7 WPF touch app I'll be writing. I'd like to see what can be done with WPF touch.

View 2 Replies

An Open Source Code Generator?

Jul 15, 2010

1. Generates Class files based on SQL server database.2. Generates Class properties.3.Generates Class contructors.4. Generates a Singleton class and it's corresponding Collection class.5. Outputs individual files or the code to copy and paste.

View 1 Replies

Develop Open Source C# Application?

Jul 5, 2010

Is it possible to develop open source VB.Net/C# application, I have developed many application using .Net, but first time want to develop open source application.

View 7 Replies

Open An Image In Application To Be A Source?

Nov 26, 2009

my resources :
VB Express 2008
and its free packages :
SQL Server Express Edition
SQL Server Compact 3.5
OS: Vista Home Prem 64-bit
Unit: Qosmio X305-Q705 (Laptop)

First of all is it possible to achieve my project with these limited resources i have?

I'm planning to create a program like a database for reporting system (using database) where i can open an image and save that image as a source and bind to a certain record in my table then be displayed later on to my report.

View 1 Replies

Open Source - What Is The Model .NET Sample App

Sep 16, 2009

I'm looking for an open-source VB.NET app that demonstrates a lot of .NET's power, ideally something that works fully offline. Maybe some of you have encountered an amazing utility app on CodeProject?

View 1 Replies

Open Source Code For Any Program?

Jun 23, 2010

I have a friend who sent me a program that he made using visual basic. The program has a web browser inside it and it works just like any internet browser. The problem I have a bad feeling that has a hidden web browser inside the program which it sends my keystrokes through php mail. I don't want to accuse my friend without showen a prove

View 8 Replies

Open Source Code Of Webpage?

Oct 6, 2009

i wanted to know if there was a couple lines of code you could use to open the source code of a website (like you could in notepad), into a textbox in visual basic.

View 1 Replies

Open Source Projects Using BDD Testing?

Mar 9, 2011

My team is interesting in understanding BDD better. Are there open source .NET/Java projects which use behavior driven development (BDD)?I would like to focus my attention on static language examples.

View 5 Replies

Open Source Richtext Control For Net?

Jun 27, 2012

Is there any good richtextcontrol for .net forms i tried almost all extended richtextcontrols from several websites but there is no print like view for any control, i want to add deference system in my app but there is no free control available and controls like from [url]...are very expensive for a student. iam searching from last two months but find no results and tried hard to make my own control but found no idea to start with.

View 1 Replies

Project Open-source If Use .NET Languages?

Sep 22, 2009

I know VB.NET and i want to develop a program. Which i think later will be open-source if i fail to keep updating it. My question is : Is it possible to build open-source project by using .NET languages ? Or do i have to build open-source projects only using open source languages like Java,Ruby, Python etc ? ( I mean is there any restriction from microsoft on building open-source projects using their langauge and tools ?)

View 5 Replies

Sftp Upload Open Source Using .net?

Mar 30, 2010

i tried the question that is asked here but not much could get from it. Does anyone know where to research or if has a project for sftp using vb.net?

View 1 Replies

Tutorials And Projects Open Source For .net?

Apr 19, 2010

New site for vb.net Smell of tutorials and projects open source.

View 1 Replies

Unable To Open Data Source?

Dec 21, 2009

I have installed all of the patches and Hotfixes that I can find and truth be told, this is so enigmic that i dont know where to go to.I have been working on a project for a year and just recently I went to add a database (data source) and the Tab was gone. I thought I did something wrond so i went to Data -> Data Source and nothing happens. whats funny is that I cannot do what I want and add the datasource.

I also have VS 2005 installed (which I am forced to use) and here I have no problem.

Can anyone or does anyone have a simular problem and a resolution??I really would love to use all that is available in VS08 and not having to use a much older version...

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved