Click here to Skip to main content
15,900,725 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Tabing to a certain program window from excel... Pin
TnTinMn14-Nov-13 16:35
TnTinMn14-Nov-13 16:35 
GeneralRe: Tabing to a certain program window from excel... Pin
harry.roy14-Nov-13 16:43
harry.roy14-Nov-13 16:43 
GeneralRe: Tabing to a certain program window from excel... Pin
TnTinMn14-Nov-13 16:55
TnTinMn14-Nov-13 16:55 
QuestionNeed Help Pin
Member 1040050613-Nov-13 17:44
Member 1040050613-Nov-13 17:44 
AnswerRe: Need Help Pin
Richard MacCutchan13-Nov-13 21:43
mveRichard MacCutchan13-Nov-13 21:43 
AnswerRe: Need Help Pin
Marco Bertschi13-Nov-13 22:17
protectorMarco Bertschi13-Nov-13 22:17 
QuestionConnect MySQL Database in Linux PC by VB.NET Pin
Biplob Singha Shee13-Nov-13 3:16
Biplob Singha Shee13-Nov-13 3:16 
AnswerRe: Connect MySQL Database in Linux PC by VB.NET Pin
Dave Kreskowiak13-Nov-13 4:44
mveDave Kreskowiak13-Nov-13 4:44 
1 and 2) How to do what?? Connect to the MySQL database in your code?? The exact same way you're doing it now. There are no changes as the connection to the database is completely O/S agnostic.

3) That is determined by the person installing the MySQL server on the Linux box. If the defulat ports are used, you don't have to change anything in your code.

4) This is not up to your code or you at all. This is left up to the admins at your customers site. If they want to run their own Linux server, they also have to support the infrastructure to allow clients to connect to it.

If you're the admin, well, you have a lot of stuff to learn about TCP/IP networks and firewalls that you're not going to get from a couple of forum posts. You will have to consult the MySQL documentation for the ports to open on the servers and clients firewalls.


Biplob Singha Shee wrote:
Is it just like the procedure in which I connected MySQL database installed in
Windows PC? I used MySQL connector.NET to connect. If I want to connect Linux
PC, what should I use? MySQL Connector/NET or MySQL Connector/ODBC ?


Again, you don't change anything in your code. The connection to the database does not care about what O/S the server is running. What you're talking about is the provider that sits between your code and the server. This will not change because the server is different. What you use is dependent on your code and client environment, not the servers.

GeneralRe: Connect MySQL Database in Linux PC by VB.NET Pin
Biplob Singha Shee13-Nov-13 8:03
Biplob Singha Shee13-Nov-13 8:03 
AnswerRe: Connect MySQL Database in Linux PC by VB.NET Pin
Bernhard Hiller13-Nov-13 21:05
Bernhard Hiller13-Nov-13 21:05 
Questionvoting system based on image steganography Pin
fizie896-Nov-13 6:38
fizie896-Nov-13 6:38 
AnswerRe: voting system based on image steganography Pin
Richard MacCutchan6-Nov-13 9:06
mveRichard MacCutchan6-Nov-13 9:06 
AnswerRe: voting system based on image steganography Pin
Mycroft Holmes6-Nov-13 12:00
professionalMycroft Holmes6-Nov-13 12:00 
QuestionStill The problem not solved regarding the edit button column. Pin
Member 101928355-Nov-13 20:40
Member 101928355-Nov-13 20:40 
QuestionRe: Still The problem not solved regarding the edit button column. Pin
Richard MacCutchan5-Nov-13 21:40
mveRichard MacCutchan5-Nov-13 21:40 
AnswerRe: Still The problem not solved regarding the edit button column. Pin
Member 101928355-Nov-13 22:11
Member 101928355-Nov-13 22:11 
AnswerRe: Still The problem not solved regarding the edit button column. Pin
Member 101928355-Nov-13 22:17
Member 101928355-Nov-13 22:17 
GeneralRe: Still The problem not solved regarding the edit button column. Pin
Mycroft Holmes5-Nov-13 23:40
professionalMycroft Holmes5-Nov-13 23:40 
GeneralRe: Still The problem not solved regarding the edit button column. Pin
Member 1019283527-Nov-13 23:14
Member 1019283527-Nov-13 23:14 
Questionvb6 how to identify windows 8.1 Pin
MikeD 24-Nov-13 7:31
MikeD 24-Nov-13 7:31 
AnswerRe: vb6 how to identify windows 8.1 Pin
Mycroft Holmes4-Nov-13 11:48
professionalMycroft Holmes4-Nov-13 11:48 
AnswerRe: vb6 how to identify windows 8.1 Pin
MikeD 24-Nov-13 22:57
MikeD 24-Nov-13 22:57 
GeneralRe: vb6 how to identify windows 8.1 Pin
Mycroft Holmes4-Nov-13 23:54
professionalMycroft Holmes4-Nov-13 23:54 
GeneralRe: vb6 how to identify windows 8.1 Pin
Bernhard Hiller6-Nov-13 3:21
Bernhard Hiller6-Nov-13 3:21 
AnswerRe: vb6 how to identify windows 8.1 Pin
TnTinMn5-Nov-13 13:11
TnTinMn5-Nov-13 13:11 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.