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


ADVERTISEMENT

Upload Update To Share Folder (using Folder Password), Programming Download & Update With Progressbar?

Dec 1, 2010

Now I upload update to a share folder inside the company network I have full
Permission access & everyone read onlyas any one out side the company can't use the program so there no password on the share folderbut I need now to protect the share folder as I have to use real IP on the database connection to allow the company branch's to access the database

View 1 Replies

MS Access Database To Make Program Interactive But Cannot Get The Database To Update With The Entered Data

Apr 20, 2010

This program is very difficult for me, but I must get threw it or I cannot finish... What I am doing is making a Database of foreign Languages with the spelling of the words and the pronounciation inside the database... The USER enters a paragraph of words into the translator textbox and pushed translate. The program has a DATABANK of words with the phonetic spellings and matches the word, then translates to phonetics. The problem is that new words keep appearing inside the language. So I incorporated a Database of 2 fields

[Code]...

View 4 Replies

VS 2008 Make A Program That Will Track Do Not Rent (DNR) People

Apr 27, 2009

I want to make a program that will track Do Not Rent (DNR) People.I'm a intremediate vb6 programmer and have not coded in a long time.I do have and wanting to do this on VS2008 professional in VB2008.I did a simular program from a vb6 book about 12 years ago. it was a address book that i changed a little to add some things I needed it to keep track of, and it saved everything in a text file.I want to know what the pros and cons are for using a text file? xml file? or a data base?the data i be keeping track of will be vital statistics as name, state id number, id type, ect. and a picture of the id from a scanner or import from a .png, .jpg, or tiff image.If i use a data base file either Access 2007, MySQL, or SQL 2005/2008 file, do i need to have Office, MySQL, SQL 2005/2008 programs installed on the the computer im doing the programming on? do i need to have the above programs installed on the target computer?i do not think a txt file will work for me because of the picture i want to keep with the data not seperatly. So to make it a little more clear I want to be able to add, append/update, not to be able to delete a record, and be able to search the file for a record.I want to be able to navigate the records or file with first, previous, next, and last. each record will be showed seperatly.I would like to have a STATUS (lol thingy) that only my wife or I can change but let my employees be able to enter the rest of the information on there own. the STATUS Levels will be like 1st warning, 2nd warning, 3rd warning, DNR, and Rentable at our discression. I want it to only allow changes to status if they have the proper password. so i do not know if this also elimates txt files or xml files as an option.and when the wife, my employees or I make an entry I wanted it to add the time and date with the comments we entered in with the initials of the person whom entered the data. so i was thinking i will need to have security levels in my program and give each person a password so the program can fill out most small data itself.

if i do decide to use a database file to store the data, picture, and employee information can it be done with 1 table, or should i try to seperate the data in seperate tables? should i use one to one or one to many? I do not think one to many would be the best solution? it been like 12 years since I did any database programming in school and it was dBase3. If u think it be best to use multiple tables could u give me an example as to how to seperate the data.The client info would be like a address book with a picture and a comment box that will automatically add a date/timestamp and the users initials with a space between every updated or appended entry., and the employees would have there login in name and password, and initials.I was thinking of making a wizard to enter the data in for both employees and the DNR's as for people changing the date on the computer and entering info so to make it look they entered data on an earlier date I was thinking of having it log onto the internet time server and setting the date/time of the computer in the background as it loads up.

View 2 Replies

Distributing My Programs - Specific Calculations That I Would Like To Share With Some People (for Free)

Feb 19, 2009

I came in recently with VB.NET and have created some very simple programs e.g. specific calculations that I would like to share with some people (for free), because they have found them useful. I am not to sure with the law on this. Is it legal to distribute my own work and how will I identify it as my own because some wiseguy could claim it's his own and I won't be able to prove it.

View 2 Replies

VS 2010 People Can't Use Program?

Dec 21, 2011

VS 2010 People can't use program?

View 5 Replies

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

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

VS 2010 Make A Login System For Program?

Jul 25, 2011

I want to make a login system for my program, and i want it to pull the list from an ftp as an text document. (Lets say its ftp.notarealftpsite.lol)

The text document will be arranged like this:

user:pass
ipwn:not
ilolz:yet

and i want the program to search for the provided username and password in the list and switch to form2 if its found, else it will throw an error at the user.

View 4 Replies

VS 2010 Update Program But Maintain Database?

May 1, 2012

using visual studio 2010. I have a vb.net application that needs to be updated periodically. The software stores client lists in a database for the user, but when the user reinstalls the program after I send them an updated publish, the client list database is replaced with a fresh empty database.

Is there a way that the user can reinstall the software without losing their current database?

I don't know if I need to somehow make separate publishes. One for an initial install to set up the database, and then one for updates that leaves the client database untouched? I don't know how to go about it.

View 3 Replies

Make A Program To Share My Notebooks Internet Via WLAN Card?

May 30, 2012

I'm going to make a program which will share my notebooks Internet Via the WLAN card. how to retrieve the connected peers name, MAC and IP? Also is it possible to get the upload and download speed using by the peers?

View 5 Replies

Make Update For Program That 'user' Can Update App Without Re-installing Whole Program?

Aug 7, 2009

Is there a way to make an update for your program that the 'user' can update the app without re installing the whole program?

View 1 Replies

Make A Database To Upload To Hosting Space And Use It With 2008 App?

Dec 26, 2009

I'm new to database design and am using Visual Basic 2008 Express.

View 5 Replies

Creating A Website That Allows People To Upload Images To The Website In A Folder?

