I get an error with my script:
saying: Invalid Column name 'Y' Invalid column name '200710'
Does someone know why this is
any help would be appreciated.
INSERT INTO eval_master ( PIDM, REGISTERED_IND, RSTS_CODE, TERM, RSTS_DESC, TERM_DESC, CRN, [LAST], DEGC_DESC, MAJR_DESC1, SSN...
I'm trying to update a table from another table.
here is my code
I get an error saying
Incorrect syntax nera the keyword 'INNER'
any suggestion would be appreciated
UPDATE eval_master INNER JOIN dbo_AS_STUDENT_REGISTRATION_DETAIL ON (eval_master.PIDM =...
I'm creating this string and its like a paragraph but for some reason I can't create a new line in it. I tried using the <BR> but I can't get it to work.
Can some please help me with this
any help is appreciated
here is my code
objEmail.TextBody = "Professor:" & lastname & "," & firstname &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.