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


ADVERTISEMENT

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

.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

Connect To A MySQL Database On A Server?

May 4, 2010

I have a database in MySQL server called MD

View 2 Replies

VS 2008 : Connect To A MySQL Database On A Server?

May 4, 2010

I have a database in MySQL server called MD

Server: Local host
User: root
Pass: wccmd12
port 3306

How do I connect to this database in vb.net?

View 2 Replies

[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

VS 2010 - MySQL Connector As A Resource On My Application - Connect To My MySQL Server

Jun 21, 2012

What i have going on, is i have a MySQL connector as a resource on my application, and im basically trying to connect to my MySQL server, to either a) register a new account, or b) check that the account exists and they are premium, and login, Now what i have run into problems with is: My MySQL Database Name has a _ in it which VB is not allowing for some strange reason.

The code i am using is below

Imports MySql.Data.MySqlClient

Public Class Form1

Function UpdateRecord(ByVal query As String) As Integer

[CODE]...

How i can allow the _ into the application, because the only databases that don't have a _ in the user or dbname are a) Paid ones which i DO NOT have the money for or self hosted ones, i cannot leave my computer on 24/7

View 3 Replies

Make A Login System Mysql Try To Connect To A Mysql Database?

May 3, 2010

I am trying to make a login system mysql try to connect to a mysql database.

Here is my code:

Imports MySql.Data.MySqlClient
Public Class LoginForm1
Dim MySqlConnection As MySqlConnection
Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click
MySqlConnection = New MySqlConnection()

[code]....

View 6 Replies

Error - (10061) ERROR [HY000] [MySQL][ODBC 3.51 Driver]Can't Connect To MySQL Server On

Jun 4, 2010

I'm connecting to my mysql server using ODBC in vb.net, the database is shared throughout the company because it is used in an accounting program (simply accounting), each user has their own account user/pass to login to the database. I have developped a program that uses the accounting database and combines it with other information, my problem is that at least once a day I get this error when I run my program: "(10061) ERROR [HY000] [MySQL][ODBC 3.51 Driver]Can't connect to MySQL server on"and the error persists for at least 4 hours, for some reason it starts to work again later on in the day.

View 1 Replies

Mysql Database Connect With Mysql-connector-net

Jan 30, 2011

I can have mysql database. but i have not mysql. how to connect this database vb.net 2005. but i have mysql-connector-net . I want to mysql-connector-net use to connect this database. database path(C:Documents and SettingsAdminMy DocumentsVB.NETStock delnaSTC.sql)

View 3 Replies

Connect To A Web Mysql Server?

May 16, 2010

I want to use datasources or something to connect VB to mysql db and execute a querry with the information filled in and standard information.

i know how web scripts work with mysql but in VB i cant find any tuts anywhere about mysql and vb

View 6 Replies

.net - Cannot Connect To MySQL Server Over Different Domains?

Oct 4, 2011

I'm having a problem connecting to a MySQL server over two different trusted domains.We're developing an app for internal use and have been using MySQL till now. It's a desktop app written in vb.net.Up until now all the users were on the same domain and there were no issues. Just recently there was an higher-level decision to split users in 2 different domains for various reasons.The problem is that users from the new domain cannot access the server. If that helps, I was told by the administrators that the users from both domains are trusted. Both machines are running Windows Server - 2003 and 2008.The server port is open, the grants are all in there(base_class@%) but upon attempt access denied for user base_class@datablock2.

View 3 Replies

Unable To Connect To Mysql Server

Apr 9, 2010

I have created a server-client application in Vb.net with back end Mysql .In client while am trying to run its showing the following message

"Unable to connect to the specified MYSql hosts"

View 4 Replies

Connect To Mysql Located On My Website's Server?

Dec 4, 2009

i want to connect to mysql located on my website's server in visual basic.

View 1 Replies

VS 2008 Remotely Connect To Mysql Server?

Sep 9, 2010

from vb.net code i try to remotely connect to mysql server :

Dim conn As New MySqlConnection
Dim comand As New MySqlCommand
Dim myconnstring As String = "server=192.168.1.100" _

[Code]....

I get Timeout I/O operation. With mysql front i can connect without problem.I closed windows firewall.

View 1 Replies

Unable To Connect To BBDD MySql In Virtual Server

Jan 2, 2011

Uneable to connect to BBDD MySql in Virtual Server with Parallels Plesk Panel.

Does any one know how to connect to a Parallels Plesk Panel Server (my host is 1&1)?

View 4 Replies

Way To Connect To A MySQL Server In Windows Using Dial-up Connection

Nov 6, 2011

I have a client that wants to connect to his MySQL database using Dial-up/Modem connection. All i know is a phone number. I will be using VB.NET 2005 for this project. We also have a LAN Connection setup to other computer, but some of this computer only uses Dial-up to connect. The LAN connection works fine because i can just use the Local IP to create a connection string.But my problem is how do i get to connect to a remote server using a Dial-up? I know building a connection string require an IP to connect. Do i need to get the IP after a dial-up connection is connected or to i need to use different approach? I have a server and i have 10+ clients, the server has a T1 connection + a dial-up modem installed also.I created a POS system to all the clients, Some clients uses dial-up some uses LAN. What the server do is all the records of the clients POS will be sync to one database on the server in one table. If i'm in the server and and i selected a station/client and click SYNC button all the records on that client will be sync to the server.

