Application To Run In More Than One System / Share Common Database Exampls Or Some Codes

Mar 14, 2011

i saw more applications can run in more than one systems and accessing a common database whenever update a data from one computer thats reflects in another eg a product is select by one system in a shop it wont showed by another system in the same local network.how to develop that kind of apps what kind of applications they are .please explain about that concept or give some ebook references.give me a simple vb application code in vb.net like above mentioned.[code]

View 7 Replies


ADVERTISEMENT

Connect To My Database From Server Without Share System Drive?

Apr 19, 2010

1- I've a database access without password on the Server.I've created forms by vb.net to connect to database through OLedb Connection *like this

PHP
Dim Connec As New OleDbConnection("provider=microsoft.jet.oledb.4.0; data source = \Serverc$xDB.mdb;")

my problem is : I worte : if I want to connect to database from any pc I must save Username and password to control userpasswords2 (soted user name and password from User accounts)that's big problem , so I must save this to all client pc and the client can access Server system Drive there are no security ,this is the fifth day to find a way to connect to my database from server without share system drive.I tried to used it but not working.where can I write server name and path database and server's User-name and password.I've an exe file on server drive like this \Serverc$1.exe

I want some client to run this file with out share the file.If I can to creat a form by vb.net has a Username and password to run this exe without client know the userName and password.I'found map network , but is not ok for me.If I mapped network drive to client, then he can copy files and read some of security data.Is there a way to access this file from server without mapping or sharing folder for public ?

View 4 Replies

VS 2010 Make A Program That Can Share A Database To Other People Using A Upload/update System?

Sep 5, 2010

i try to make a program that can share a database to other people using a upload/update system but when i try to download/upload it keeps saying mdf file in use how can i make the code so that it Uploads and overwites the file without that error.as it must be so it must upload to my server (build in)and download (also build in)the error gives file in use constandly how can i fix this issue?of that file in use problem. even when these no querry or other code running?

View 9 Replies

.net - Apply Common Codes In Inherited BaseEdit For Inheriting Classes - In Order To Build A Read Only User?

Feb 20, 2012

In businesslayer, there is a inherited Class Called BaseEdit which contains contractor and base properties. There are about 30 CustomEdit (inheriting classes), all of them has methods "Load","Save" and "Delete". The require for this existing system is to add a readonly user. Possible solutions considering the cost of works:

1) Modify the BaseEdit so all CustomEdit can stay the same. The system will check 'user role' in session by using httpcontext then to accept or reject the user's action.

[Code]...

View 1 Replies

VS 2010 Code Commonality - All Files Share Common Code ?

Jan 22, 2012

Wondering if it is possible. It works on the idea that all files share common code. The program would ideally analyse the source file and compare it to the reference files. It would then find common parts of the code and write it to a rebuild file. At the end the rebuild file and the reference files would then be able to rebuild the source file without it being present.

For Example.

source file code = xxyyzyzyxw
ref file 1 = xyxxzyzxwyy
ref file 2 = zxxwyzzywxx

The program would then analyse these files and make a rebuild file like the following

source(0,1) = ref1(2,3)
source(2,3) = ref1(10,11)
source(4,7) = ref2(5,6) + ref2(5,6)
source(8,9) = ref2(2,3)

Thus you would be able to build the source file using these instructions and the reference files.

View 1 Replies

Share .net .exe From One System Another System(min 6 Systems)?

Jan 18, 2011

I developed Vb.net project. My project name is Lone.My front-end is Vb.net Backend is Ms Access.I completed my project.Now I copy the Lone.exe and put shortcut into my system desktop.

Now I want to run that Lone.exe to all system.I don't no how to share that one.Tell me how I want to run my project to all system.Note: In my system only having Vb.net.Remaining systems doesn't installed vb.net.

View 1 Replies

Unable To Install Or Run This Application. This Application Requires Microsoft Common Language Runtime 4.0.3 To Be Installed On Computer?

Jun 8, 2011

I have designed and published my small created app with WINDOWS FORMS using VB 2010 EXP on Windows 7. I can only install the app on the machine that I used to develop the app.I want to install the app on another computer but I cannot. I usually have error reports.

Example:Unable to install or run this application. This application requires Microsoft Common Language Runtime 4.0.3 to be installed on your computer.

what can I do to be able to install the app on a different computer which does not have .Net and does not have visual basic 2010 installed.

