<%
sql= "SELECT ID,type,sub_type,des_type,title,sub_title,des_title,email,enter_date FROM [content] Where type='Team of Consultants' ;"
Set rs = Server.CreateObject("ADODB.Recordset")
mdbfilepath = Server.MapPath("mcs.mdb")
rs.Open sql,"Driver={Microsoft Access Driver (*.mdb)}; DBQ=" & MdbFilePath &";", 3, 3
%>
<%
' Loop through our records and ouput 1 row per record
Do While Not rs.EOF
For I = 1 To 1
response.write ""
if rs(3)<>"" then
response.write "| " & rs(3) & " | "
else
response.write "" & rs(4) & " "
response.write "" & rs(5) & " "
if rs(6)<>"" then
response.write " more... | "
else
response.write ""
end if
end if
response.write " "
rs.MoveNext
Next 'I
' Increment the number of records we've shown
' Can't forget to move to the next record!
Loop
' All done - close table
' Close DB objects and free variables
rs.Close
Set rs = Nothing%>
Pre-Feasibility Study for a Pharmaceutical
Plant in Kazakhstan. October 2002.
Contractor:
Birzeit-Palestine Pharmaceutical Co.
The pre-feasibility study attempted to assess in a
preliminary manner the investment opportunity of
building and managing a generic-drug producing
factory in the Republic of Kazakhstan.
The study started by providing a general overview
of the country’s economic situation, its investment
regulation, the state of the local pharmaceutical
industry, market analysis, and competition overview.
A technical study described the envisaged production
facilities and supporting services follows to
provide main parameters of capacity and production
lines.
The financial study represented the last part of
the study. The financial study built on the previous
gathered-information to make main assumption and
then build financial models of expected performance,
providing multiple scenarios and sensitivity
analysis, arriving at the main financial indicators
of expected project performance. |
 |
|
|