Viewing 10 posts - 1 through 10 (of 10 total)
Perfect...thanks very much...my eyes were starting to cross
January 4, 2014 at 12:57 pm
Thank you Resender however I've not been able to figure out where this goes. Is this code meant to fit inside this querry:
<asp:SqlDataSource ID="testeventtime" runat="server" ConnectionString="<%$ ConnectionStrings:testingdategoliathConnectionString %>" SelectCommand="SELECT...
December 19, 2010 at 7:14 am
Thank you for the suggestion. Unfortunately at this time, I haven't explored "Stored Procedures" so as a Rookie, I don't yet have the skill.
December 17, 2010 at 7:07 am
No not homework. A real honest project. I created a test table. I may not have the vocabulary to continue this string with you becasue I am a...
December 16, 2010 at 5:01 pm
I haven't actually constructed the table but it will have three columns, with no links to any other tables. ID column with primary key int automatically adds an incremental....
December 16, 2010 at 4:21 pm
Absoulutely 100% perfect...no errors and everything where it should be.
Thanks very much.
February 26, 2010 at 1:59 pm
SELECT cbasagentroster.Lname, cbasagentroster.CellPh, cbasagentroster.AgentEM, cbasagentroster.offcodeID, officeinfo.offcodeID AS Expr1, officeinfo.office,
...
February 26, 2010 at 12:26 pm
Thank you. I've tried everything including 'left" join but I get a syntax error for any value except "cross"
February 26, 2010 at 11:49 am
i've actually made some progress.
I created the querry:
SELECT cbasagentroster.Lname, cbasagentroster.CellPh, cbasagentroster.AgentEM, cbasagentroster.offcodeID, officeinfo.offcodeID AS Expr1, officeinfo.office,
...
February 26, 2010 at 9:45 am
Thanks very much to all who responded. This solved my problem. 🙂
February 26, 2010 at 7:22 am
Viewing 10 posts - 1 through 10 (of 10 total)