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
~1K People Reached

5 Posted Topics

Member Avatar for adamdk

Hello I want to nest one listview inside another one, with the inner listview's data source taking a bound value from the parents as a parameter. Both DataSources are Stored Procedures. For example, imagine I have a database with two tables for car information, MAKE and MODEL. I want to …

0
89
Member Avatar for adamdk

I have not yet started this, I want some advice on how to proceed before I waste too much time! I am writing a Service which listens on a COM port, parses input, and stores relevant data to a database. I am fine with all of this, except I need …

Member Avatar for sknake
0
141
Member Avatar for S2009

If you are only reading one row from one column, you would be better to use int myVariable = (int) mySqlCommand.ExecuteScalar(); (might have to use int.parse I cannot remember) Scalar takes only 1 value from 1 row

Member Avatar for adamdk
0
909
Member Avatar for adamdk

Hello, I am writing a Form that is to be in three parts. 1. Date Selection 2. Report Selection 3. Report Display The way this should work is as follows. 1. User selects a date from section one 2. Section two updates to show a list of reports made on …

Member Avatar for kvprajapati
0
114
Member Avatar for chrispaul8676
Member Avatar for sknake
0
139

The End.