- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
3 Posted Topics
Hi, I have a Vb.Net solution that contains several forms that read/write to an MS Access database. My problem: When I copy my Vb.Net solution and Access database to a new computer, the data source connection string needs to be changed. Currently the data sources wizard sets the connection string. …
I'll go through the code for you, it's really straightforward. Start: int i = 1, j; while( i<= 3){ j = i; while(j <= 4){ system.out.println( 1 1 ) j = j + 2; } Now:(j = 3, i = 1) Next: while(j <= 4){ system.out.println( 3 1 ) j …
If I understand you correctly, when the combobox is set to a certain drug, you want the stocks corresponding to that drug to be stored in a textbox. Here is a solution: 'Create a dataview dim dv as new dataview 'Associate the dataview to dst (Dataset table) dv.Table = dst.Tables("Drugs") …
The End.
maurice91