Buying Require Help In Asp.net MVC-5 Microsoft Visual Studio 2012/13

Discussion in 'Programming' started by Commoner, Jun 28, 2014.

  1. #1
    Hi D.P Members,

    I'll lay the context before the questions.

    1st Issue: One of the database elements is 'Time'. This 'Time' element is fixed throughout all records being created which got me startled.
    Question: What are the codes to change the 'Time' element to "Actual real life Time"?

    2nd Issue: If I've resolved 1st Issue and generated out database records.
    Question: What are the codes to generate a graph from the database?

    I'm offering to pay $10 for these two tasks as it is utmost urgent, thank-you.

    Warmest Regards,
    Commoner
     
    Commoner, Jun 28, 2014 IP
  2. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    1. Use the free SQL Server addon tool SQL Search (http://www.red-gate.com/products/sq...gn=sqlsearch&gclid=COWI8p6UqL8CFQMuaQodkXYAxg) to find all the records named Time and build a list of the records.

    2. Build a script to Update TableName Set TimeColumn = getdate() for each table the time column exists. (This will update all records to Right Now on the server).

    3. Alter each table to have a default constraint of GetDate() - then, any time it gets inserted, it will automatically add the current date.

    4. You can make charts right in sql server's manager ui tool - just create the design, and add the tables, and print screen :)
     
    ccoonen, Jul 2, 2014 IP
  3. Commoner

    Commoner Banned

    Messages:
    208
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    78
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Hi Ccoonen,

    Thank-you for your assistance.

    However, I've no clue on SQL Server's manager UI tool, may need your personal help. There is not much choice left for me only to leverage on D.P forums :'(

    Kindly pardon me.

    Best Regards,
    Commoner
     
    Commoner, Jul 3, 2014 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    by the UI tool - I meant Microsoft SQL Server Management Studio... if that is even your type of database - what type of DB is it?
     
    ccoonen, Jul 3, 2014 IP
  5. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    or, are you saying you want the .net code to say current time, vs what the database's time is saying? then you can just do DateTime.Now()
     
    ccoonen, Jul 3, 2014 IP
  6. Commoner

    Commoner Banned

    Messages:
    208
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    78
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    Hi Ccoonen,

    Thank-you for your response.

    As for Database, I'm using Microsoft Visual Studio 2012/13. It is not simple as this framework is too fixated.

    Best Regards,
    Commoner
     
    Commoner, Jul 3, 2014 IP
  7. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    well, Visual Studio is the IDE to do development - sql server, access, oracle, mysql, are the actual database types (plus hundreds more). but I'll suspect you are using sql server as the datastore. Are you from the US? if so, I can give you my cellphone # and you can call me and I'll answer your question asap :) or - maybe you can let me remote into your computer and I can assist that way? via logMeIn.com or something similar.
     
    ccoonen, Jul 3, 2014 IP
  8. Commoner

    Commoner Banned

    Messages:
    208
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    78
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #8
    Hi Ccoonen,

    I'm based in Singapore currently, will humbly seek your assistance. Do you have Skype or Teamviewer, kindly aid me in my conquest, thank-you.

    Skype No: (940)-785-3922

    Warmest Regards,
    Commoner
     
    Commoner, Jul 3, 2014 IP