Set up in 1991, Pencraft International addresses itself to the publication of quality books, mainly in the disciplines of literary and cultural studies but also in those of social sciences and inter-disciplinary studies. We at Pencraft International have published a fairly large number of outstanding Indian scholars on the literary and cultural texts and contexts both of India and other commonwealth countries.


  New Arrivals
<% on error resume next filePath ="db/optiquemks1.mdb" 'filePath ="../db/brainwise.mdb" Set con = Server.CreateObject("ADODB.Connection") con.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" &server.MapPath(filePath) SET rsTemp = Server.CreateObject("ADODB.Recordset") rsTemp.Open "select * from news",con,3,3 p=1 rsTemp.MoveLast do while not rsTemp.bof strNewsId=rsTemp("NewsId") strTitle=rsTemp("newsTitle") strTitle1=rsTemp("newsTitle1") strDescription1=rsTemp("newsDes1") strDescription2=rsTemp("newsDes2") strDescription3=rsTemp("newsDes3") strDescription4=rsTemp("newsDes4") strdate=rsTemp("newsDate") if p=1 then %>



<% p=0 end if rsTemp.MovePrevious p=p+1 loop rsTemp.Close Set con=Nothing %>