Access Online Linux Based SQL Server?

Apr 18, 2011

Im new on this forum here, i have already browsed many topics but i really didnt found a answer on my question.

I want to connect to a web-based linux SQL server. Is there a way to do that? Or do you have to use the Microsoft SQL server?

View 2 Replies


ADVERTISEMENT

[2008] Send Linux Console Commands To A Remote Linux Server?

Jan 23, 2009

Is there a way for my program to send Linux Console Commands to a remote Linux server?

View 4 Replies

DB/Reporting :: Can VB 2005 Front End Running In Win XP Access MySQL Database In Linux Server?

Aug 5, 2008

I am asked to write a front end program in VB 2005 (that will run in client computers which running on Win XP) to access an existing MySQL database running in Linux. It is not my preferred choice, but the user have the database and server working just as he wants it, and do not wish to change, at the same time I do not wish to change programming language. Is that even possible? Can we actually write VB 2005 programs that will run in client computers complete with NET framework 2.0 to access a Linux operating database?

View 4 Replies

Source - Mu Online Game - Can't Make Right "Server Status" To Show Online Or Offline

Jul 28, 2009

I have working on 1 program that is for Mu Online game. Its Mu Launcher program,but i'm having trouble with it. I can't make right "Server Status" to show Online or Offline I can't make autoupdater people to have using this for theyr server.

I make one file launcher.txt to get info the program but i need a lil help to finish thise program. The program is not for 1 server only its freewere . So here is the problem with the Server Status and AutoUpdater to get info from what server..

View 4 Replies

.NET Connect To Linux Server?

Jun 22, 2011

I have to develop a small application that will connect to a Linux server (scp on port 22), upload a file, and then execute the file. The first thing that came to mind was to call WinSCP from my app, but the initial connection will always prompt to accept the hostkey. When calling WinSCP from the commandline you can press a key to copy the hostkey to the clipboard, and then you can use it with the -hostkey switch to connect. Any thoughts on how I might do this in VB? It would have to look like this:

Attempt to connect via WinSCP
Copy hostkey to clipboard when prompted
Attempt to connect again using hostkey

I'm just not sure about #2. I would have to send a keystroke for the letter 'C' which causes the hostkey to be copied to the clipboard.

View 2 Replies

Access To SQL Server Based On Fields Selected In ListView?

Jun 4, 2011

I am required to send MS-Access table to SQL Server Database, based on fields Selected in Listview.

1)Till now i am able to get Access table names and their field in List view.

2)I am able to check whether database exists and Whether table exists in SQL Server with same name from VB.Net.Now i don't know how to insert Access Tables based in Fields Selected in ListView to SQL Server.

View 2 Replies

Communicate With A Server(linux Shell)?

Jun 12, 2011

is there any exemple that explain how to connect to a shell command in lunix system like connect to ms doss in localhost. but we need to connect with a user and pass. so is there any exemple to do this??

View 3 Replies

Connect Webapp VB/LINQ To A MySQL Database Server On A Linux?

Jul 7, 2009

I have a programmer who is using VB and LINQ; and I have a MySQL database that is running on a linux server. My programmer tells me that:he cannot connect to the MySQL database via LINQ if he was able to connect then it would require all sorts of rewriting I don't know anything about LINQ but I thought it was an ORM. As such, any DB server that is supported should work just fine? Right? OK, so maybe it's not an ORM... maybe it should generically connect to ODBC and render similar results?

View 1 Replies

.net - Run "Hello World" GUI Based Application On Linux Mono

Jul 18, 2011

I am getting below error when I am trying to run vb.net application on Linux through mono.

[Code]...

The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly(/root/HelloWorld/HelloWorld/bin/Debug/).

View 1 Replies

Mpd Server Working In Linux Machine - Code Works Fine Until There Are Spaces In Directory Name

Jul 21, 2011

I have mpd server working in Linux machine. Code works fine until there are spaces in directory name.

How can I handle spaces?

CODE:

View 6 Replies

IDE :: Setting Up A Server Test If Server Is Online Or Offline?

Feb 19, 2009

I am trying to make a little app that will tell me if my servers are online or offline, currently I am using my LAN to test my servers when this app is working then I will be adding IP Address from other hosts that are not on my LAN First of all I have got this working fine if I use a button for every server test but I don't really want that I want them all working from one click

[code]....

View 1 Replies

CDATE RsData - Display A Course Online Based On Whether Its In The Future Or Would Have Started In The Last 30 Days?

Mar 21, 2012

I'm doing the following to try and determine whether display a course online based on whether its in the future or would have started in the last 30 days.

If Date.Today.AddDays(-30) >= CDate(rsData("Start")) then
html += "<tr><td>" & rsData("Start") & "</td><td>" & rsData("WEEKS") & "</td><td>" &
rsData("DAYSTIME") & "</td>

However this doesn't seem to work and blocks for instance the following rsDATA(("Start")) value.

2012-09-10 00:00:00.0000000

View 1 Replies

Database (access Database) Should Be Stored On A Web Based Server?

Aug 10, 2010

I have developed some software(vb.net) that records fees paid by the students. The purpose is that the database should be stored in a server, which can be accessed from any stations linked with it.This is working fine with a network of 10 computers. I need to publish it over the net so people could do this job logging in over internet. Database (access database) should be stored on a web based server.

