Description de proposition
<%
Set Conn = Server.CreateObject("ADODB.Connection")
Set RS = Server.CreateObject("ADODB.RecordSet")
Conn.Open "aca2009"
sql = "select * from inscriptions where noinsc ="+Request("id")
set rs = Conn.Execute(sql)
AutPrincNom=rs("AuteurNom")
AutPrincPrenom=rs("AuteurPrenom")
Proposition=rs("Proposition")
Conference=rs("Conference")
TypeConference=rs("TypeConference")
Jour=rs("Jour")
NoInsc=rs("noInsc")
if (Jour = "1") then
confJour= "Thursday"
else
if (Jour = "2") then
confJour= "Friday"
else
if (Jour = "3") then
confJour= "Saturday"
else
if (Jour = "4") then
confJour= "Sunday"
else
confJour= ""
end if
end if
end if
end if
if Conference = " 1" then
sessionA = "1- Computer Algebra in Education"
end if
if Conference = " 2" then
sessionA = "2- Interaction Between Computer Algebra and Interval Computations"
end if
if Conference = " 3" then
sessionA = "3- Applications and Libraries development in Derive"
end if
if Conference = " 4" then
sessionA = "4- Elimination Theory and Applications"
end if
if Conference = " 5" then
sessionA = "5- Chemistry and Computer Algebra"
end if
if Conference = " 6" then
sessionA = "6- Applications of Math Software to Mathematical Research"
end if
if Conference = " 7" then
sessionA = "7- Computer Algebra for Dynamical Systems and Celestial Mechanics"
end if
if Conference = " 8" then
sessionA = "8- Analogy in Reasoning and Construction"
end if
if Conference = " 9" then
sessionA = "9- Symbolic and Numeric Computation"
end if
if Conference = "10" then
sessionA = "10- Algebraic and Algorithmic Aspects of Differential and Integral Operators"
end if
if Conference = "11" then
sessionA = "11- High-Performance Computer Algebra"
end if
if Conference = "12" then
sessionA = "12- Nonstandard Applications of Computer Algebra"
end if
if Conference = "13" then
sessionA = "13- Symbolic and numeric approaches to dynamical modeling and simulation"
end if
if Conference = "14" then
sessionA = "14- Algorithms for Parametric Systems and their Applications"
end if
if Conference = "15" then
sessionA = "15- Algebraic and Numerical Computation for Engineering Applications and Optimization Problems"
end if
%>