Click here to Skip to main content
15,899,754 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: AI program Pin
Casey Edison1-Nov-12 12:40
Casey Edison1-Nov-12 12:40 
GeneralRe: AI program Pin
Richard MacCutchan1-Nov-12 14:55
mveRichard MacCutchan1-Nov-12 14:55 
GeneralRe: AI program Pin
Casey Edison1-Nov-12 8:15
Casey Edison1-Nov-12 8:15 
GeneralRe: AI program Pin
Eddy Vluggen2-Nov-12 1:08
professionalEddy Vluggen2-Nov-12 1:08 
QuestionHow to INSERT multiple rows of data to sql table? Pin
zaimah31-Oct-12 1:28
zaimah31-Oct-12 1:28 
AnswerRe: How to INSERT multiple rows of data to sql table? Pin
Eddy Vluggen31-Oct-12 2:11
professionalEddy Vluggen31-Oct-12 2:11 
GeneralRe: How to INSERT multiple rows of data to sql table? Pin
zaimah31-Oct-12 2:28
zaimah31-Oct-12 2:28 
GeneralRe: How to INSERT multiple rows of data to sql table? Pin
Eddy Vluggen31-Oct-12 2:48
professionalEddy Vluggen31-Oct-12 2:48 
zaimah wrote:
sorry.. still cant understand how it works.

i have a html table where there are 3 columns studentID,studentName, courseName. There ada 10 rows of textbox for each column. Can u explain how can i use the one that u gave me?

That explanation would not fit in a single post.

zaimah wrote:
I'm not using gridview because my data doesn't exist in the sql table yet.

You'd need to CREATE TABLE before the INSERT. Both are done using Sql, a separate language with it's own syntax. The other method that's being described in the documentation, is the TableAdapter-approach, where the framework generates these commands on your behalf.

zaimah wrote:
been waiting every minutes for reply Smile | :)

As opposed to waiting, find yourself a tutorial, an article, anything that gets you moving in the right direction. It might take a few days before you get a satisfactory answer.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: How to INSERT multiple rows of data to sql table? Pin
zaimah31-Oct-12 3:01
zaimah31-Oct-12 3:01 
GeneralRe: How to INSERT multiple rows of data to sql table? Pin
Eddy Vluggen31-Oct-12 3:22
professionalEddy Vluggen31-Oct-12 3:22 
GeneralRe: How to INSERT multiple rows of data to sql table? Pin
zaimah31-Oct-12 3:53
zaimah31-Oct-12 3:53 
GeneralRe: How to INSERT multiple rows of data to sql table? Pin
Eddy Vluggen31-Oct-12 3:58
professionalEddy Vluggen31-Oct-12 3:58 
GeneralRe: How to INSERT multiple rows of data to sql table? Pin
zaimah31-Oct-12 4:17
zaimah31-Oct-12 4:17 
AnswerRe: How to INSERT multiple rows of data to sql table? Pin
Eddy Vluggen31-Oct-12 4:53
professionalEddy Vluggen31-Oct-12 4:53 
GeneralRe: How to INSERT multiple rows of data to sql table? Pin
zaimah31-Oct-12 5:28
zaimah31-Oct-12 5:28 
GeneralRe: How to INSERT multiple rows of data to sql table? Pin
Eddy Vluggen31-Oct-12 6:20
professionalEddy Vluggen31-Oct-12 6:20 
AnswerRe: How to INSERT multiple rows of data to sql table? Pin
Andy_L_J15-Nov-12 20:14
Andy_L_J15-Nov-12 20:14 
AnswerRe: How to INSERT multiple rows of data to sql table? Pin
April Fans19-Dec-12 17:43
April Fans19-Dec-12 17:43 
QuestionMemory required by a form Pin
Gagnon Claude30-Oct-12 1:35
Gagnon Claude30-Oct-12 1:35 
AnswerRe: Memory required by a form Pin
Eddy Vluggen30-Oct-12 2:38
professionalEddy Vluggen30-Oct-12 2:38 
AnswerRe: Memory required by a form Pin
Dave Kreskowiak30-Oct-12 7:07
mveDave Kreskowiak30-Oct-12 7:07 
GeneralRe: Memory required by a form Pin
Gagnon Claude30-Oct-12 13:24
Gagnon Claude30-Oct-12 13:24 
GeneralRe: Memory required by a form Pin
Dave Kreskowiak30-Oct-12 13:45
mveDave Kreskowiak30-Oct-12 13:45 
QuestionWhy can't i find a consistent set of examples for SQL and Linq Pin
Gerald Connolly29-Oct-12 11:51
Gerald Connolly29-Oct-12 11:51 
AnswerRe: Why can't i find a consistent set of examples for SQL and Linq Pin
Eddy Vluggen30-Oct-12 1:12
professionalEddy Vluggen30-Oct-12 1:12 

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.