- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
8 Posted Topics
Hey, what version of VB.NET are you using? Here is an sample of VB.NET 2005(connecting to mysql database. the syntax for MS SQL database is similar) [CODE] Dim column_1 as string Dim column_2 as string 'creat a text file first dim oWriter as system.io.streamwriter oWrite = system.io.file.createtext("c:\sample.txt") 'connection string and …
Use streamwriter [CODE] dim oWrite as system.io.streamwriter 'openfile oWrite = system.io.file.opentext("C:\sample") 'write textbox1.text to the textfile oWrite.WriteLine(textbox1.text) 'leave a space oWrite.WriteLine() 'close file oWrite.close() [/CODE] Hope that helps :) Cheers,
Hi all, I am writing a program which needs to connect to a mysql server I have set up. I use the proxy server at school to access internet. I found that my program cannot connect to the database. So how do I connect to mysql through the proxy server? …
We also encounter a lot of problems with SQL database connection. when we start our project. There may be something wrong with the SQL server. try to use mysql, this one is better. I say it is better because we finally make our sql server work with mysql :)
Hi friends, I want to write a multiform application. if I am running form1, I want to call form2 and end form1. can anyone teach me how to do it? I tried to set form1 as invisible, but I found it funny that if I close form2 by clicking on …
Hi I used the Data Source Configuration Wizard to connect to my access database, how do I write code to manipulate the data from the database? I read the book "Microsoft Visual Basic 208 step by step", it only teaches how to display data on the form. So how do …
Hi, I want to use VB.NET to connect to sql server remotely and input and receive data from the server. Can anyone help me to do it? I really appreciate code example. Thank you very much!!
Hi everyone, Here I post a new thread. Name: Daniel Sun. career in the future: software engineer. wish in this websit: I hope to make friends with you geeks, and become a software engineer with your helps!!! :)
The End.
hjdaniel.sun