Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K

8 Posted Topics

Member Avatar for smd5049

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 …

Member Avatar for Satyam Kr. Jha
0
1K
Member Avatar for nevets04

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,

Member Avatar for hjdaniel.sun
0
223
Member Avatar for hjdaniel.sun

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? …

Member Avatar for kvprajapati
0
70
Member Avatar for tedhead2

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 :)

Member Avatar for tedhead2
0
141
Member Avatar for hjdaniel.sun

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 …

Member Avatar for hjdaniel.sun
0
130
Member Avatar for hjdaniel.sun

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 …

Member Avatar for hjdaniel.sun
0
191
Member Avatar for hjdaniel.sun

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!!

Member Avatar for kvprajapati
0
324
Member Avatar for hjdaniel.sun

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!!! :)

0
37

The End.