Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #55.0K
Ranked #4K
~356 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for aalto

i cant get you plz paste your code example: oledbconnection a=new oledbconnection(" ") a.open() oledbcommand........ oledbreader c........ int i=0 while c.read() i=i+1 combobox1.items.add(i) End while a.close() private void combobox1_indexchanged(.............. a.open() n=combobox1.selecteditem() for i=0 to n c.read() end for s=c.item(1) combobox2.items.add(s) combobox2.selecteditem=s a.close() it might hava got lot of syntax errors …

Member Avatar for aalto
0
112
Member Avatar for guiman
Member Avatar for DdoubleD
0
135
Member Avatar for chanlichin

insert the columns in the database then use update statement to calculate fault and whatever you want

Member Avatar for Kalpsanu
0
109

The End.