Viewing 4 posts - 1 through 4 (of 4 total)
Thanx
I now have this working
How do I mark resolved?
September 28, 2006 at 9:06 am
That did the trick thanx, using the same concept but with 3 tables the same?
And yes CourseID = Primary Key
SELECT tblCourseDesc.* FROM tblCourseDesc,tblCourses,tblGrades
WHERE codCourseID = couCourseID
AND couCourseID =...
September 26, 2006 at 4:41 pm
Thanks, editing the DTS did the trick, since I already had the Relations set was the reason for needint to import in a specific order... thanx all
August 31, 2006 at 2:21 pm
The BULK INSERT did the trick for what I first intended, then as indicated above, have VB.NET do the rest if the imports from now on... Thanx alot guys.
May 11, 2006 at 12:51 pm
Viewing 4 posts - 1 through 4 (of 4 total)