Search Results

Showing results 1 to 20 of 20
Search took 0.01 seconds.
Search: Posts Made By: babbu ; Forum: VB.NET and child forums
Forum: VB.NET Oct 15th, 2009
Replies: 28
Views: 1,149
Posted By babbu
i think there are extra inverted commas at the end of the update statement
Forum: VB.NET Sep 30th, 2009
Replies: 3
Views: 287
Posted By babbu
subquery is not the only way.
u can simply create another query and fetch the data from the other table.
alternatively u can also use data tables...
Forum: VB.NET Sep 24th, 2009
Replies: 4
Views: 536
Posted By babbu
what r u trying to do..?
do u want the user to enter only numeric values?
Forum: VB.NET Sep 20th, 2009
Replies: 7
Views: 586
Posted By babbu
first u have to think of a way to determine whether data is saved or not.
thn this factor can be used as a condition to determine if u want to run the above code or not.

Private Sub...
Forum: VB.NET Sep 6th, 2009
Replies: 6
Views: 413
Posted By babbu
Forum: VB.NET Sep 6th, 2009
Replies: 4
Views: 337
Posted By babbu
on button click event
me.close()
frmnewform.show()
Forum: VB.NET Aug 13th, 2009
Replies: 7
Views: 1,728
Posted By babbu
this is the property of the datagridview
Forum: VB.NET Aug 13th, 2009
Replies: 7
Views: 1,728
Posted By babbu
change the property
allow users to add row to false
Forum: VB.NET Aug 12th, 2009
Replies: 7
Views: 1,728
Posted By babbu
wht is the error tht u r geting
Forum: VB.NET Aug 11th, 2009
Replies: 6
Views: 472
Posted By babbu
lstData.items.add(datatable.rows("column name")(row).tostring)
Forum: VB.NET Jul 27th, 2009
Replies: 13
Views: 683
Posted By babbu
either delete the complete row and add a new row for the qty to be added or else use insert statement and specify only the qty column
Forum: VB.NET Jul 27th, 2009
Replies: 13
Views: 683
Posted By babbu
ok remove the try catch statement
and get the exact error tht u r getting
Forum: VB.NET Jul 27th, 2009
Replies: 13
Views: 683
Posted By babbu
why have u commented
dc.close.
the error might be because the connection is already open and u r again trying to open it
Forum: VB.NET Jul 27th, 2009
Replies: 13
Views: 683
Posted By babbu
u can use data table along with command builder to add data.
but u will have to create a new row in the data table.
the inserting part will be taken care by the command builder
Forum: VB.NET Jul 27th, 2009
Replies: 13
Views: 683
Posted By babbu
wht is the error tht u r getting?
Forum: VB.NET Jul 26th, 2009
Replies: 4
Solved: multiforms
Views: 201
Posted By babbu
i also recommend using mdi form
Forum: VB.NET Jul 26th, 2009
Replies: 3
Views: 812
Posted By babbu
if its the selected value tht u want to add
then try

cbocustomer.selecteditem.tostring
Forum: VB.NET Jul 11th, 2009
Replies: 11
Solved: Random Numbers
Views: 600
Posted By babbu
you can store each random no. in an array.
and when the next random no. is generated check whether it has been generated by checking the contents of the array.
Forum: VB.NET Jul 10th, 2009
Replies: 12
Views: 684
Posted By babbu
regarding ur parameter question
"?" indicates that this is the parameter. it is just any value.
but the value is decided by some other control.
eg.

insert into customer values "abc"

this is...
Forum: VB.NET Jul 5th, 2009
Replies: 12
Views: 684
Posted By babbu
u need to use queries to insert data.
eg.
u begin with establishing a connection with the statement

dim oledbcon As New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data...
Showing results 1 to 20 of 20

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC