Some of the links for sql questions didnt work.
running an ASP.net web form, the software will run and add entries to a database. the sql database was added, table created and a GridView control wired in place. It would not show at all until i added dummy values in the dB.
So now, how to fill the database? the other part of the software works. i make it run and it outputs the data into a textbox. now is the time to start adding the data, which is either text or datetime, into rows.
what is the direct way to do this? the program will add pars of text and datetime, so 2 and 2, the tricky part is it must add the values only if the datetime is close or identical. but is this done with a connection string? could i add a text and datetime part 1 and then have a sql string say write the text and datetime part2 only if datetime 2 - 1 is within 2 seconds
thanks