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 #4K
~2K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for Oblivi8or

to update Database (vb.net Code) Dim cb as new oledb.oledbcommandbuilder(da) ds.tables("yourtablename").rows(rowno).item(columnno)="Value" ds.tables("yourtablename").rows(rowno).item(columnno)="value" da.update(ds, "Yourtablename") 'da = dataadapter object 'ds = dataset object

Member Avatar for Novagrail
1
2K
Member Avatar for vamas

Hai all, I am new to programming. I never been into multiuser system programming. In one of my interview, they asked me like......... There is a table with order details.......like order no (auto increment field),order detail. If there are multi users in the system. If one user is accessing orderno …

Member Avatar for debasisdas
0
84
Member Avatar for vamas
Member Avatar for arjunsasidharan
0
73
Member Avatar for vamas

Hai Friends, I am new to vb.net. Now i am using Vs.net 2003 to develop my vb.net programs. I have 3 textboxes,one button and one datagrid (not datagridview). when i click this button, the entries in the textbox has go to datagrid. similarly, i will do multiple entries in the …

Member Avatar for vamas
0
108

The End.