Tuesday, June 17, 2008

Spain national team

Croatia national team
Arsenal FC
Man city
Netherland national team
Ajax amsterdam
PSV
Bordeaux
Rennais
Valencia
Sevilla
if u know all of those whre did u find it? Please i really need to know not just teams listed but almost every european teams.

ie celtic fans supporting Poland because of Artur Boruc and the other guy whose name I can t remember- Germany because of the St Pauli links they go on about all the time and Portugal because of their links to manure..
Rangers supporting Holland because of Van Bronckhorst and the Ajax links- and Spain because of Nacho Novo and Carlos Cuellar (they don t actually have to be in the squad) and Italy for Gattuso
Hearts and Czech Republic (Rudi Skacel)
etc

i tried to display chinese characters in my website.i used chinese charset gb2312 .the chinese characters displayed properly.But when i used ajax functionality-i dont get the exact chinese characters from the database.i get only question marks.any suggestions?

In this script: line 12 causes a type mismatch error. Anybody know why?

1 <script language="vbscript" runat="server">

2 CustID=Request.QueryString("CustID")

3 Set conn=Server.CreateObject("ADODB.Connection")

4 conn.Open "Provider=Microsoft.Jet.OLEDB.4.0; "& "Data
Source=" & Server.MapPath("/Data/Orders.mdb")

5 Set OrderData=Server.CreateObject("ADODB.RecordSet")

6 OrderData.CursorType = 3

7 OrderData.CursorLocation = 3

8 OrderData.ActiveConnection = conn

9 OrderData.Open("Select OrderID From Orders where CustomerID= "+CustID+" ")

10 OrdID=OrderData.Fields("OrderID")

11 OrderData.Close

12 OrderData.Open("Select ProductID From Items where OrderID= "+OrdID+" ")

13 RespStr=OrderData.GetString

14 Response.Write(RespStr)

15 </script>

This is a server script for an AJAX request.
Thx for the effort- this was the fix:

<script language="vbscript" runat="server">
CustID=Request.QueryString("CustID")
Set conn=Server.CreateObject("ADODB.Connection")
conn.Provider="Microsoft.Jet.OLEDB.4.0;"
conn.Open="/inetpub/wwwroot/hawksweb/Data/Orders.mdb"
Set OrderData=Server.CreateObject("ADODB.RecordSet")
OrderData.ActiveConnection = conn
OrderData.Open("Select OrderID From Orders where CustomerID= "+CustID+" ")
OrdID=OrderData.Fields("OrderID")
<strong>OrdID=cstr(OrdID)</strong>
OrderData.Close
OrderData.Open("Select ProductID From Items where OrderID= "+OrdID+" ")
RespStr=OrderData.GetString
OrderData.Close
Response.Write(RespStr)
</script>
excuse the <strong> tag was trying to make it bold.

what is the difference between Diomedes and Ajax?? ( iam reading the Trojan War ). feel free to tell me anything else important about the Iliad or the Odyssey. thanks.

Does anybody know if there are any recordings of the famous Mark Twain playing his guitar?

Mark Twain- guitarist- singer- and literary legend- was first exposed to music by his sister Pamilla. She supplemented the family income by teaching guitar and piano. He obtained his guitar used in 1861 (in 1835 it was $10 new) and kept it in close company until shortly before his death in 1910.

He sang and played for newspaper men of the Nevada Territories- miners from California s Gold Rush days and for passengers aboard Ajax- a clipper ship bound for the Hawaiian Islands. But mostly he played for the willing women of the West. In December 1866- Mark Twain brought his Martin 2 ½-17 guitar aboard the steamer America and sailed from San Francisco to New York City- where he would seek his fortune.

No comments: