<%@ LANGUAGE="VBSCRIPT" %> <% Dim CommandText,ConnecObj Dim M_let,M_cont_id,M_coun_id,M_stat_id,M_city_id,M_cPage,rowCount M_cate_id = Request.QueryString("cate_id") M_cPage=Request.QueryString("cPage") If Session("cont_id")="" then Session("cont_id")=8 Session("coun_id")=0 Session("stat_id")=0 Session("city_id")=0 End if M_cont_id=Session("cont_id") M_coun_id=Session("coun_id") M_stat_id=Session("stat_id") M_city_id=Session("city_id") Set ConnecObj=Server.CreateObject("ADODB.Connection") ConnecObj.Open "orientaljewels","plunia","PL765$" LocStr="" CommandText="Select cont_name from continTB where cont_id=" & M_cont_id Set RS_cont = Server.CreateObject("ADODB.Recordset") RS_cont.Open CommandText, ConnecObj If (NOT RS_cont.EOF) then LocStr=RS_cont("cont_name") CommandText="Select coun_name from countrTB where coun_id=" & M_coun_id & " AND cont_id=" & M_cont_id Set RS_coun = Server.CreateObject("ADODB.Recordset") RS_coun.Open CommandText, ConnecObj If (NOT RS_coun.EOF) then LocStr = LocStr & " - " & RS_coun("coun_name") CommandText="Select stat_name from stateTB where stat_id=" & M_stat_id & " AND coun_id=" & M_coun_id Set RS_stat = Server.CreateObject("ADODB.Recordset") RS_stat.Open CommandText, ConnecObj If (NOT RS_stat.EOF) then LocStr = LocStr & " - " & RS_stat("stat_name") CommandText="Select city_name from cityTB where city_id=" & M_city_id & " AND stat_id=" & M_stat_id & " AND coun_id=" & M_coun_id Set RS_city = Server.CreateObject("ADODB.Recordset") RS_city.Open CommandText, ConnecObj If (NOT RS_city.EOF) then LocStr = LocStr & " - " & RS_city("city_name") End if End if End if End if CommandText = "Select * from categoTB where cate_id=" & M_cate_id Set RS_cate = ConnecObj.Execute(CommandText,RecoredsAffected,adCmdText) %> Action4bid.com - The most easiest and innovative way of business

ORIENTAL JEWELS INC.

301 EAST 47th  Street  #14A NEW YORK, N.Y.-10017

TELEPHONE : 212-486-0423        FAX: 212-759-4434



S e l e c t   &   I n q u i r e

Present working location: *<%=LocStr%>*                    
Change Location


Business Category: *<%=RS_cate("cate_name")%>*                    


<% Set RS_LetCate = Server.CreateObject("ADODB.Recordset") If (M_cPage="") then M_cPage=1 rowCount = 0 End if RS_LetCate.CursorType = adOpenStatic RS_LetCate.PageSize = 20 '***************Selection of seller within the working location specified by the user************ If (cINT(M_cont_id)=8) then CommandText = "Select * from buyerTB where UPPER(user_id) IN (SELECT UPPER(user_id) FROM sellerTB WHERE cate_id=" & cINT(M_cate_id) & ")" Else CommandText = "Select * from buyerTB where UPPER(user_id) IN (SELECT UPPER(user_id) FROM sellerTB WHERE cate_id=" & cINT(M_cate_id) & " AND cont_id=" & cINT(M_cont_id) & ")" If (cINT(M_coun_id)<>0) then CommandText = "Select * from buyerTB where UPPER(user_id) IN (SELECT UPPER(user_id) FROM sellerTB WHERE cate_id=" & cINT(M_cate_id) & " AND cont_id=" & cINT(M_cont_id) & " AND coun_id=" & cINT(M_coun_id) & ")" End if If (cINT(M_stat_id)<>0) then CommandText = "Select * from buyerTB where UPPER(user_id) IN (SELECT UPPER(user_id) FROM sellerTB WHERE cate_id=" & cINT(M_cate_id) & " AND cont_id=" & cINT(M_cont_id) & " AND coun_id=" & cINT(M_coun_id) & " AND stat_id=" & cINT(M_stat_id) & ")" End if If (cINT(M_city_id)<>0) then CommandText = "Select * from buyerTB where UPPER(user_id) IN (SELECT UPPER(user_id) FROM sellerTB WHERE cate_id=" & cINT(M_cate_id) & " AND cont_id=" & cINT(M_cont_id) & " AND coun_id=" & cINT(M_coun_id) & " AND stat_id=" & cINT(M_stat_id) & " AND city_id=" & cINT(M_city_id) & ")" End if End if '************************************************************************************************ RS_LetCate.Open CommandText,ConnecObj If (RS_LetCate.EOF) then Response.write "

Right now there is no seller available under this Business category BUT You can still inquire and Action4bid will try to catch inquire to some offers for you.

CLICK ON Inquire All to raise an inquiry.

" If (cINT(M_cont_id)<>8) then Response.write "

Hint: You can try again using different working location or broad your working location geographically.

" End if Response.write "



" Else RS_LetCate.AbsolutePage = cINT(M_cPage) Response.write "Page No: " + cStr(M_cPage) + "
"%> <% End if WHILE (NOT RS_LetCate.EOF AND rowCount < RS_LetCate.PageSize) '******SellerTB Access and data retrival for display***** Set RS_SellData = Server.CreateObject("ADODB.Recordset") CommandText="Select * from sellerTB where UPPER(user_id)='" & UCASE(RS_LetCate("user_id")) & "'" RS_SellData.Open CommandText,ConnecObj '******************************************************** If ((rowCount mod 2) = 0) then %>

                   

Inquire
to
Company Name Brands Phone Country E-mail Complete
" value="1"> <%=RS_LetCate("organisation")%> <%=RS_SellData("brand_name1")%>  <%=RS_SellData("brand_name2")%> <%=RS_LetCate("telephone")%> <%=RS_LetCate("Country")%> <%=RS_LetCate("email")%> &cate_id=<%=M_cate_id%>">Profile--- <% Else %>
" value="1"> <%=RS_LetCate("organisation")%> <%=RS_SellData("brand_name1")%>  <%=RS_SellData("brand_name2")%> <%=RS_LetCate("telephone")%> <%=RS_LetCate("Country")%> <%=RS_LetCate("email")%> &cate_id=<%=M_cate_id%>">Profile--- <% End if rowCount = rowCount + 1 RS_LetCate.MoveNext WEND %>
             
<% Response.write "


" Response.write "

Page No: " For i=1 to RS_LetCate.PageCount %> <%=i%> <% next Response.write "

" %>

[Change location] [Buyer's Guide Tour] [Seller's Guide Tour]
[Help Desk] [Contact Us]

(C) Copyright 2000 Oriental Jewels Inc.

Jewellery

    

Products

 

  Services      

  Contact      

  Home