drPavlovic
New member
- Local time
- Today, 03:02
- Joined
- Sep 22, 2006
- Messages
- 9
Does anybody has idea for following :
I should send matrix to SQL from Microsoft Access
For example :
One Person has more Certificates , and table PersonCertificates looks like this:
PersonID ----- EducationInstitutionID ------ Certificate
1 ---------- 1---------------------- Elektrotechnical technician
1 ----------- 6 -------------------- Engineer
1 ----------- 8 -------------------- Master of Science.
I'm thinking to send it as Collection (or 2 dimension Area) , but how to accept it in MS SQL stored procedure ??? (to define filed of type "table" in stored procedure? )
10 x thanks in advance
I should send matrix to SQL from Microsoft Access
For example :
One Person has more Certificates , and table PersonCertificates looks like this:
PersonID ----- EducationInstitutionID ------ Certificate
1 ---------- 1---------------------- Elektrotechnical technician
1 ----------- 6 -------------------- Engineer
1 ----------- 8 -------------------- Master of Science.
I'm thinking to send it as Collection (or 2 dimension Area) , but how to accept it in MS SQL stored procedure ??? (to define filed of type "table" in stored procedure? )
10 x thanks in advance