Viewing 15 posts - 1 through 15 (of 18 total)
Thanks very much ED the example you provided done the trick
lon
January 21, 2013 at 8:54 pm
Thanks for responding
I am not for sure what your question is . I farly new at this.
Yes I have data in the TRIP_DETAILS TABLE. YES I HAVE DATA IN MY...
January 18, 2013 at 1:41 pm
COULD SOMEONE PLEASE LOOK AT MY 1st POST. Please tell me if the table structure is a one-to-many.
Thanks
January 18, 2013 at 11:21 am
Thanks so very much. It would look like MS would fix this.
I set my dates fields to "date" in sql and my time to "time(4)
January 9, 2013 at 2:47 pm
I am using vb.net 2010 pro. I am new at this. Maybe i need to do a conversion or somthing in vb. Which I do not know how to do.
thanks
January 8, 2013 at 9:07 am
Changing to datetime2 did not work. any other ideas?
thanks
January 8, 2013 at 8:51 am
:-PI got it going it was the prmissions.
Thanks so much to all
January 7, 2013 at 9:20 pm
Ok thanks for educating me on the null thing(good info for me). I do not have any stored procedures in my database or to say I have not created any....
January 6, 2013 at 3:19 pm
UPDATE TRP_STATS
SET TRIP_ID = TRIP,
FROM TRP_STATS JOIN TRP_DETAILS
ON TRP_STATS.TRP = TRP_DETAILS.TRP;
Msg 156, Level 15, State 1, Line 3
Incorrect syntax near the keyword 'FROM'.
I get these error about all...
December 29, 2012 at 5:24 pm
Yes the data came from ACCESS. I imported to sql. Is their anyway I can convert the "UP_DATE" Column to the sql date type. If so could you give me...
December 27, 2012 at 12:54 pm
I am trying to write a Master/detail code and can't get off to a start on it. I have been working on this this for over a week now. I...
December 20, 2012 at 11:09 pm
OK I am back. After geting my TRIP_DETAIL table created now I am having problems creating the relationships, and FK's, and by the way I am using sql express 2008....
December 19, 2012 at 7:25 pm
THANKS FOR YOUR HELP. Got what I needed. You taught me well.
I love this forum
December 19, 2012 at 5:11 pm
Please Check This query for me.
CREATE TABLE NEW_DETAILS
(
TD_NUM int identity not null,
TRIP int not null,
RIDER_NO int not null,
LNAME nvarchar(20) null,
FNAME nvarchar(20) null,
PROV_CON int null,
APT_TIME time(7) null,
PKUP_TIME time(7) null,
TD_REMARKS nvarchar(20)...
December 19, 2012 at 2:22 pm
Viewing 15 posts - 1 through 15 (of 18 total)