View 2 Replies

Can't Connect To Mysql Database

Dec 28, 2011

VB.NET Express 2010.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

[Code].....

View 1 Replies

Application That Has To Connect To A MySQL Database And FTP

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

Connect To A Remote Database(mySQL) On LAN?

Jun 21, 2010

I have connected VB.net and mySQL on a the same PC before, but I have no Idea how to connect VB.net to a remote PC(LAN)[code]...

View 12 Replies

Connect To A Remote Mysql Database?

Jul 22, 2009

Im trying to connect to a remote mysql database, and im having alot of crazy issues, i have checked connectionstrings.com for information, im used to doing this in vb6, but times are changing and im trying to rewrite my apps for vb.net. anyone able to help with the new connection string to get it setup so i can connect to a remote database? i already installed and added mysql.data MSI isntaller on there and its version 6.0.4 i beleive, how can i make this thing connect to the database now?

View 24 Replies

Connect To Mysql Database From Asp Page?

Feb 11, 2011

I want to connect to mysql database from my asp page.So for that as per what my hosting providers told i used the connection string where server is given as "localhost:3309"

Dim myConnection As MySqlConnection = New MySqlConnection("server=localhost:3309; user id=TID; password=TPWD; database=TDB; pooling=false;")
Dim strSQL As String = "SELECT * from Device_Data"

[Code].....

So is this the server issue?? If yes then what should they do to resolve this issue? When contacted the server guys they are saying this is my coding issue..

View 2 Replies

Connect To MYSQL Database From VB Express?

Jan 12, 2010

I am trying to figure out how to connect to a MySQL Database and manipulate it using VB Express 2008

View 6 Replies

Connect To MySql Database On 000webhost?

Mar 22, 2012

I'm trying to connect to MySql database on 000webhost. But I can't.there is error: "Unable to connect to any of the specified MySQL hosts". I need help with my connection string, I think its something wrong, It's look like this:

Public ConnString As String = "Server=mysql15.000webhost.com; User = xxxxxxxx_user; Password = mypaag33;Database = a5587725_dbBV"

View 4 Replies

Connect To Mysql Database On One Of Domain?

Apr 16, 2009

I would like to connect to mysql database on one of my domain.I downloaded and installed http:[url]....and when i try to connect using Vb.net 2008 using DAtasource :mysql database.i get this error unable to connect to any of the specified Mysql hosts.

View 35 Replies

Connect To Mysql Database Online?

Aug 16, 2009

I have mysql database in my website (server) .How can i connect to this database using vb.net?

I am only able to connect to local mysql database on my computer.[code]...

View 3 Replies

Connect To Mysql Database With Windows 7?

Jun 11, 2011

I have some problems with a vb.net application. My application was perfectly working on XP, but now on my windows 7, each time I want to connect to localhost, I have a driver problem (in french, that's why I don't put it here)...

View 1 Replies

How To Connect Form To MySQL Database

Jul 28, 2011

I've followed a guide as to how I connect a form to mysql as per:
Private Sub Form1_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
TestConnection()
End Sub
Public Sub TestConnection()
[Code] .....
And when I launch the form I get the error "unable to connect to the specified hosts".

View 3 Replies

Sql - Connect To Mysql Database From Another Computer?

Feb 26, 2012

how to connect to a database of another computer in same local network using vb.net? We already enable remote connection in the sql server configuration and also sql browser and we already connected with one another using wireless network. Here is our connection in vb.net

"Data Source=NEWUSER0602akzSQLEXPRESS;Initial Catalog=sample;Integrated Security=True" is there something wrong with this? because when i input a data it always show me the error "An network-related or instance-specific error occurred while establishing to SQL Server"

View 1 Replies

Unable To Connect To MySQL Database?

May 17, 2012

I have written a new app in VB.net as a front end to a mySQL database held on a PC on the LAN running Windows XP. This worked fine for a while. The PC running the mySQL server started locking up (XP errors, not mySQL errors according to the event logs), so I decided to have a go installing Ubuntu to run the mySQL server to see if that was more stable.Ubuntu 11.10 is now installed, and mysql server is also running. I have imported the old sql database files and the mySQL workbench shows all tables are imported successfully.

HOWEVER, I cannot get my VB application to connect to the database now it resides on Ubuntu - just returns "Unable to connect to any of the specified MySQL hosts" when i try to open a connection. I am fairly new to Ubuntu and MySQL, and don't know if the fault lies with the O/S (a firewall config problem perhaps?) or if I need to do something different with mySQL.I can ping the Ubuntu pc from the client pc and vice versa.I have used ufw to open port 3306 on the server The ufw logs do not show any errors when I try to connect from the client pc, so I don't think it's a firewall problem (but could be wrong). I thought it may be something to do with the usernames I use in the connection string, but when I change these (deliberately use the wrong password for example) I get the same message, rather than a username/password error Is anyone else using a client PC running Windows (W7 or XP) to connect to a mySQL database running on a Ubuntu server?

View 8 Replies







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