Published Application Can't Connect To Database Over The Internet
Feb 27, 2011
I have the same problem as in this thread [URL].
I am connecting to a SQL database on a hosted server and everything is ok but if I publish the application then it fails to connect which is a bummer because then I can't debug it!
I have tried turning off windows firewall and that doesn't make any difference.
View 8 Replies
ADVERTISEMENT
Dec 2, 2009
I have a vb.net application that will not connect to an oracle database on the PC that I publish the app too. It works fine under my pc both in design and when I publish it to myself. But it will not connect under the pc I publish it too. I do have oracle installed on the pc and have the connection setup exactly as I have on my own pc. I am sure it is a file path issue, or at least I believe it to be that.
View 5 Replies
Jun 7, 2011
I have connected my vb .net forms to the MYSQL database but when i comes to publishing, i do not get the database on the published application.
View 4 Replies
Feb 15, 2011
I really wanna know how to connect database on Internet using vb code
View 1 Replies
May 29, 2012
i m currently working on application that has to monitor temperature and humidity of a particular place and constantly report the same to the user over internet. So far, I m using LPC1768 and its ethernet module collect the data, process it and send it to the router. On the other side, i have a computer which is connected to the same router and running a VB application where the data is mined and reported in a excel.
This setup works just fine. Now, i want to monitor the same data over internet. How can i do the same?
Here i was able to connect to the micro-controller using the IP 192.168.1.100 port 80. I m aware that the IP is a local one and to access the micro controller from Internet there is another way.I have a IP based webcam which enables us to monitor from internet. How should i make micro-controller data be accessible from internet.(similar to IP Camera).
View 1 Replies
Aug 31, 2010
When I make an application using an HTTPWebRequest to connect to the internet, the GUI freezes whenever it's doing something. When I run the WebRequest on another thread, it still freezes a bit. Is there a way to completely stop the freezing?
View 3 Replies
Apr 7, 2010
I need to connect from my desktop app l(in VB.net) to a database (in MS Access) placed on the internet.[code]...
View 6 Replies
Jan 23, 2010
I am not sure what I am doing wrong I can connect to my database on my personal computer yet I am unable to have someone else use it without getting an error. system.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, This works on my PC so I am not sure what I am not including in the project when I compile or what?
View 4 Replies
May 13, 2010
i have 1 database in sql server and i want to encrypt database. and i can connect to this database by my application
View 2 Replies
Jan 21, 2012
Ive spent AGES trying to get my application to connect to a SQL database finaly it works but now i have no idea to view specific records or add records ANY help would be brilliant
[Code]...
View 5 Replies
Aug 10, 2010
What is the difference between vb.net application and asp.net application? How can I publish an ASP.Net application with database residing in the server and user could update that through internet?
View 2 Replies
Feb 10, 2010
I published an application and copied the Application Files Folder ,setup.exe and .application file to a network folder for others to install on their machines. What causes this message to appear. Should'nt the new version over write any previously installed version on a machine. Although in this case no other version has been installed. You cannot start application...from this location because it is installed from a different location
View 1 Replies
May 5, 2012
I'm working on an application in VB.NET that has to connect to a MySQL database and FTP. How secure is it if I used it in an application that I gave to other people. E.g. if I was to let other people use this application would they be able to find out the MySQL and FTP connection details through intercepting packets or something like that? If that's the case how can I work round this? Also, part of my application is an uploader for users to upload files, is FTP secure for that or are there better alternatives ways in doing that? My server is a Windows Server 08 if that makes any difference.
View 2 Replies
May 17, 2012
My objective is to connect my application to a database for the first time. I've never done this before so it's essentially a learning exercise. Within visual studio i've followed the "Connect to database" in the Tools tab and followed the connection wizard. My understanding is i need to connect to my local sql server (this may be incorrect) and i cant find it. I'm not sure how to even get started, what do i need to download in order to create a database on my laptop?
View 4 Replies
Jun 17, 2009
How can i connect my vb.net application to MS access database
View 3 Replies
Dec 3, 2010
i want to connect access 2007 database with vb.nett 2008 application ?
View 2 Replies
Jun 10, 2009
I've been trying to connect a MS database to a V.B. form unsucessfully.Actually when i try to do that, i can't connect the tables information to the form or store the information i enter in the form in the MS table.I was doing an exercise here, and to store the information in the table called readers, i typed:
View 1 Replies
Jul 9, 2009
I added an Access database to my project and properties are: Build Action: Content Copy to Output Directory:Copy Always Full Path = directory where program code is.Within the program, I use the Application.StartUp property to connect to the database.My problem is that the program opens with the database in the root directory, but all changes are only made to the database in the bin/Debug folder. So the next time I run the program (through Visual Studio), it again opens up the database that didn't have the change smade to it.
I believe I want the database in the bin/debug folder because that's where the application is.I'm not an ADO.net maven. Is there anyone who can explain what i'm doing wrong and how I could correct it. If I run the program directly from the bin/debug folder, it works correctly.
View 14 Replies
Jul 14, 2010
I am using Microsoft visual basic 2010 and SQL server 2008.I develop a small database application and it run well on my pc.I built and distributed the application to other pc on the same network, but when I run the application from other pc I got error message like this:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.(provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)[code]
View 2 Replies
Jun 9, 2009
i built a very simple application in vb.net, installed it, it worked. then i did some very slight updates, build it, tried to install it but got the following errors. i restarted computer, uninstalled app for the uninstall menu, and tried to run setup.exe and still have been getting this error.
PLATFORM VERSION INFO
Windows : 5.1.2600.196608 (Win32NT)
Common Language Runtime : 2.0.50727.3053
[code]....
View 3 Replies
Nov 14, 2010
i have created a simple program which a freind requested to be made for a game.This is what my code is made up of basicly , with different writing to Log.txt file However when i upload my program for him to download. He needs to put it in the exact directory "c:MithrilDragonDropLog" which is a hastle to unzip, cut and paste the folder into there etc. Is there a way that i can program this as to make it write a log.txt into the file which is downloaded without having to move it about in the computer.
Private
Sub
Button7_Click(ByVal
sender As
[code]....
View 8 Replies
Sep 29, 2011
I put database in bin->debug and i also call from that folder using DataDirectory Business_Card_Database.accdb when i publish the project database not found error is occur note I also tried
1. System.IO.Path.GetFullPath
2. Application.StartupPath
3. System.IO.Directory.GetDirectories
Above all are not working to find database after published I'm using
1. vb.net 2010 express edition
2. Access database 2010
View 1 Replies
Oct 31, 2011
I am a SQL Server Developer and DBA. I have some experience in VB.Net (Windows Application) programming. I used to use .config to setup database user and password. I have a windows application running on my computer. I would like to check which username and password is used to connect to SQL Server Database.
[Code]...
View 1 Replies
Jan 10, 2012
The application sits on a virtual environment and when I remote in and run the application, it connects to the remote database. However, when I remote in with a service account and double click the same .exe, it tries to connect to the local host database and ignores the app.config. The code is the same, only the login name I use is different. The login I use is part of the local admin group. Any ideas?
View 2 Replies
May 22, 2009
I have finished a project with SQL database . Today, i introduced for customer , and they contented about my software. But they have a another shop and far away from current shop : 60 km so they want to connect to server from client at that shop. As far as. i haven't ever connect through internet. Please show me basic steps to do that. example :
[Code]...
View 8 Replies
Nov 9, 2010
I wrote a password storage app that uses cryptography to store password and user info. Each time I start the app either in the IDE or from Windows it attempts to connect to the internet. It is not supposed to connect to anything except a local Access mdb file. Nothing in the app has any need to access the internet. If I disallow the connection thru my firewall, I get the following exception:
[Code].....
View 6 Replies
Dec 4, 2009
have connected 2 computer via lan (using sql server)But i want I Can access to other PC through Internet using sql server, Namely i want to access database sql on that PC. I REAd Some document about that but i am wonder , and i dont see very clearly. Can i use VPN to connect via internet or other too
View 5 Replies
Aug 15, 2011
I've been working on a piece of software for a few weeks now and I've got to the point where I'm publishing it and testing it on other computers, namely my colleague's. We're both working on the same network and have similar permissions for our accounts, but for some reason the application will launch on my account but not his.
We've tried using the same computer and just changing accounts, but that won't work either; he still isn't able to launch the published application.
I receive the standard "[x] has encountered a problem and needs to close. We are sorry for the inconvenience." message.
What is baffling me is that we've tried previous versions on his computer and they worked just fine. I can't think of any changes that I've made that would suddenly stop the application from running.
A few extra pieces of information: the application has a splashscreen, which displays for a few seconds before the error message crops up. In this time, the program is supposed to check if certain files and directories exist and, if not, create them. It also changes file attributes. These files exist in a directory we are both able to access and both have permissions to change. It also changes and sets some variables within the program itself, but I don't see that being an issue. It is able to catch exceptions of type IOException and InvalidOperationException (which was being thrown when a computer didn't have access to the intranet).
View 4 Replies
Dec 2, 2011
I have SQL server install on a server computer and have internet connection.
I have a few client computers want to connect to SQL server by internet ,
View 2 Replies
Sep 5, 2011
For an answer to this questions I've been looking years from now, then I couldnt find it and now it's complicated. I am working on a project to fully manage a computer's connection, it can check IP, change it, etc. But, I really, really need a function to sucessfully connect/disconnect a PC from the ineternet without promps or other screens, IPCONFIG and DHCP command aren't useful!, im exploring RAS but couldnt come to anything yet
View 1 Replies