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
~278 People Reached
About Me

student

Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for sri phani

i am getting a problem during oledbdataadapter update at runtime my code is like this [code] con.open(); oledbdataadapter oda=new oledataadapter(commandtext,con) // first dataadapter dataset ds=new dataset(); oda.fill(ds,"labs"); for( some condition) { string commandtext2="bla-bla"; oledbdataadapter oda2=new oledataadapter(commandtext2,con) // second dataadapter dataset ds2=new dataset(); oda2.fill(ds2,"class"); cmd.commandtext="sql statement"; oda2.fill(ds2,"subjects"); my code logic here …

Member Avatar for lolafuertes
0
104
Member Avatar for Jason123

How to counter invalid input for char. Let say i have a menu which allow user to key in and cin only accepts char. How can i make sure that user to more key in a string etc.

Member Avatar for Jason123
0
174