Click here to Skip to main content
15,910,981 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need help on String manipulation Pin
Slow Learner22-Feb-06 5:52
Slow Learner22-Feb-06 5:52 
GeneralRe: Need help on String manipulation Pin
Jason McBurney22-Feb-06 6:36
Jason McBurney22-Feb-06 6:36 
GeneralRe: Need help on String manipulation Pin
Slow Learner22-Feb-06 8:14
Slow Learner22-Feb-06 8:14 
GeneralRe: Need help on String manipulation Pin
Guffa22-Feb-06 9:53
Guffa22-Feb-06 9:53 
GeneralRe: Need help on String manipulation Pin
Slow Learner22-Feb-06 10:57
Slow Learner22-Feb-06 10:57 
AnswerRe: Need help on String manipulation Pin
Guffa22-Feb-06 11:52
Guffa22-Feb-06 11:52 
Questionvb.net problem Pin
pankajgarg1222-Feb-06 4:53
pankajgarg1222-Feb-06 4:53 
AnswerRe: vb.net problem Pin
Jason McBurney22-Feb-06 8:56
Jason McBurney22-Feb-06 8:56 
This is a huge question; however, in order to do what you are asking... Take a look at connection strings which will be used to attach to your database (eg. New SqlClient.SqlConnection(sqlConStr)). Once attached to your database, create a idbcommand object from the connection object (getcommand() fucntion) and fill the commandText property with your sql command. Lastly run the command's executeQuery or executeNonQuery function to have your database evaluate your sql and return a result. Some resource that will be valuable:

http://www.connectionstring.com/[^]
http://java.sun.com/developer/onlineTraining/Database/JDBCShortCourse/jdbc/sql.html[^]
http://www.codeproject.com/cs/database/ConnectMySQL.asp[^]

do you need to investigate an online backup[^] company
Question[Message Deleted] Pin
Rashar22-Feb-06 3:32
Rashar22-Feb-06 3:32 
AnswerRe: How can I load a dataset with a variable from form1? Pin
AlexeiXX322-Feb-06 6:07
AlexeiXX322-Feb-06 6:07 
QuestionVB.net problem Pin
Member 158774122-Feb-06 3:30
Member 158774122-Feb-06 3:30 
QuestionUsing DAO to Create DBASE Files From VB Pin
TJWH22-Feb-06 2:21
TJWH22-Feb-06 2:21 
AnswerRe: Using DAO to Create DBASE Files From VB Pin
Divya Rathi22-Feb-06 3:36
Divya Rathi22-Feb-06 3:36 
GeneralRe: Using DAO to Create DBASE Files From VB Pin
TJWH23-Feb-06 1:30
TJWH23-Feb-06 1:30 
GeneralRe: Using DAO to Create DBASE Files From VB Pin
Divya Rathi23-Feb-06 5:27
Divya Rathi23-Feb-06 5:27 
Questionhow to add RichTextBox To DataGridView Pin
Mehrafrooz22-Feb-06 1:33
Mehrafrooz22-Feb-06 1:33 
QuestionCreate a backup program Pin
jerseyden22-Feb-06 1:17
jerseyden22-Feb-06 1:17 
AnswerRe: Create a backup program Pin
japel22-Feb-06 1:36
japel22-Feb-06 1:36 
QuestionRe: Create a backup program Pin
jerseyden22-Feb-06 1:45
jerseyden22-Feb-06 1:45 
QuestionI want to create a Datagrid column having DropDownList control just like ASP .NET. Pin
Pankaj Kulkarni22-Feb-06 0:54
Pankaj Kulkarni22-Feb-06 0:54 
QuestionDrag&Drop onto Form without Controls Pin
ibexcentral22-Feb-06 0:08
ibexcentral22-Feb-06 0:08 
QuestionRemove rptTextBox in Data Report during Run Time Pin
PremalathaP21-Feb-06 22:54
PremalathaP21-Feb-06 22:54 
Questionadding webservice Pin
jayoc21-Feb-06 21:42
jayoc21-Feb-06 21:42 
QuestionHow to associate a pop up menu with a listbox? Pin
KaKa'21-Feb-06 21:33
KaKa'21-Feb-06 21:33 
QuestionHow to get CRL Pin
Mahesh Jadhav21-Feb-06 21:31
Mahesh Jadhav21-Feb-06 21:31 

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.