Workflow & Change Notification In .NET 2010 Application With Backend SQL Database

Jan 28, 2011

I am developing an app that uses a sql backend database (hosted on a different machine).The app I am developing will be run on 10 different workstations simultaneously.Sometimes the app will change the database in such a way that the database needs to initiate a workflow process and I'm not sure of the best way to do this.Also, when database changes happen, how does one best notify the other app instances that the change has happened, so they know to refresh their data? I was thinking that triggers could help initiate the workflow but it might be nice to develop the actual workflow in .net code.Should I write another App to run as a service on the server and do the work and also to tell the client apps when things change?

View 1 Replies


ADVERTISEMENT

Possible To Use Ms-Excel As A Backend Database In Visual Studio 2008 Application?

Oct 28, 2009

how can i use Ms-Excel as a backend database in visual studio 2008 applications, if is it possible

View 2 Replies

File Change Notification Being Sent Back

Sep 16, 2009

Is it possible to achieve File notification in visual basic. file notification allows you to set up watches on one or more folders (optionally including the entire subfolder tree) so that any changes made to the folders result in a notification being sent back to you. i really apreciate if any one provide the code.

View 9 Replies

Apply And Refresh The Change To Notification Area?

Aug 18, 2011

When you change some date or time settings in Regions and Languages from Control Panel, Windows will apply and refresh the Notification Area right now. Now i change some date setting from Registry and want Explorer refresh right now, using the API SHChangeNotify, like below

[Code]....

View 4 Replies

Excel As A Database Backend To Load Into A Datagridview

Mar 8, 2011

I'm using Excel as a database backend to load into a datagridview.

This is how I connect and bind to the dgv:

vb.net Dim sFileName = filelocation & "checks.xls"
Dim connectionStringTemplate As String = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source={0};Extended Properties=""Excel 12.0 Xml;HDR=Yes;IMEX=1"""

[CODE]...

It connects and populates fine. I have a button for the user to "refresh" the datagridview. I cannot get it to correctly refill the dgv. I have tried setting the bindsource.datasource to Nothing along with the datagridview datasource, but I get an error that brings up the Visual Studio debugger with no real error message...

View 3 Replies

Locking Tables In A Backend Access Database?

Dec 14, 2011

My problem is that I need to use a access database as a backend for my visual basic.net program.

The database will be accessed by a maximum of 10 users but I want to lock tables when a user is updating a record.

I am unable to use the SQL server at the company due to it storing sensitive information.

I have some basic knowledge of ado.net

I have read many articles but I can't find any articles that say how to lock a access .mdb file using Visual basic.net

View 1 Replies

Use A PASSWORD Protected ACCESS Database As A Backend?

Nov 16, 2010

I has a Access database ...that is password protected.... i am connecting in this manner given as follow .......(Without password protection)

cn = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0; Data Source=D:My Documentsdb2.mdb")
cn.Open()
///codes.......
cn.close()

how can i edit that can use for access those password protected Access database

View 2 Replies

Using SQL Express 2005 As Backend Database On VB6(front End)

Mar 9, 2010

I've been using ms access bfore but want to upgrade coz the company im working in is getting bigger. With almost 10,000 new clients added every week. Im afraid access can't handle it anymore. So im planning to create a new database. Im really new to this SQL Express but have knowledge in sql using vb codes. Is it easy to be used as backend database?

View 6 Replies

How Get Application Notification

Jun 8, 2011

I would like to create a small app that listens to the system and records the application name and what file it opens. I whould like to keep track of how much time I spend in each application and what file the app is opening on my computer

View 1 Replies

How To Get Application Notification

Jan 26, 2011

I would like to create a small app that listens to the system and records the application name and what file it opens. I whould like to keep track of how much time I spend in each application and what file the app is opening on my computer

View 3 Replies

VS 2010 Retrieving Data From MS Access Backend DB?

Jun 11, 2011

I am trying to retrieve data from a Ms Access backend DB. However, for some reason it is not working. Hence me asking for help lol. Here is my good faith effort

Public Class Form1
Dim dsMenu As New DataSet
Dim con As New OleDb.OleDbConnection
Dim dbProvider As String

[Code]...

View 1 Replies

Deploying Desktop Application With SQL Server Express As Backend Db On Local Area Network

May 28, 2009

Basically back in VB6 days, I created several VB6 apps with Access as the backend database. I'd package my Access db file with the application setup, which copied it on to a shared network drive, and then different computers on the LAN could use the same backend database file, and that worked just fine. With SQL and VB .Net, I've done work with a SQL database hosted on a remote server, so you can basically build your query string easily and anyone can connect to it from anywhere, and it works just fine.However, what I'd like to do is have a local SQL express database as the backend for a VB .Net application and make a setup program that can install it in a way that it could be shared on a Local area network, without the user who is installing the application do anything.

I know about building a connection string with the local machine name, but I don't really have any experience with including an actual MDF file with the application. Does anyone know how it works, and is it a better approach? Does it work similar to placing an access file in a shared unc path?I know that ClickOnce (which is awesome) can install SQL express easily on a user's machine. However, the key is that I want SQL express to be installed only on the machine that is going to be the database server in a LAN enviornment, and not on every machine, unless it is neccesseary. And then how does your VB app know how to build the connection string to access the database from any machine on the local share?

View 2 Replies

Database Backend (.MDB) Copied To Project Directory - Connect To Network Drive

Apr 20, 2009

I'm a bit new to VB.NET and I have a database which I want to connect to an access backend stored on a network drive for multiple users. I can view the Database in the solution explorer and the directory defaults to the project folder. How can I specify the directory to pull from my network drive? VS has copied this datasource and imported it locally which is fine for testing, but i need the file accessible for multiple users. Is this something I do when publishing?

View 3 Replies

Pop A Balloon Notification Through Application?

Jan 29, 2009

I need to pop a balloon notification through my application. I do not know how to do this.

Actualy I need to pop balloon notification that contains the user information retrieving from oracle database on my database server.

I need to do this when the user logs into his PC.

View 1 Replies

Forms :: Database Driven Login Form With Admin Backend (Image Heavy)

Jul 19, 2008

How To on a database driven login form. I'll include the Administration Backend to go along with it soon. Dial-Up users should not use this thread, it is image heavy

[Code]...

View 17 Replies

Notification Icon Application Startup?

Nov 25, 2010

i like my application to start and goto system tray from begining from where i show or hide my main application form. To implement this i create 1 form named "FRM_main" and 1 Class named "MainClass" then define a procedure in MainClass which is as follow.

[code]Public Shared Sub Main()
Dim FRM_main As Form = New Form
FRM_main.Show()
End Sub[/code]

and set Title, Size and location of form at design time.but i didn't get the desired result. my application didn't start and goto system tray as inteded.i also try coding the FormLoad Event to ME.Hide but it also doesn't work so how do i do this?

View 9 Replies

Creating A Database Management Software Using VB IN VISUAL STUDIO 2008 As Front End And ORACLE 10g As Backend?

Jul 6, 2010

I am an absolute newbie in both oracle and visual basic. I have covered some basics as tutorials and want to develop a database using Visual basic as front end and Oracle as back end. I have Visual Studio 2008 installed and I will use Visual Basic from that. I also have Oracle 10g express edition installed on my system.

View 6 Replies

.net - Old Instances Of Application In System Tray Notification Area

Feb 20, 2011

I am having an applciation running in system tray notification area, but the problem is that although I exit the application the icon is still there, when I point my mouse near notification area it's gone as it should be when I clicked on exit. I guess it is because my mouse position makes the area to refresh, if so, how can I do it inside my application to avoid having my useless icon in there?

View 1 Replies

Data Management - Changing Current Database System, MS Access 2007 Front End And MS SQL Server 2005 Backend

May 8, 2012

We are thinking about changing our current database system, MS Access 2007 front end and MS SQL Server 2005 backend to using a higher level language such as Visual Basic .Net. I wonder if this is the BEST solution for data management? Currently, among others, we have two big database programs that handle more than two hundred users and it's crashed often. That's the reason we think about changing to something that can handle these database programs effectively preferably using MS technology such as .Net.

View 12 Replies

Create A Notification System For Application That Will Alert The User Once New Items Have Been Sent To Their Queue?

Jul 4, 2010

I need to create a notification system for my application that will alert the user once new items have been sent to their queue, which is made of up database entries. The latter part of this question may need to be asked in the database forum, but I guess we'll figure that out First, since I haven't created anything like this before, I need some direction on what the best possible solution would be.The notification system should always be running and work independently of the main app. With this requirement, I thought a Windows Service would be best.

The notification itself will just be a quick form that alerts the user. I'm sure most of that will be fairly easy to create. The only issue I'm wondering about is how to constantly check the database and determine a new record has been inserted.Would a windows service have a timer or something that allows me to constantly check?If it does, how would I determine a new record has been inserted?

View 4 Replies

VS 2010 - Close But Minimize To A Notification Icon

Jan 23, 2012

In other alarm clocks I've seen, when you exit them, they close but minimize to a notification icon. I want to get that, but I don't know how. I've tried: Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As

[Code]...

View 6 Replies

VS 2010 Starting With Windows On The Notification Area?

Feb 23, 2012

I got a program that makes backups from a database, and I got an option to make my project start when windows starts, but how it would start on the notification area minimizated and to run and exit ?

View 13 Replies

Register 2010 Express Edition / Notification Pops Up Always

Mar 12, 2012

I am experiencing an issue with my copy of Visual Basic 2010 Express. I know my copy will run for about, 22 more days. But even when I try to register my product so it can run forever, a notification pops up always saying the same thing - "This product needs to be re-installed." What does that mean? Is my copy fine with no problem? Or do I not have a .dll file that I need to install? Please, help me so I can register my product.

View 4 Replies

Change Application Database From Access .accdb To Oracle?

Nov 22, 2011

i have an application with access .accdb as backend.How can i convert the backend to OracleBL (Visual Studio 2010 Ultimate)

View 3 Replies

VS 2010 Change Position Of OTHER Application?

May 22, 2010

I use this code to start VLC player:

vlc = Process.Start("C:Program Files (x86)VideoLANVLCvlc.exe", "--fullscreen """ + bestand + "")