Feb 26, 2011

i'm creating a website that allows people to upload images to the website in a folder called images on the Site. But I don't know how to upload a file and I'v searched everywhere Please Note: In this Website were not Using the asp:fileupload, were developing our own interface

View 1 Replies

Ftp File Upload Program In VB 2010?

Jun 29, 2012

I created a very simple ftp file upload program in visual basic 2010 When i upload a file it always seems to to go the root directory of my server.I want it to the get uploaded to the /public_html folder in the server How do i change this code to accomplish this?

[Code]...

View 1 Replies

Add Custom Plugins For The App For Additional Features, Without People Having To Download A Whole New Update Each Time?

Nov 28, 2009

I am trying to figure out an easy way to add custom plugins for the app for additional features, without people having to download a whole new update each time.i guess the way i'd want it to work is,the program will auto detect the plugin file. Then, add's a specific value to either a button array, or add's a picture, etc.Once that button is clicked, it will open a new form designed the way i want it. from within the plugin itself.So its a module.What would be the easiest way to do this?

View 2 Replies

Making A Rating System For People To Rate Things In A Listbox

Apr 22, 2012

I'm making a rating system for people to rate things in a listbox. I've setup so the stars get saved using my.settings, but how would I make it so it gets stored into a database, and it checks to see if they already rated.

View 3 Replies

Update Server Program When Client Program Added Record To Database?

Aug 18, 2010

I am creating a very simple Voting System, that will be use on electing new set of officer in a teacher cooperative...

So I have to create two separate program, a Server Program that will manage all the information in the election and a Client Program where voters will vote their selected candidate...

The election officers wanted that the Server Program will display the Voting Results at real time... So when the Voter finished voting, The Voting Result displayed by the Server Program will also be updated every time the Client Program Insert the data to Database....

An action listener in Server Program that will execute if new data is inserted in a Table in the Database made by the Client Program...

View 11 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

Make A Textbox So People Can Fill In There Own Ip To Connect

Jun 16, 2009

I want to make a textbox and a button, in the textbox you need to type a ip and with the button you need to connect,and a rdp remote session will be started with the ip that you typ in.I know how to make this with a button to click on and you will connect Dim RetVal RetVal = Shell("mstsc.exe /span /v 192.xxx.xx.xx")but now i want to make a textbox so people can fill in there own ip to connect.

View 3 Replies

Prevent People From Sharing Program?

Apr 16, 2009

I want to make it so my VB program can be registered to be used with only one computer & possibly be registered online.

(Yes i searched the site but i saw no useful program registering guides that i uderstood and worked with the newest version of Visual Basic .NET)

View 35 Replies

VS 2010 : Create A System Update?

Oct 22, 2010

i want to create a system update..When the user clicks on this button will check if a newer version If so, it will ask if it OK to download and approve it will download the file and open it right when the download is complete?

View 10 Replies

Program Where Can Send Text Messages To People

Apr 20, 2009

I am making a program where you can send text messages to people. And as you can see I ran into a problem. I am trying to load everything from text boxes because I want everyone to be able to use it. So dose anyone know how to fix my code? [code] When I run this it says it dose not work and it says it needs to load properly.

View 5 Replies

VS 2008 Encrypt Program So People Can't Hack It?

Aug 9, 2009

I am just wondering how to encrypt my program so people can't hack it. I have a program that has a spot where you can type in problems with the program and it will email it to me. But, when I release my program people hack my email and password that is used to send the problems.

View 7 Replies

IDE - System.formatexception Input String Was Not In A Correct Format After Database Update

Jul 14, 2010

I doing some maintenance work on a vb .net web app and receive a system.formatexception input string was not in a correct format error after I update a row from a GridView control. The database update returns fine and I've stepped through the code and it never throws an error but when execution finishes and returns to the browser I get the following. I turned on the feature to break when an exception occurs but it never does break. Any suggestions? [Code]

View 2 Replies

Make A Program That Will Update The Blog?

Feb 3, 2012

I am trying to make a program that will update my blog.I need it to add to the top of the existing file.thats all. One Textbox, One Button.Im stumped though.

Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim sFileText As String

[code]....

View 9 Replies

Make An Automatic Update For Program?

Aug 19, 2009

How can i make an automatic update for my program

View 2 Replies

VS 02/03 Make An Update Program Function?

Sep 1, 2010

My boss has just asked me to make an "Update Program Function" for our program.My program is being used by someone in my company. The database is put on server computer.At the present, my program run by some dll file, and when I fix or update the source code, i will compile to dll and put it on the server disk. After that, the users will go to this server disk and copy the new dll and overwrite the old dll in their client computer.

Now my boss asked me to make an "Update Program Function" : before the user login, the program will check the version (or the creation date) of the dll in the server disk, if it newer than the current dll, the program will update the new dll, else the program login normally How can i do that?

View 2 Replies

Create A Program That Displays The Height Of 3 Different People Via A Scrollbar?

Oct 31, 2010

I have been asked to create a program that displays the height of 3 diffrent people via a scrollbar. The problem i'm having is i don't know the code for getting the total from the scrollbar to display on the height labels .The labels are named lblheight1 lblheight2 lblheight3 Scrollbar is named vscheighttotal?

View 5 Replies

Make A Program Update It's Own Source Code?

Mar 27, 2012

I was wondering if it was possible to make a program edit itself and save kind of like memory however unlike memory it can add content as well as save it.

I know it seems crazy but, i was wondering

View 2 Replies







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