Make Your Form Connect To An Online Database?
Dec 20, 2009I was wondering how I could, for example, make a prompt, with the text in that prompt match with the text on a secure web-page.[code]...
View 4 RepliesI was wondering how I could, for example, make a prompt, with the text in that prompt match with the text on a secure web-page.[code]...
View 4 RepliesI 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]...
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?
Well i somehow failed to use the search on this site. How do i connect to an online mysql database via VB.NET? I did lot's of search the past few days Could not find my answer.
View 11 RepliesDoes anyone know where i can find out how to connect to an online database to authorize a user login? On my form i have TextBox1 and TextBox2
View 2 RepliesHow 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 RepliesMy code is the following[code]....
I don't have any errors on the password orr the database!!!I only have errors on the "sqlquary"
I'm trying to set up a login form which draws the username/password from an online database but keep getting the same error(shown in attachment).
Imports System.Data.SqlClient
Imports MySql.Data.MySqlClient
Public Class LoginForm1
[code]....
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..
in my project, when a new user register online on my website, then my project create a directory on server with the user name "abc" and copy a myDB.mdb file in it.this .mdb file contains predefined 2 tables.now my question is :1 is it possible to connect and use with Dataset.xsd in this task.2 how each user read and write data with there own myDB.mdb file
View 1 RepliesCan 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)
i have the form attach...i want to make a search script that connect to a database and return to me the components into the text boxes...i search after a computername.
View 1 Repliesany one here can help me to make access database and connect it to a visual basic 2010 program and update and retrive information from it
View 2 RepliesI am trying to make a login screen that is connected to a mysql database. I cant seem to get it to work it keeps giving me an error that says ("there is already an open datareader associated with this connection which must be closed first")
Imports System.Data.OleDb
Imports MySql.Data.MySqlClient
Public Class SalePersonLogIn
Dim con As MySqlConnection = New MySqlConnection("Data Source=localhost;Database=testdatabase;User ID=fvfvxcv;Password=cxxvx;")
[Code] .....
Been trying to make my .net prog connect to an access database. I cant figure out why I keep getting this generic error message. A first chance exception of type 'System.Data.OleDb.OleDbException' occurred in System.Data.dll Heres my code.This is my class to create the connection to the database:
[code]...
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?
I am facing a situation with winsock. My application successfully connects to any computer that is connected on my router but i can't connect to any online computers (using port 7771). It simply doesn't connect without any kind errors. Any ideas? I am using port 7771 as local and remote port.
View 9 RepliesI have created a login screen but I need to connect a database that hold all of the login information to the form on visual basic. My question is how do I connect the two together so that it works like a e-mail address acount like on google's gmail?
View 2 RepliesI am a new member here and i would like some help with my problem, i am working on my graduation project and it is about mobile learning, i'm using visual basic.net and using the sql database i want to connect my data base with the form in visual basic, how can i do that.
View 2 Repliesis it possible to connect the database which in different form. For example which form1 make the connection to database and while form2 make the data update and retrieve from the database.Or another example, is i login as manager and i open up the manager form, in manager form we will establish a connection. and in the manager form there is 3 different buttons and each button will open up a new form. in the new open form we will be able to add or edit or view the account data and exit. but using the connection that make at manager form. Can it be done?
View 7 Repliesmake a login form connect with a access file?
View 3 RepliesI'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".
How to Connect an MySQL to VB8 Form to access File from database I used several codes but connection is not establishing have to connect VB form button by click it connect to database in C# code so Help me to connect for database in C# source code
View 1 RepliesI 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]....
my name is Bogdan and I am having a litte bit of a problem with vb.net.In my computer I have instaled Microsoft Visual Basic 2010 Express...so long everything it's ok.I told one of my friend about this cool program and now we want to make a program together in our free time but from each other computer...soo how do i make a online "vb.net project" (i am not sure if i have express myself correctly)that i can access from each other pc?I google this problem and i didn't find anything and now am starting to think this isn't even possible..
View 4 Repliesi have zero programming knowledge and wanting to learn programming from seeing people making bots for online games, i always seek the knowledge if things and wonder how they do them, even though its pretty useless motive lol i just want to know what knowledge needed to making bot for online game am learning know VB.net 2008 got visual basic step by step book for 2008, i was searching for online game hackers forums and hear them type things like hooks, packets sniffers , etc , so what things do i need to learn beside visual basic 2008 to make bots for online game? i wonder how can i connect my program to other programs
View 1 RepliesI am working on software that is Accounts Software there a database and some forms. There is a database which is made in sql server 2000 and there are many tables. My question is that I make that software for a Clint and database will be attached in my computer. Both are using DSL internet me and Clint too. I want to that when my Clint open that software and then he work in the software then he save record so it saved in my computer database. I saw software same as there is a bat format file I have to run first it then it successful then I can open software. [Code]
This is just use when software is running in my own computer but what will be connection when my Clint will use software and he is also using DSL internet connection so how can create connection between server and Clint.
How can I make vb.net application online. Is it possible? so it's can be access from anywhere..
View 3 Repliesi want to know how to make online exam application using VB.NET & SQL SERVER,Suppose there is a question followed by 4 options, & USER have to select one of them,also there is a time restriction for example ,30 min for 25 question and time should be visible to user.then after time over he will be not able to do anything and redirected to result page.At last it will calculate the total no of marks scored and show in graph and report wise.
View 1 RepliesI am a beginner in vb.net. I have made a project in this. Now I want to make it online.Also how to use asp.net with vb.net?
View 7 Replies