Access Folder On Remote Sever?

Mar 29, 2011

I am looking to access a folder on my web server to retreive a picture and to replace a picture in that folder. I am using VB.Net 2005.

View 3 Replies


ADVERTISEMENT

Send Data From Client To Sever And Sever To Client In 2010

Jan 13, 2011

Client/Server Application in vb.net 2010 i have created but it was just basic one. I need to show send data from client to sever and sever to client and and more functionality. (like showing price ot item or anything

View 2 Replies

Select Folder In Remote Computer

Oct 5, 2009

I use FolderBrowserDialog to select Folder in locale computer..I need to select folder in remote computer with VB 2008..

View 1 Replies

VS 2005 Get Windows Folder Of A Remote Pc?

Dec 15, 2009

how can I get the name where windows is installed on a remote pc?

View 2 Replies

.Net - Open Remote Shared Folder With Credentials?

Sep 26, 2011

I need to open a folder on a remote server with different credentials in a window (explorer.exe).I managed to do it with no credentials (my credentials), but when I do it with another username and another password than mine, it opens a prompt to enter a username and a password, and it says "access denied".

In the access log on the remote desktop, it says that I tried to connect with my own username, and not the other username I entered. So, the process obviously did not work.

[Code]...

View 1 Replies

Create A Folder On A Remote Computer Then Share It Out?

Aug 19, 2009

I need to create a folder on a remote machine (The machine name and UNC path are stored in an Access 2007 database. Once the folder is created, I need to share it out with Everyone:Full Control Permissions?

View 3 Replies

Opening A Folder On Remote Comptuer In Win7?

Jul 28, 2011

I have a VB .NET 2010 app that I created with a button to open the remote computer's C$ (administrative share). This code works fine with WinXP, but since upgrading to Win7, it won't open the folder.

Here's the code I'm using:

Shell("Explorer.exe \" & ComputerName & "C$", 1, False)

View 4 Replies

Creating List Of Files (remote Folder) And Download

Oct 22, 2009

how to get a list of all the files in my remote folder. I want to have them listed in a listview (whatever) and download them seperately.

This is the code I have so far:

vb.net
Imports System.Net
Public Class frm_download

[Code].....

View 3 Replies

VS 2008 Create A Shared Folder On A Remote Machine?

Sep 30, 2010

Is it possible to create a folder on a remote machine that has no previously shared folders? I can do this...

vb
Dim fname As String = "\10.1.x.yDocumentsMyFolderName"
IO.Directory.CreateDirectory(fname)

[code].....

View 3 Replies

Access Remote Registry Access Between Xp And Vista Using?

Jan 29, 2010

I have to access remote connection from XP os to Vista os in vb.net How to do that?

View 1 Replies

Create Zip Folder Which Embedded A Folder And Ms Access File?

Mar 4, 2011

After I run the setup to install the program, I will use the program to capture image and answer a survey.Having said that, I have a folder contains image of image capture and database using Ms Access 2007 in my program . Is it possible to make it both in one zip folder (Embedded both together in one folder and locate it in desktop?

View 6 Replies

Access Remote Sql Server Using .NET?

Apr 16, 2009

I've found a few examples of using vb.net to access an sql database, so far none of them have worked . They all involve using DataReaders. Maybe its the fact that the sql db is not on the same machine as the application.I was just wondering if anyone had a more comprehensive example of using VB.NET to access a remote sql server.

EDIT:I've received a few helpful comments an replies already. So far my connection string looks like:
"server=sqlblah.myhost.com;uid=myuser;pwd=pass;database=testdb"

Probably also good to mention their is no editing of the tables a this point, just reading.

View 2 Replies

Remote Access Using Program?

Jul 12, 2011

I was wondering can I make a program that I can send to other computer so i can access their screen. is this something that can be done in visual basic? i ask how to do this because Verizon did this to me the other day i saw him moving the mouse around and checking the connection but of course i had to accept this and it showed me a thing saying he was off when he was done.

View 1 Replies

Remote Registry Access Using WMI

Oct 4, 2005

Remote registry access using WMI VB.Net..I just need simple example of how to access a remote registry (2000, XP) using the "System Registry Provider" (WMI) in VB.NET.

View 6 Replies

Use MS ACCESS As A Remote Database?

Oct 6, 2010

My client keep on insisting that they want there database to be ms access and not sql server. But they also what to be remotely accessible in there network.

Is it possible to use ms access as a remote database? would the database locked up once a connection is made?

View 4 Replies

Want To Access A Remote Database

Jun 13, 2011

i have written an application in vb.net 2008 that i want to access a remote database.when it tries to connect, this is the error message:[code]

View 2 Replies

Which VB Remote SQLServer Access?

Dec 23, 2010

I have a web site that connects to a remote SQLServer, and is running just fine.I have some pretty simple 'batch' type tasks that I want to run (as a Windows application) on a scheduler (I'm more comfortable with VB so I prefer that).

Looks like VB Express won't allow me to access the remote data. Everything seems to be pointing to having to buy VS Professional for $545 (I don't have an original one to upgrade). Is there a more economical VB option?

View 3 Replies

Querying A Remote Access Database

Jun 13, 2012

querying a remote Access database! We are currently using this because thus far we have failed at hooking up a sp_linkedserver. I feel like it's a terrible hack and want to be done with this whole network mapping business once and for all!

[Code]...

View 1 Replies

Remote Access Terminal System?

Jun 10, 2011

what are the requirements needed on how to control a terminal pc in terms of programming it. i am planning to use vb.net when we develop the system.

View 1 Replies

VS 2008 How To Access Com Port Of Remote Pc

Aug 15, 2009

i want to access com port of my remote pc. this pc is connected through LAN.how can i access com port of remote pc?

View 1 Replies

WMI Remote Execute -> Access Denied

Feb 7, 2012

I have a working code snippet that I use to Execute processes on remote machines. This works great against my Windows 2008 machine but I get an access denied when executing against my Windows 2003. The access denied is thrown when connecting the scope in the code below. I believe I have give this user all kind of rights but some setting is missing. What settings are required? This is a local admin. Is there any special DCOM settings or?

Public Shared Function ConnectToScope(ByVal nc As NetworkCredentialClass, ByVal strHostName As String) As ManagementScope
Dim scope As ManagementScope = Nothing
Dim Path As String = CType(IIf(strHostName.ToUpper() = Environment.MachineName.ToUpper(), _
"ROOTCIMV2", "\" + strHostName + "ROOTCIMV2"), String)

[code]....

View 5 Replies

Get An ACCESS FORBIDDEN When Try To Access A Folder On The Internet?

Apr 25, 2009

i can't seem to access a folder on the internet.. it keeps giving me the Access Forbidden ERROR 403..

View 18 Replies

C# - Configure And Enable Routing And Remote Access?

Apr 20, 2011

Is there a way to enable and than configure routing and remote access on windows server 2008 r2 using a (c#,vb).net script? What i need to do is:Enable Routing and Remote access

Configuration:

Select: Virtual Private Network (VPN) and NAT
Choose Network Interface to use based on given IP subnet
Select: Assign IP: Automatic
...and so on.

View 1 Replies

Connect VB 2010 To Remote Database MS Access?

Jan 11, 2011

Client form need an access to the ms access database located at the Server. I've just created a database in MS Access in the format .mdb, 2000 version. Forms created in the platform Visual Basic 2010. Kindly post procedure or source code to do it. I preferred to use OleDB connection since i used it on a stand-alone access to database.

View 4 Replies

Difficulty Connecting To Remote MS Access Database On LAN?

Jun 6, 2011

I am currently developing in Visual Studio 2008 (Visual Basic) and I have no problem reading, editing, saving, etc. to a 2007 Access database that is stored locally using the following code:

Dim NotifyDS As New DataSet()
Dim NotifyCon As New OleDb.OleDbConnection
NotifyCon.ConnectionString = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=|DataDirectory|DataSettings.accdb"
NotifyCon.Open()

Ultimately I am going to be installing this program in my office on multiple computers, but would only like to have one "server" program where the database is installed. All of the other computers will have access to this one database over the LAN. For some reason I am unable to access this remote database file over my LAN. I have tried all sorts of things (including a username and password for the server computer),

[Code]...

View 7 Replies

Forms :: Access Remote Date And Time?

Aug 3, 2009

I have to develop a project by which my office employees can record their time to enter into the office and leave from the office. I have 10 PCs in my office. All PCs are under network environment. This project is highly related to date and time factor. All PCs are used by an individual employee and can not be restricted to change their own PCs local date and time. So I think my project took the date and time from a central server.

View 4 Replies

How To Access MySQL Database From A Remote Computer

Feb 14, 2012

I'm trying to access server database from a remote computer in lan-based network using this connection string "Server=192.168.10.2; user id=user; password=pass; database=sample_db" .. but it can't open a connection.. I don't know what to do, I tried searching for this but no luck.

View 3 Replies

How To Access Remote Registry Users Volatile

Feb 26, 2010

I'm trying to return from a webpage, the remote HKCUVolatileCLIENTNAMEHere's what I'm doing so far:

Get the Machine Name via DNS - this bit works great:
Public Shared FunctionGetMachineName(ByVal String

[code].....

View 2 Replies

Synchronizing Remote MS Access Databases Using VS2010

Nov 6, 2010

I have an existing VB6 application which permits two or more users to work with local relicated MS Access databases. At start-up and shut down the local database synchronize with the master database (if the network permits dialogue) using

mDb1.Synchronize etc.

I am trying to port the application over to VS2010 and I cannot find anything equivalent to permit occasional synchronizing of various replicated MS Access databases with the master database (again, if the network permits contact between the two machines). Has anyone found a way of doing this for Access databases (not SQL Server databases)?

Works fine in VB6 but VS2010 has me beaten at the moment.

View 9 Replies

VS 2005 Accessing A Remote Access Database?

Jul 14, 2009

I have an issue with am access database source located on a remote computer.I tried using ADODB to access it, it works, but when I change( update insert or delete) the database on the remote computer, the changes is not reflected in my application

View 1 Replies







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