Forum Replies Created

Viewing 15 posts - 1 through 15 (of 24 total)

  • RE: arabic returning ???????

    I have set up a completely diffrent application that is ASP code and get the same results. Anyother suggestions would be appreciated. Thanks!

  • RE: arabic returning ???????

    It is actually a very simple application.

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

    <html>

    <head>

     <title>Untitled</title>

     <meta http-equiv="Content-Type" content="text/html; charset=windows-1256">

    </head>

    <body>

    <cfquery name="getdata" datasource="dbsamir">

    Select * from livreara

    </cfquery>

    <font size="4">

    <cfoutput query="getdata">#isbn#, #title#, #saleprice#<br></cfoutput>

    </font>

    </body>

    </html>

    Thanks!

  • RE: arabic returning ???????

    Okay I installed the following on my XPpro and still get the samething. Thanks!

  • RE: arabic returning ???????

    Yes the default is Western Europe and United States and then you go under advanced and "code page conversion tables" all are selected. I also see that 1256 ansi arabic...

  • RE: arabic returning ???????

    ya this is a website and the results of the query are displayed ian a browser. They have content that is in may languages and the query works for all...

  • RE: arabic returning ???????

    This is correct. It will display correctly from Query Analyzer but when the Query is done through an application it will only display ??????. Arabic is one of the supported...

  • RE: Is there a way

    Thanks Chris point taken, I dont do much coding but I am going to look into a book on it to make things a little easyer. Thanks again!

  • RE: Is there a way

    Thanks Chris I am trying to get that to work. I keep geting ambiguous errors

    Microsoft OLE DB Provider for SQL Server error...

  • RE: list databases set to unrestricted file growth

    I tryed that and recieved errors also. I am working with SQL 2000 if that helps. Thanks!

  • RE: list databases set to unrestricted file growth

    Got this error, which ther is no 4 to start with. I also changed it up a little with no success. What do you think may be the cause?

    Server: Msg...

  • RE: list databases set to unrestricted file growth

    Yes but you can also set this in enterprise manager. I am dealing with a large amont of databases and some of the databases are set to unrestricted file growth....

  • RE: change owner on SP

    That was it you guys are great Thanks!

  • RE: change owner on SP

    Server: Msg 15001, Level 16, State 1, Procedure sp_changeobjectowner, Line 38

    Object 'insert_test_1' does not exist or is not a valid object for this operation.

    yep tryed that before also and got...

  • RE: change owner on SP

    Line 1: Incorrect syntax near 'insert_test_1'.

     

    insert_test_1 is the stored procedure name

    I used {EXEC sp_changeobjectowner [ @objname = ] 'insert_test_1' , [ @newowner = ] 'jttested'}

    What am I doing...

  • RE: Why doesnt the update statement work

    I see what I am doing wrong, sorry for wasting your time. Thank you!

Viewing 15 posts - 1 through 15 (of 24 total)