**S. 0 - S Connect Through Internet SQL
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
ADVERTISEMENT
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
Feb 15, 2011
I really wanna know how to connect database on Internet using vb code
View 1 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
Jul 10, 2010
I have a small web browser application I wrote in VB.NET that is specific to it's use. To set it up, I have to setup port forwarding. Is there any way I can write another .NET app that runs on my dedicated server, accepts an incoming connection from my home PC that sits there. Then any other incoming connection from the outside world can then be connected to my home pc through the app on the dedicated server? If there is a term for this sort of process or program, I do not know what it is.
View 3 Replies
Mar 31, 2009
[color=#CC66CC]hiiiiiiiiiiiiii every one[/color]
[color=#FF6666]
how can I connect to oracle 10g XE database throw the Internet using Visual Studio .Net? I mean how can I get what I want from my DB using the Internet and what is the compatible version of Visual Studio .Net with oracle 10g XE?[/color] [color=#330033]I wanted to work with oracle Jdevloper but I could not understand anything realy and could not find somthing to show how to start it even :blink:?
View 2 Replies
May 26, 2012
I have an internet available SQL Server 2008 R2 instance that is running normally. Clients connect over the internet from vs 2005 and 2010 desktop applications, without issue. My scan gun application can connect to the local instance (if I'm in my office) but not to the internet instance from my Windows Mobile 5.0 scanning device. Connect string = user id=[Code]. This connection string works fine for the desktop apps. It's not a port issue, I have all the correct ports open.
View 10 Replies
Jan 14, 2012
I have a very irritating problem with connecting to SQL Server/Database. I've created a windows form and connected it to the database on my server (connection string: "Data Source=KARIMOV-PC;Initial Catalog=ApplicationForm;Integrated Security=True")... it works well and without any problems!!But I when I tried to connect my application to the database through internet with connection string "Data Source=190.190.200.100,1433;Network Library=DBMSSOCN;Initial Catalog=ApplicationForm;User ID=KARIMOV-PC\KARIMOV (My computer name and windows authentication ID);Password=;", the "USUAL" message has appeared to me saying."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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)".
I really really need to understand why my own server "KARIMOV-PC" doesn't work as a remote SQL Server although the SQL Remote Connections and SQL Browser r enabled and running? And Why .\SQLEXPRESS is the more needed/required although I log in to SQL with Windows Authentication, but not SQL Authentication??
View 6 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
Mar 18, 2010
I'm trying to create a program that will disconnect/connect you from the internet.Example:When I press F10, I get disconnected from the internet. When I press F11 It connects me to the internet.
View 4 Replies
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
Mar 2, 2011
The BBC has created this website with a series of courses to enable people who may fear using a computer to get to grips with the basics. Some of the areas are aimed at potential "silver-surfers". Older people who may find using a computer useful for things such as email, shopping, sharing photos and such like.
[Code]....
View 2 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
Feb 12, 2010
I installed MS-SQL Server 2005 Express edition at my home and I want to connect my database from office by using VB/VB.net.
View 4 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
Jan 3, 2011
I would like to create a program that could; open a website, log on to my account, scan a page for links, and open those links. The ultimate goal would be to reduce time spent checking things like e-mail or MySpace.
View 1 Replies
Nov 4, 2011
I found similar forum thread [URL], but he don't have answers. How I can conncect | send | recive data using tcp connection with specific internet service (not web).
View 1 Replies
Sep 27, 2010
[code]...
when the Internet it's ok,this code it's okay,too.but when the Internet it's not connect or the webside server it's so busy,it's going to error,it said "Webexpection it's not handle".what should I do?
View 4 Replies
Jan 31, 2011
I've been looking for a way to do this for like two days now, and no luck.
What I want to do is get into the temporary internet files, find a certain file....
(^^^ I can do that just fine (using specialfolders, etc) ^^^)
and get the internet address associated with it.
See the attachment if you don't get my meaning.
View 1 Replies
Oct 15, 2011
we have our system running but our system needs to be modified because we did something wrong...we are doing an "Internet monitoring System" in our school library where the user can only access the internet 1hr a day, and he/she cannot use the internet within that day if he couldn't buy a time on a serve...every students should only have 20hrs time usage per semester...our problem is every day their 20hrs is being reduced in 1hr.. the rule is the time per semester which is 20hrs that is given to the students was reduced 1hr only if he uses the internet..but our system is reducing their 1hr every day.
View 1 Replies
Sep 30, 2011
We have a VB.Net application which works fine in our tests in different Windows XP SP3 machines. However there is one machine in which is displaying this error:
Unable to connect to any of the specified MySQL hosts
Using the mysql command, we can successfully connect to the database. We already checked for any other application or firewall that could be blocking the connection but it seems fine. We also reinstalled the system (no errors during the installation) but the MySQL error message doesn't change.
The system settings are exactly the same as in the other computers. We are using "localhost" as server in the connection string. The "hosts" file has its default values (nothing strange in there).
View 1 Replies
Jan 16, 2012
I'm working on an application where I'm using an webcam image. I have code that works when using the built in iSight (It's an Apple running boot camp windows 7) camera. However after installing a second USB powered Microsoft Life Cam I am unable to connect to this second camera. When runnign this code I only ever get one input device:
Private Sub LoadDeviceList()
Dim strName As String = Space(100)
Dim strVer As String = Space(100)
[Code].....
View 3 Replies
May 29, 2012
I am trying to connect to my remote MySql Database within Visual Studio using the compact framework.
I can successfully add a data source and preview the data within the IDE so assume that the connection is ok regarding Connection strings and remote access.
However, when I attempt to access the data using any run time control I get the following error when the table is loaded using the .fill method.
MySql.Data.MySqlClient.MySqlException was unhandled
ErrorCode=-2147467259
Message="Unable to connect to any of the specified MySQL hosts."
[Code]....
View 9 Replies
Jun 5, 2011
when connecting to sql server i get getting this error . please help how to resolve this problem
[Code]..
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 2)
[Code]..
View 2 Replies
Apr 25, 2012
I'm trying to make a coffee net program.I want to get only internet sent and received bytes.
View 5 Replies
Jul 27, 2011
I want to build an application which will multicasting over the internet. I already have same solution for the LAN environment (UDP).
View 1 Replies
Jun 9, 2011
how to find the internet explorer go evenmt in vb.net
View 1 Replies
Mar 9, 2011
I have to develope a new aaplication, but I don't know where to start, or what is the best way to do that.
Before start the design of the APP, I would like to read your opinions.
My APP must do this (and should be made in Vb.Net):
- 7 comercial employes, will using a laptop in the outside of the company, and in offline mode, will using the applicatiom for registering some data.
- Some times (one per day), each local DB must "sincronyze" with the central BD.
- Not all tables will be sincronized, and the update is only in one way (laptop to server).
View 1 Replies