Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
0 Endorsements
Ranked #17.3K
~17.3K People Reached
Favorite Forums

12 Posted Topics

Member Avatar for inspire_all
Member Avatar for gibuh

you have to select fname and lname where userid=textbox1.text after you get the data you put it on textbox2.text for fname and lname to textbox3.text

Member Avatar for ling_tj
0
69
Member Avatar for Sonic42

on Form1 you have to save the picture that you choose in the global(public) variable. and then on Form2 you just call it.

Member Avatar for Deep Modi
0
11K
Member Avatar for ismah

first of all you have to add many components -Ms ADO Data Control 6.0 -Ms Common Dialog 6.0 on A1, B1, C1, ... (Row Excel) fill with name of atributes on table as like as Access. for example ID, Name start the data that you what to save in A2, …

Member Avatar for ling_tj
0
235
Member Avatar for syed rashid

just improvement from Jx_man's code Dim i As Integer For i = 0 To List1.ListCount - 1 If List1.Selected(i) Then ' Text1.Text = Text1 + List1.List(i) + "," If Text1.Text = "" Then Text1.Text = List1.List(i) Else Text1.Text = Text1 + "," + List1.List(i) End If End If Next

Member Avatar for ling_tj
0
220
Member Avatar for poshka

SELECT MAX(COURSE.SEM_NO) FROM COURSE, STUDENT_INFO WHERE COURSE.C_ID=STUDENT_INFO.C_ID AND STUDENT_INFO.S_ID='0001';

Member Avatar for ugi.nagesh
0
127
Member Avatar for davy_yg

http://www.techonthenet.com/sql/tables/alter_table.php ALTER TABLE table_name RENAME COLUMN old_name to new_name;

Member Avatar for ugi.nagesh
0
391
Member Avatar for ernestclyde
Member Avatar for gbhs

check this out [Click Here](http://www.vbforums.com/showthread.php?529432-RESOLVED-Save-Listview-Data-to-a-DataBase) maybe, it will help you

Member Avatar for ling_tj
0
1K
Member Avatar for kipslem
Member Avatar for princessophia

ofstream myfile; myfile.open(dirLog, std::ios_base::app); if(!myfile) { return FALSE; } > change 'dirLog' with your directory file path

Member Avatar for ling_tj
0
329
Member Avatar for alina.nazchowdhury

The End.