View 13 Replies

System.net.sockets Codes?

Mar 11, 2011

Do you all have any updated websites that provides tutorials about the system.net.sockets namespace?

View 1 Replies

VS 2010 System Still Log In Even Deleted The Codes For Logging In?

Oct 1, 2010

Here because even though I deleted the codes for logging in or make the condition wrong so that i will not log in.. still it logs-in to the system.

Dim username As String
Dim password As String
username = cmbUserName.Text

[code]....

View 1 Replies

Source Codes For A Restaurant Management System Project?

Nov 4, 2009

and Send me some codings for a restaurant management system project using any programming language preferably VB6,VB.NET,PHP&MYSQL,HTML with Javascripts[i][color=#000099][size=3][font=Times New Roman]

View 2 Replies

Application Need Microsoft Common Language Runtime At Client's PC

Feb 23, 2011

I try to install my program (Run from setup) in a pc. Operating system Windows 7 Professional edition, it says to run the applciation , the application requires your system to be updated to Microsoft common Lanuage Runtime version 4.0.21006.0. What does it means?

[Code]...

View 3 Replies

How To Share Application In LAN

Dec 14, 2009

How to start vb.net application from a shared file in LAN I mean that the application is installed in my PC but I want other users to get access to this application using my shared file.

View 8 Replies

Generics - Create A Common Database Class In .NET?

Jun 12, 2009

We have 3 databases providers we use to connect to our databases: DB2, MS SQL, and Interbase. I would like to create a single generic database wrapper class that can be used to talk to all three just by passing in the correct connection string, username, password, and the provider desired.

I don't want to have to add references and import all three providers in the database class. Is this possible?I have done this before in Java using the Class.forName() function.

View 4 Replies

Executing Application On A Share?

Apr 23, 2010

My problem relates to executing an application located on a network share and getting various security exceptions in trying to do so. By far the greatest number of replies to this sort of problem relate to creating a new Code Group under Runtime Security Policy in the .NET Framework (v2 in this case) Configuration tool. However try as I might, and I've spent hours, trying various things with the config tool (and with caspol), I just cannot get my app to work.Still fails on things like reading command-line parameters and displaying a web page in a WebBrowser control or firing up a browser using Process.Start. In fact I've regressed to creating a VB6 version for this particular task as time is off the essence. Which works fine! As I mentioned lots of people have posted on this topic and not s few of them seem not to have resolved their issues either. So I was wondering if anyway had come up with a definitive solution for this problem which, in my case, seems to affect XP machines only? Seems to work OK on Vista, 7, 2003 Server, etc - although I haven't run exhaustive tests in these environments.

View 1 Replies

Run A Application In A Share Drive?

May 13, 2010

I developed a Visual Basic Program in my laptop. I can run the program form my C Drive and works perfectly.

Then I put the program in a Share Drive and:

1. If I run the program from my laptop but in the Share Drive I get this Error[url]...

2. If I run the program from my desktop and the Share Disk it is works perfectly.

3. If I run the program from a different user desktop and the Share Disk I get this error[url]...

I suppose it is a Security Issue or something like that but I am not totally sure and I do not know how to fixe it.

View 4 Replies

Share And Get Feedback On My Application?

Jul 1, 2010

I've created an application (a simple calendar app w/vb.net) for my own use and would like to share it with you guys. I don't want money for it, just for the fun of sharing, and maybe get some feedback on it, not regarding the code, but the usability and concept.

However, this might not be the right place, as this forum is more about getting help on specific questions regarding code.

I've looked at codeproject.com, but it seems it's about presenting particular topics concerning code.

Does anyone know of a good place/forum to share and get feedback on finished applications?

View 3 Replies

Share Projectsolution And Application?

Nov 27, 2011

When i do a new project, the IDE do very files some solution files, some project files and some folders with some files.when i move my aplication to another computer(without speaking setup files and the framework 4.0), i only need the exe file or more files?

View 6 Replies

How To Install Application Project Into A Client System With Sqlserver Database

May 3, 2012

i am doing school software projects in windows application. now i want to install. this project to my client place. i can able to convert my application in to EXE using setup project. The problem for me is the database. i am using sqlserver 2005. i don't how to install my database and table into the client computer. is there any way to copy the database. if anyone have any idea about how to install my database i have create for that application into client computer.

View 1 Replies

Write An Application That Performs Common Systems Tasks From A Single Location?

Feb 26, 2010

I am wanting to expand my programming knowledge base and the only way I know to do that is to actually do stuff. I am wanting to write an application that performs common systems tasks from a single location. Just simple things like deleting text files, maybe displaying drive space, etc. In order to even begin to do this I have to understand more about the my.computer class in VB. Does anyone have some good info that breaks this class (and possibly related classes) down hierarchically? MSDN offers a lot of info but doesn't really give a lot in the way of explaining how certain classes are interrelated.

View 5 Replies

Build Project Then Share Application

Jan 7, 2011

In VB.NET, my application is quite simple, and it accesses many images and creates a list with them.The images are in my application's Resources folder.The images are accessed in my code where I typed the path, in my PC, how to reach said folder.Works like a charm, my project displays the images etc.Now I go to Debug->Build.Now I go to the bin folder, release folder, and find my application. I upload it.I share the download to a friend.My question is, will the images my application should show will appear? Considering the path I created in the code was manually written?

View 1 Replies

Share A Server Folder Only With An Application?

Apr 24, 2012

I need to access to a server shared folder from a vb.net 2010 program, but the user in the same computer must not be able to access to the same folder. The access to this shared folder must be only permiss trough the program. (The shared folder is on a Windows server 2008 Std). It is possible for example to include user and password in the folder string?[code]...

View 2 Replies

Share An Instance Of A Class Across The Application

Feb 8, 2012

I am creating a Windows application using VS 2008. This has a MDI Parent form that hosts multiple MDI children forms. I have a login form that authenticates the user and creates an instance of a user class. This has information such as UserID, Name etc. I would like this instance available to other windows. How would I implement this functionality?

View 2 Replies

Forms :: Experts Modify UPDATE Codes According To INSERT Codes Style

Dec 25, 2009

Dear Experts modify UPDATE codes according to INSERT codes Style.

[Code].....

I need update codes as there are insert codes

View 1 Replies

Share One Database On A Network?

Jul 17, 2010

i want my software to share one database on a network

View 2 Replies

Application - Access To Anivirus Codes

Jan 15, 2009

can I have access to anivirus codes.

View 3 Replies

System.Data.Common.DbDataAdapter.Fill(DataSet DataSet)

May 14, 2012

I have tried everything I can to get beyond this error which shows below as <<<<< error here. It is trying to fill a dataset from a data adapter. If I change the SELECT statement to just SELECT * FROM xTable I get the correct number of records in each table. But anytime I try with a more complex statement I get the error message shown below which indicates System.Data.Common.DbDataAdapter.Fill(DataSet dataSet. I've completely erased all data and entered a new set of test data so I know there is no problem with relationships. Each table has primary key which is foreign key in other table. IS there something wrong with the Imports section: Imports System

[Code]...

View 2 Replies

Automatically Updating Application From Network Share

Feb 15, 2012

Any simple way of automatically updating a newer version of my application from a network share. Everything I have read pertains to an update from a web site. This is possibly a simple thing to do but as I have 6-8 users using the application I have to email them all stating there is a new version on the share and for them to copy and overwrite the existing application executable in the program filesapp directory. If this could be done on launching the program within the splash screen that would be fantastic.

View 3 Replies

C# :: Can Share A Static Field Across Application Domains

Aug 2, 2010

Consider a process, in which multiple Application domains are created. Can we share a single static field across these Application domains or can we pass this static field across these application domains? How does CLR handle this?

View 1 Replies

Run NET Application From A File Share Without Code Signing?

May 2, 2009

The .NET security model throws security errors whenever a .NET exe is run from a file share. The error does not appear when ran from a local drive. Does anyone know of a way around this without requiring the code to be signed?

View 7 Replies

[2008] Multiple Results - Data Entries In My Database That Have A Common Field

Jan 31, 2009

I have data entries in my database that have a common field. For example:

account_id type user_id

1 new 1
2 old 3
3 new 1
4 old 1

I am using a query like this(mysql): SELECT account_id, type, user_id FROM table WHERE user_id = 1

This is just all theoretical. The problem that I am having with this is it is only returning the first result in this case account_id 1. How can I get it to find all the results with the user_id 1 because in the way I am thinking that it is failing is that it is finding only the first result and then ending?

View 1 Replies







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