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.

~498 People Reached
Favorite Forums
Member Avatar for coop123

Hello All, This is just an idea that I want to put into my personal project. I was wanting to create a calendar that can be used to store values. The user would be able to click on the number to view the data pertained in the Day of Week …

Member Avatar for kvprajapati
0
95
Member Avatar for coop123

Having Trouble inserting into Access Database. The following attachments are: Capture --> Actual Code Capture2 ---> Access Database Capture3 --> Error Message [CODE] public string saveTrace(Trace aTrace) { //get values from Transaction instance string traceID = ""; decimal amount = aTrace.getAmount(); string transType = aTrace.getTransType(); string dID = aTrace.getDealerID(); string …

Member Avatar for Momerath
0
94
Member Avatar for coop123

How would I be able to get the time of day from my computer and make it a string? Thanks. This is what I thought the code would look like but apparently its not that simple. [CODE] string timeOfDay = DateTime.Today.TimeOfDay.ToString(); [/CODE]

Member Avatar for apegram
0
86
Member Avatar for coop123

Hey Everyone, This is my second post so bare with me. I am trying to get some format exceptions to the following text boxes. It's starting to get on my nerves. I just hope I'm somewhat close to the solution but here is the code. I feel like I could …

Member Avatar for coop123
0
114
Member Avatar for coop123

[code] string sqlInsert = "INSERT INTO Transaction " + "(VIN, Price, TranDate, TranType) " + "VALUES('" + VIN + "', '" + price + "', '" + aDate + "', '" + transType + "')"; // check SQL string in Output window for debugging Console.WriteLine(sqlInsert); myDataAdapter = new OleDbDataAdapter(); //insert …

Member Avatar for coop123
0
109