View 1 Replies

Check If Server Is Online

Apr 29, 2010

What is the efficient way to check if server is onlie? I used code to check one table in the server to see app can reach it or not. I do not think it is the best way.

View 11 Replies

Check When Server Is Online?

Jan 23, 2010

How can i check if the server is online or offline? I was thinking of using the Try and Catch method.

View 4 Replies

Way To Detect If Web Server Is Online Or Off?

May 3, 2009

Is there a simple way to detect if a web server is online or off?

View 1 Replies

How To Acquire A Server / Online Storage

Apr 30, 2010

I have an idea of making a chat program with someone over the internet. So my understanding of what i have to do is create a server that holds a text file that can be manipulated by both parties. Then create a program to read the file and change it. So my question is am i on the right path? Also, How do i acquire a server/online storage?

View 5 Replies

Server Name To Connect To An Online Database?

Mar 11, 2010

I am having a small problem... I can connect to a local MySql Database using:

SQLConn.ConnectionString = "Data Source=servername;" & _
"Initial Catalog=databasename;" & _
"User ID=username;" & _
"Password=userpassword;"

Where servername is "localhost". I need to make a connection to an online database (same data structure). What should I put at the servername in that case? I do have all the info about the database in question (Domain, Ip, etc...). Which part should i use?

View 2 Replies

Connection Between Desktop Application And Online SQL Server?

May 19, 2011

I made a desktop application and I Have a server on the internet and I need to make a connection between them

Can some one advise me about this problem?

View 3 Replies

Loads The Data Onto A Sql Server Database Online?

May 24, 2012

I have a very useful vb6 program that reads ms access tables and loads the data onto a sql server database in the correct format. The customer maintains his data using the access tables. The vb6 program allows him to then select the data categories he wants and loads the data onto a sql server database online.I haven't used vb.net yet.

View 2 Replies

Online Check And Update Application From Ftp / Server?

Oct 10, 2009

I found there is something related "OnceClick"[code]...

but how to use it?? Got better solution like tray icon prompt the new version available. then prompt user permission for update~

if user accept to update, it will download from server and install and restart application.

View 1 Replies

VS 2008 Running Code On An Online Server?

Jan 22, 2010

ok so i have two "programs" one is a server and the other is a client (a little live chat). i dont want to keep my computer on for it to run the server so i wanted to somehow run it on my online server. is this possible?

View 3 Replies

Create A LogBook For An Online Server - Connect To The Databse Table?

Aug 24, 2009

What is my question? Well I believe its not a really hard one for those who know Basic.

Im trying to create a LogBook for an online server. What is the purpose of it, its simple. Right now we are doing it in a forum each one posting in a Log Thread, which game server they did the activity on, date, and time spent.

I have created the program so far, and what i would like to know, is if it would be possible that in the Texboxes i have, once you click submit, you will send the info to a Databse table.

How do i connect to the databse table?

View 2 Replies

Remote Server Returned / Bad Request While Connecting To QB Online Through Qbxml

Jun 5, 2012

My connection to QB online is working fine. It also works for add customers to QB online.When i am passing checks through it gives Bad request error.[code]

View 1 Replies

Access And Manipulate A Mdb File Available Online (on Web) Using VB?

Nov 6, 2009

I have a mdb file hosted on my site [URL]. I am developing an application which will be running on multiple machines and will contact the mdb file via internet. I am not sure how do i go about it as building the connection string for an online connection.

View 2 Replies

VS 2008 - Any Way To Access Database Online?

Jul 19, 2010

Currently I have this "commands" to access to a database in my computer:
Public conn As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source= " & System.AppDomain.CurrentDomain.BaseDirectory & "bd2.mdb;Persist Security Info=False;")
Dim strSQL As String = SQLcommand
Public cmd As New OleDbCommand(strSQL, conn)
My question is: Is there a way to connect to that database online?
Example: bd2.mdb is on [URL]

View 2 Replies

[2008] Connect To Online Access Db?

Jan 22, 2009

Can this be done? (It didnt want to connect...) so for example:

[Code]...

if not... what can i do to have a database that can be shared over the net? (My site is unix php based)

View 10 Replies

Update Control On Win Form: Windows-based-timer Vs Server-based-timer

Feb 24, 2011

In a vb 2010 project, I have 2 win forms: Form1 and Form2.

In the Form1 class there is a server-based timer: when the "elapsed event" fires, then I update the text of a Label1 on the Form2. A very simple code:

View 13 Replies

Connection To An Online Access Database From Application?

Jun 8, 2012

I am developing an application on VB.NET 2010, I am planning to make an online activation system, the idea behind is that Whenever someone installs my application, the application presents user an activation form, user will be entering product key, name and email address, and then system will establish a connection to a database which contains all the keys on WEB. So how should I make an efficient program to get rid of that.

View 2 Replies

Connect Vb2008 App To Online Access 2000 Database?

Feb 24, 2010

How can I connect my vb2008 windows app to an Access 2000 database which is located at www.mysiteserver.com/files/rubbishdatabse.mdb?What code is needed to do so? And where should I put the code in(of coz in the vb app, i know XD, but which part)?

View 8 Replies







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