IT just start's correctly, only 1 problem. Sometimes it starts on my second monitor. I need it to alway's start on my main monitor. How can i change the position of VLC?

View 4 Replies

How Does One Create A Workflow App

Jul 8, 2009

How does one create a workflow app such as url.... What are the .NET objects involved ?

View 2 Replies

State Machine Workflow - .NET?

Jan 20, 2010

I am creating a very simple state machine class library project in vb.net.This has only 3 states - CreateApplication, ProcessApplication and CompleteApplication.I have an interface created in the same project.I am invoking it from a web application by calling ApplicationService.CreateApplication(obj of ApplicationDetail)

<ExternalDataExchange()> _
Public Interface IApplicationService
Event ApplicationCreated As EventHandler(Of ApplicationDetailEventArgs)

[code]....

My issueis that, when I try to run it I am getting the value of workflowInstance . InstanceId as Empty.

View 1 Replies

Technology - AJAX - Workflow - WCF And WPF

Jan 3, 2011

I have worked on .NET 2.0 technologies and now that I want start learning newer technologies, I am currently very confused on how to proceed.

New technologies I am considering consist of AJAX, Workflow, WCF and WPF

Here is my dilemma:
1. Where should I start first?
2. Which technology would allow me quicker understanding?
3. Is there any specific sequence to this learning?

I understand the questions might be stupid; however, this would help me concentrate on one instead of all over the place and archiving nothing.

View 1 Replies

VB 2010 - Database Application That Uploads A Database Via FTP

Oct 31, 2009

I have made a database application that uploads a database via FTP here is the code:

Code:

note this line:

Code:

ContactDB.mdf is the database in my application what would i have to insert for it to upload the database i have tried it as it is and its failing i could locate its full path on my machine that works but what happens when i want the application to go on someone elses pc?

View 4 Replies

VS 2010 : Change Application From Windows Form To System Service?

May 3, 2012

one of the apps that I wrote a couple months ago is getting to be rolled out to my production floor; one issue tho - It works great as a standard executable (you double-click, it starts and waits for data), however, I cannot get it to start as a system service.

I've already done a little bit of research for how to create a system service, but most of the information that I've come across is point to VC# or Visual Studio 2010 - I'm not finding much for VB 2010. Additionally, I'm only using VB 2010 Express and I'm pretty sure that I don't have the Windows Service application template's on my PC.

My application does have a "UI", but there isn't any user interaction; it starts and just sits minimized in the system tray polling a directory for the existence of a file - i.e. the windows form is not required.

View 1 Replies







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